Lines Matching defs:hi32
10793 UInt rN = INSN(19,16); /* hi32 */
10813 UInt rN = INSN(19,16); /* hi32 */
10820 IRExpr* hi32 = unop(Iop_64HIto32, mkexpr(i64));
10823 putIRegT(rN, hi32, condT);
10826 putIRegA(rN, hi32, condT, Ijk_Boring);
13621 IRTemp hi32 = newTemp(Ity_I32);
13623 assign(hi32, binop(Iop_Shr32, mkexpr(rotT), mkU8(16)));
13633 unop(Iop_32to8, mkexpr(hi32))),
17550 IRTemp hi32 = newTemp(Ity_I32);
17552 assign(hi32, binop(Iop_Shr32, mkexpr(rotT), mkU8(16)));
17562 unop(Iop_32to8, mkexpr(hi32))),