Reverse operands order in store co-processor instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / crx / br_insn.d
1 #as:
2 #objdump: -dr
3 #name: br_insn
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 00000000 <beq>:
10 0: 08 70 beq \*\+0x10
11 2: 7e 70 fd 07 beq \*\+0xffa
12 6: 7f 70 04 00 beq \*\+0x8aa52
13 a: 29 55
14
15 0000000c <bne>:
16 c: fc 71 bne \*\-0x8
17 e: 7e 71 a3 07 bne \*\+0xf46
18 12: 7f 71 f8 ff bne \*\-0xf7812
19 16: f7 43
20
21 00000018 <bcs>:
22 18: 7d 72 bcs \*\+0xfa
23 1a: 7e 72 c6 ec bcs \*\-0x2674
24 1e: 7f 72 04 00 bcs \*\+0x89052
25 22: 29 48
26
27 00000024 <bcc>:
28 24: 83 73 bcc \*\-0xfa
29 26: 7e 73 ff 7f bcc \*\+0xfffe
30 2a: ff 73 bcc \*\-0x2
31
32 0000002c <bhi>:
33 2c: 7e 74 7f 00 bhi \*\+0xfe
34 30: 7e 74 01 80 bhi \*\-0xfffe
35 34: ff 74 bhi \*\-0x2
36
37 00000036 <bls>:
38 36: ff 75 bls \*\-0x2
39 38: 7e 75 00 80 bls \*\-0x0
40 3c: 7f 75 00 00 bls \*\+0x10000
41 40: 00 80
42
43 00000042 <bgt>:
44 42: 18 76 bgt \*\+0x30
45 44: 7e 76 ff 07 bgt \*\+0xffe
46 48: 7f 76 ff ff bgt \*\-0x10002
47 4c: ff 7f
48
49 0000004e <ble>:
50 4e: e0 77 ble \*\-0x40
51 50: 7e 77 7f ff ble \*\-0x102
52 54: 7f 77 07 00 ble \*\+0xefff2
53 58: f9 7f
54
55 0000005a <bfs>:
56 5a: 01 78 bfs \*\+0x2
57 5c: 7e 78 ff 7f bfs \*\+0xfffe
58 60: 7f 78 00 00 bfs \*\+0x10000
59 64: 00 80
60
61 00000066 <bfc>:
62 66: 7e 79 7f 00 bfc \*\+0xfe
63 6a: 7e 79 ff 7f bfc \*\+0xfffe
64 6e: 7f 79 04 00 bfc \*\+0x80000
65 72: 00 00
66
67 00000074 <blo>:
68 74: 81 7a blo \*\-0xfe
69 76: 7e 7a 01 80 blo \*\-0xfffe
70 7a: ff 7a blo \*\-0x2
71
72 0000007c <bhs>:
73 7c: 80 7b bhs \*\-0x0
74 7e: 7e 7b 00 88 bhs \*\-0xf000
75 82: 7e 7b f9 07 bhs \*\+0xff2
76
77 00000086 <blt>:
78 86: 11 7c blt \*\+0x22
79 88: 7e 7c 69 02 blt \*\+0x4d2
80 8c: ff 7c blt \*\-0x2
81
82 0000008e <bge>:
83 8e: 1a 7d bge \*\+0x34
84 90: 7e 7d e6 f6 bge \*\-0x1234
85 94: 7f 7d 08 00 bge \*\+0x100002
86 98: 01 00
87
88 0000009a <br>:
89 9a: 0e 7e br \*\+0x1c
90 9c: 7e 7e 4e 01 br \*\+0x29c
91 a0: 7f 7e f7 ff br \*\-0x100002
92 a4: ff ff
93
94 000000a6 <dbnzb>:
95 a6: 40 30 0e 00 dbnzb r0, \*\+0x1c
96 aa: 41 30 97 53 dbnzb r1, \*\+0xa72e
97
98 000000ae <dbnzw>:
99 ae: 52 30 cc 0c dbnzw r2, \*\+0x1998
100 b2: 53 31 31 00 dbnzw r3, \*\+0x63ffb0
101 b6: d8 ff
102
103 000000b8 <dbnzd>:
104 b8: 6e 30 f9 07 dbnzd r14, \*\+0xff2
105 bc: 6f 31 97 00 dbnzd r15, \*\+0x12ffff4
106 c0: fa ff
107
108 000000c2 <bal>:
109 c2: 71 30 01 00 bal r1, \*\+0x2
110 c6: 71 30 ff ff bal r1, \*\-0x2
111 ca: 71 30 e7 55 bal r1, \*\+0xabce
112 ce: 70 30 59 fa bal r0, \*\-0xb4e
113 d2: 71 31 05 00 bal r1, \*\+0xabcde
114 d6: 6f 5e
115 d8: 71 31 fa ff bal r1, \*\-0xabcde
116 dc: 91 a1
117
118 000000de <jal>:
119 de: 8e ff jal r14
120 e0: 08 30 1f 37 jal r1, r15
121
122 000000e4 <jalid>:
123 e4: 08 30 ce 33 jalid r12, r14
This page took 0.03238 seconds and 4 git commands to generate.