1 // ACP 5.6 Flags for dreg=(dreg+dreg)<<1,2
5 .include "testutils.inc"
18 CHECKREG R7, (_VS|_V|_V_COPY|_AZ)
27 CHECKREG R7, (_VS|_V|_V_COPY|_AN)
38 CHECKREG R7, (_VS|_V|_V_COPY)
41 r0 <<= 31; // r0 should be 0x80000000
47 r1 = (r1 + r0) << 1; // add overflows to zero, no shift overflow
51 CHECKREG R7, (_VS|_V|_V_COPY|_AZ);