Lines Matching full:hi32
11257 UInt rN = INSN(19,16); /* hi32 */
11277 UInt rN = INSN(19,16); /* hi32 */
11284 IRExpr* hi32 = unop(Iop_64HIto32, mkexpr(i64));
11287 putIRegT(rN, hi32, condT);
11290 putIRegA(rN, hi32, condT, Ijk_Boring);
14206 IRTemp hi32 = newTemp(Ity_I32);
14208 assign(hi32, binop(Iop_Shr32, mkexpr(rotT), mkU8(16)));
14218 unop(Iop_32to8, mkexpr(hi32))),
18165 IRTemp hi32 = newTemp(Ity_I32);
18167 assign(hi32, binop(Iop_Shr32, mkexpr(rotT), mkU8(16)));
18177 unop(Iop_32to8, mkexpr(hi32))),