* gas/sparc/{asi,membar,prefetch,rdpr,synth64,wrpr}.d: Pass -Av9
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / prefetch.d
1 #objdump: -dr
2 #name: sparc64 prefetch
3
4 .*: +file format .*sparc.*
5
6 No symbols in .*
7 Disassembly of section .text:
8 0+0000 prefetch \[ %g1 \], #n_reads
9 0+0004 prefetch \[ %g1 \], 31
10 0+0008 prefetch \[ %g1 \], #n_reads
11 0+000c prefetch \[ %g1 \], #one_read
12 0+0010 prefetch \[ %g1 \], #n_writes
13 0+0014 prefetch \[ %g1 \], #one_write
14 0+0018 prefetcha \[ %g1 \] #ASI_AIUP, #n_reads
15 0+001c prefetcha \[ %g1 \] %asi, 31
16 0+0020 prefetcha \[ %g1 \] #ASI_AIUS, #n_reads
17 0+0024 prefetcha \[ %g1 \] %asi, #one_read
This page took 0.031359 seconds and 4 git commands to generate.