1 /* Origin: PR target/6981 from Mattias Engdegaard <mattias@virtutech.se>. */
2 /* { dg-require-effective-target int32plus } */
7 unsigned long long *cp
, m
;
13 void bar (unsigned rop
, unsigned long long *r
)
15 unsigned rs1
, rs2
, rd
;
18 rs2
= (rop
>> 23) & 0x1ff;
19 rs1
= (rop
>> 9) & 0x1ff;
33 static unsigned long long r
[64];
34 unsigned long long cr
;
39 bar((8 << 23) | (4 << 9) | 15, r
);