[ARC] Fix case-sensitivity for extension instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / textinsn_case.s
1 .cpu em
2 .extInstruction aes_qRoundF, 7, 0x25, SUFFIX_COND, SYNTAX_3OP
3
4 .text
5 test:
6 aes_qRoundF r1,r2,r3
This page took 0.029049 seconds and 4 git commands to generate.