]> Git Repo - binutils.git/blob - sim/testsuite/m32r/srai.cgs
Automatic date update in version.in
[binutils.git] / sim / testsuite / 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
This page took 0.0248 seconds and 4 git commands to generate.