1# m32r testcase for xor3 $dr,$sr,#$uimm16 2# mach(): m32r m32rx 3 4 .include "testutils.inc" 5 6 start 7 8 .global xor3 9xor3: 10 11 mvi_h_gr r5, 0 12 mvi_h_gr r4, 3 13 xor3 r5, r4, #6 14 test_h_gr r5, 5 15 16 pass 17