* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.git] / sim / testsuite / sim / m32r / srai.cgs
1 # m32r testcase for srai $dr,#$uimm5
2 # mach(): m32r m32rx
3
4         .include "testutils.inc"
5
6         start
7
8         .global srai
9 srai:
10         mvi_h_gr  r5, 0xf0f0f0ff
11         srai      r5, #4
12         test_h_gr r5, 0xff0f0f0f
13
14         pass