Home | History | Annotate | Download | only in priv

Lines Matching defs:SHL

4425          // later: deal with special case: (msk_imm==0) => SHL(sh_imm)
4428 r = SHL(rS, sh_imm)
8025 // ccPPC32 = Shl(1, (~(ccIR>>5) & 2)
8681 #define SHL(value, by) binop( Iop_Shl32, value, mkU8( by ) )
9286 #undef SHL
12641 condcode = Shl(1, (~(ccIR>>5) & 2)