Lines Matching refs:hi64
7554 IRTemp hi64 = newTemp(Ity_I64); in breakup128to32s() local
7556 assign( hi64, unop(Iop_V128HIto64, mkexpr(t128)) ); in breakup128to32s()
7570 assign( *t2, unop(Iop_64to32, mkexpr(hi64)) ); in breakup128to32s()
7571 assign( *t3, unop(Iop_64HIto32, mkexpr(hi64)) ); in breakup128to32s()
7863 static IRExpr* dis_PALIGNR_XMM_helper ( IRTemp hi64, in dis_PALIGNR_XMM_helper() argument
7869 binop(Iop_Shl64, mkexpr(hi64), mkU8(8*(8-byteShift))), in dis_PALIGNR_XMM_helper()
11383 IRTemp sV, dV, hi64, lo64, hi64r, lo64r; in disInstr_X86_WRK() local
11392 hi64 = newTemp(Ity_I64); in disInstr_X86_WRK()
11403 assign( hi64, unop(Iop_V128HIto64, mkexpr(sV)) ); in disInstr_X86_WRK()
11408 assign( hi64r, mkexpr(hi64) ); in disInstr_X86_WRK()
11427 binop(Iop_Shl64, mkexpr(hi64), in disInstr_X86_WRK()
11513 IRTemp sV, dV, hi64, lo64, hi64r, lo64r; in disInstr_X86_WRK() local
11522 hi64 = newTemp(Ity_I64); in disInstr_X86_WRK()
11533 assign( hi64, unop(Iop_V128HIto64, mkexpr(sV)) ); in disInstr_X86_WRK()
11538 assign( hi64r, mkexpr(hi64) ); in disInstr_X86_WRK()
11543 assign( lo64r, mkexpr(hi64) ); in disInstr_X86_WRK()
11549 mkexpr(hi64), in disInstr_X86_WRK()
11553 mkexpr(hi64), in disInstr_X86_WRK()
11559 binop(Iop_Shl64, mkexpr(hi64), in disInstr_X86_WRK()