x86: adjust {,E}VEX.W handling outside of 64-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cache-r2.s
CommitLineData
0cb5a38a
SL
1# Source file used to test the cache instruction
2foo:
3 flushd -0x800(r6)
4 flushd 0x7ff(r6)
5 flushd 0x0(r6)
6 flushd -0x001(r6)
7
8# use symbol for offset
9 flushd foo(r6)
10
11# use external symbol
12 .global external
13 flushd external(r6)
14
15# flushi
16 flushi r2
17
18#flushp
19 flushp
20
21
This page took 0.198651 seconds and 4 git commands to generate.