1*4b169a6bSchristos# arm testcase for eor$cond${set-cc?} $rd,$rn,$imm12 2*4b169a6bSchristos# mach: unfinished 3*4b169a6bSchristos 4*4b169a6bSchristos .include "testutils.inc" 5*4b169a6bSchristos 6*4b169a6bSchristos start 7*4b169a6bSchristos 8*4b169a6bSchristos .global eor_imm 9*4b169a6bSchristoseor_imm: 10*4b169a6bSchristos eor00 pc,pc,0 11*4b169a6bSchristos 12*4b169a6bSchristos pass 13*4b169a6bSchristos# arm testcase for eor$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftimm} 14*4b169a6bSchristos# mach: unfinished 15*4b169a6bSchristos 16*4b169a6bSchristos .include "testutils.inc" 17*4b169a6bSchristos 18*4b169a6bSchristos start 19*4b169a6bSchristos 20*4b169a6bSchristos .global eor_reg_imm_shift 21*4b169a6bSchristoseor_reg_imm_shift: 22*4b169a6bSchristos eor00 pc,pc,pc,lsl 0 23*4b169a6bSchristos 24*4b169a6bSchristos pass 25*4b169a6bSchristos# arm testcase for eor$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg} 26*4b169a6bSchristos# mach: unfinished 27*4b169a6bSchristos 28*4b169a6bSchristos .include "testutils.inc" 29*4b169a6bSchristos 30*4b169a6bSchristos start 31*4b169a6bSchristos 32*4b169a6bSchristos .global eor_reg_reg_shift 33*4b169a6bSchristoseor_reg_reg_shift: 34*4b169a6bSchristos eor00 pc,pc,pc,lsl pc 35*4b169a6bSchristos 36*4b169a6bSchristos pass 37