[ARC] Add support for Quarkse opcodes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / flag.d
1 #as: -mcpu=arc700
2 #objdump: -dr --prefix-addresses --show-raw-insn
3
4 .*: +file format .*arc.*
5
6 Disassembly of section .text:
7 0x[0-9a-f]+ 2029 0000 flag r0
8 0x[0-9a-f]+ 2069 0040 flag 0x1
9 0x[0-9a-f]+ 2069 0080 flag 0x2
10 0x[0-9a-f]+ 2069 0100 flag 0x4
11 0x[0-9a-f]+ 2069 0200 flag 0x8
12 0x[0-9a-f]+ 2069 0400 flag 0x10
13 0x[0-9a-f]+ 2069 0800 flag 0x20
14 0x[0-9a-f]+ 20a9 0001 flag 64
15 0x[0-9a-f]+ 20a9 0002 flag 128
16 0x[0-9a-f]+ 2029 0f80 8000 0001 flag 0x80000001
17 0x[0-9a-f]+ 20e9 000b flag.lt r0
18 0x[0-9a-f]+ 20e9 0069 flag.gt 0x1
19 0x[0-9a-f]+ 20e9 00a9 flag.gt 0x2
20 0x[0-9a-f]+ 20e9 0129 flag.gt 0x4
21 0x[0-9a-f]+ 20e9 0229 flag.gt 0x8
22 0x[0-9a-f]+ 20e9 0429 flag.gt 0x10
23 0x[0-9a-f]+ 20e9 0829 flag.gt 0x20
24 0x[0-9a-f]+ 20e9 0f89 0000 0040 flag.gt 0x40
25 0x[0-9a-f]+ 20e9 0f89 0000 0080 flag.gt 0x80
26 0x[0-9a-f]+ 20e9 0f8a 8000 0001 flag.ge 0x80000001
This page took 0.029625 seconds and 4 git commands to generate.