Implement ARC NPS-400 Ultra Ip and Miscellaneous instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / relax-sub03.s
1 ;;; Check relaxation from sub rA,rB,limm@pcl -> sub_s rC,rB, uimm3@pcl
2 .cpu EM
3 nop
4 sub r1,r2,@.L1@pcl
5 nop
6 .align 4
7 .L1:
8 add r0,r0,r0
This page took 0.029511 seconds and 4 git commands to generate.