1# m32r testcase for srai $dr,#$uimm5 2# mach(): m32r m32rx 3 4 .include "testutils.inc" 5 6 start 7 8 .global srai 9srai: 10 mvi_h_gr r5, 0xf0f0f0ff 11 srai r5, #4 12 test_h_gr r5, 0xff0f0f0f 13 14 pass 15