Home | History | Annotate | Download | only in priv

Lines Matching defs:shift

683    /* Shift */
1162 PPCInstr* PPCInstr_AvShlDbl ( UChar shift, HReg dst,
1166 i->Pin.AvShlDbl.shift = shift;
1674 vex_printf(",%d", i->Pin.AvShlDbl.shift);
2587 // shift r_dst low word to high word => rldicr
3894 UInt shift = i->Pin.AvShlDbl.shift;
3898 vassert(shift <= 0xF);
3899 p = mkFormVA( p, 4, v_dst, v_srcL, v_srcR, shift, 44 );