[ARC] Object attributes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / extensions.s
CommitLineData
b15c27d7 1.extCondCode isbusy, 0x12
a6ccbdd3
RR
2.extCoreRegister rwscreg,43,r|w,can_shortcut
3.extCoreRegister roscreg,44,r,can_shortcut
4.extCoreRegister woscreg,45,w,can_shortcut
b15c27d7
RR
5 .section .text
6condcodeTest:
7 add.isbusy r0,r0,r1
a6ccbdd3
RR
8 add rwscreg,r0,r1
9 add r0,r1,roscreg
10 add woscreg,r0,r1
This page took 0.517409 seconds and 4 git commands to generate.