Add support to the ARC disassembler for selecting instruction classes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / textinsn2op.s
1 # Insn 3 .extInstruction test
2 .extInstruction myinsn, 0x07, 0x2d, SUFFIX_FLAG, SYNTAX_2OP
3
4 myinsn r0,r1
5 myinsn fp,sp
6
7 myinsn r0,0
8 myinsn r1,-1
9 myinsn 0,r2
10 myinsn r4,255
11 myinsn r6,-256
12
13 myinsn r8,256
14 myinsn r9,-257
15 myinsn r11,0x42424242
16
17 myinsn r0,foo
18
19 myinsn.f r0,r1
20 myinsn.f r2,1
21 myinsn.f 0,r4
22 myinsn.f r5,512
This page took 0.030643 seconds and 4 git commands to generate.