gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rx / bnot.d
1 #source: ./bnot.s
2 #objdump: -dr
3
4 .*: file format .*
5
6
7 Disassembly of section \.text:
8
9 00000000 <\.text>:
10 0: fc e0 0f bnot #0, \[r0\]\.b
11 3: fc e0 ff bnot #0, \[r15\]\.b
12 6: fc e1 0f fc bnot #0, 252\[r0\]\.b
13 a: fc e1 ff fc bnot #0, 252\[r15\]\.b
14 e: fc e2 0f fc ff bnot #0, 65532\[r0\]\.b
15 13: fc e2 ff fc ff bnot #0, 65532\[r15\]\.b
16 18: fc fc 0f bnot #7, \[r0\]\.b
17 1b: fc fc ff bnot #7, \[r15\]\.b
18 1e: fc fd 0f fc bnot #7, 252\[r0\]\.b
19 22: fc fd ff fc bnot #7, 252\[r15\]\.b
20 26: fc fe 0f fc ff bnot #7, 65532\[r0\]\.b
21 2b: fc fe ff fc ff bnot #7, 65532\[r15\]\.b
22 30: fc 6c 00 bnot r0, \[r0\]\.b
23 33: fc 6c f0 bnot r0, \[r15\]\.b
24 36: fc 6d 00 fc bnot r0, 252\[r0\]\.b
25 3a: fc 6d f0 fc bnot r0, 252\[r15\]\.b
26 3e: fc 6e 00 fc ff bnot r0, 65532\[r0\]\.b
27 43: fc 6e f0 fc ff bnot r0, 65532\[r15\]\.b
28 48: fc 6c 0f bnot r15, \[r0\]\.b
29 4b: fc 6c ff bnot r15, \[r15\]\.b
30 4e: fc 6d 0f fc bnot r15, 252\[r0\]\.b
31 52: fc 6d ff fc bnot r15, 252\[r15\]\.b
32 56: fc 6e 0f fc ff bnot r15, 65532\[r0\]\.b
33 5b: fc 6e ff fc ff bnot r15, 65532\[r15\]\.b
34 60: fd e0 f0 bnot #0, r0
35 63: fd e0 ff bnot #0, r15
36 66: fd ff f0 bnot #31, r0
37 69: fd ff ff bnot #31, r15
38 6c: fc 6f 00 bnot r0, r0
39 6f: fc 6f f0 bnot r0, r15
40 72: fc 6f 0f bnot r15, r0
41 75: fc 6f ff bnot r15, r15
This page took 0.037638 seconds and 4 git commands to generate.