Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / score / bit_32.d
1 #as: -march=score3 -I${srcdir}/${subdir}
2 #objdump: -d
3 #source: bit_32.s
4
5 .*: file format .*
6
7 Disassembly of section .text:
8
9 00000000 <.text>:
10 0: 5000 bitclr! r0, 0x0
11 2: 501f bitclr! r0, 0x1f
12 4: 51e0 bitclr! r15, 0x0
13 6: 51ff bitclr! r15, 0x1f
14 8: 5000 bitclr! r0, 0x0
15 a: 5000 bitclr! r0, 0x0
16 c: 5000 bitclr! r0, 0x0
17 e: 5000 bitclr! r0, 0x0
18 10: 5000 bitclr! r0, 0x0
19 12: 5000 bitclr! r0, 0x0
20 14: 5000 bitclr! r0, 0x0
21 16: 5000 bitclr! r0, 0x0
22 18: 8000 0029 bitclr.c r0, r0, 0x0
23 1c: 8210 0028 bitclr r16, r16, 0x0
24 20: 8210 7c28 bitclr r16, r16, 0x1f
25 24: 5200 bitset! r0, 0x0
26 26: 521f bitset! r0, 0x1f
27 28: 53e0 bitset! r15, 0x0
28 2a: 53ff bitset! r15, 0x1f
29 2c: 5200 bitset! r0, 0x0
30 2e: 5200 bitset! r0, 0x0
31 30: 5200 bitset! r0, 0x0
32 32: 5200 bitset! r0, 0x0
33 34: 5200 bitset! r0, 0x0
34 36: 5200 bitset! r0, 0x0
35 38: 5200 bitset! r0, 0x0
36 3a: 5200 bitset! r0, 0x0
37 3c: 8000 002b bitset.c r0, r0, 0x0
38 40: 8210 002a bitset r16, r16, 0x0
39 44: 8210 7c2a bitset r16, r16, 0x1f
40 48: 5600 bittgl! r0, 0x0
41 4a: 561f bittgl! r0, 0x1f
42 4c: 57e0 bittgl! r15, 0x0
43 4e: 57ff bittgl! r15, 0x1f
44 50: 5600 bittgl! r0, 0x0
45 52: 5600 bittgl! r0, 0x0
46 54: 5600 bittgl! r0, 0x0
47 56: 5600 bittgl! r0, 0x0
48 58: 5600 bittgl! r0, 0x0
49 5a: 5600 bittgl! r0, 0x0
50 5c: 5600 bittgl! r0, 0x0
51 5e: 5600 bittgl! r0, 0x0
52 60: 8000 002f bittgl.c r0, r0, 0x0
53 64: 8210 002e bittgl r16, r16, 0x0
54 68: 8210 7c2e bittgl r16, r16, 0x1f
55 6c: 5400 bittst! r0, 0x0
56 6e: 541f bittst! r0, 0x1f
57 70: 55e0 bittst! r15, 0x0
58 72: 55ff bittst! r15, 0x1f
59 74: 5400 bittst! r0, 0x0
60 76: 5400 bittst! r0, 0x0
61 78: 5400 bittst! r0, 0x0
62 7a: 5400 bittst! r0, 0x0
63 7c: 5400 bittst! r0, 0x0
64 7e: 5400 bittst! r0, 0x0
65 80: 5400 bittst! r0, 0x0
66 82: 5400 bittst! r0, 0x0
67 84: 8010 002d bittst.c r16, 0x0
68 88: 8010 7c2d bittst.c r16, 0x1f
69 #pass
This page took 0.030298 seconds and 4 git commands to generate.