Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / nps400-3.s
1 .macro xldst_test mnem
2 \mnem r12, [ 0x0 ]
3 \mnem r23, [ 0xffff ]
4 \mnem r3, [ 0x57f00000 ]
5 \mnem r11, [ 0x57f0ffff ]
6 \mnem r20, [ foo ]
7 \mnem r1, [ foo + 0x20 ]
8 .endm
9
10 .text
11 ;; xldb
12 xldst_test xldb
13 ;; xldw
14 xldst_test xldw
15 ;; xld
16 xldst_test xld
17 ;; xstb
18 xldst_test xstb
19 ;; xstw
20 xldst_test xstw
21 ;; xst
22 xldst_test xst
23
This page took 0.030729 seconds and 4 git commands to generate.