[ARC] Fix case-sensitivity for extension instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / textinsnxop.s
1 .extInstruction insn1, 7, 0x21, SUFFIX_NONE, SYNTAX_3OP
2 .extInstruction insn2, 7, 0x21, SUFFIX_NONE, SYNTAX_2OP
3 .extInstruction insn3, 7, 0x21, SUFFIX_NONE, SYNTAX_1OP
4 .extInstruction insn4, 7, 0x21, SUFFIX_NONE, SYNTAX_NOP
5
6 start:
7 insn1 r0,r1,r2
8 insn2 r0,r1
9 insn3 r1
10 insn4
This page took 0.028917 seconds and 4 git commands to generate.