Lines Matching refs:dstHi
2099 HReg dstHi = newVRegI(env);
2102 addInstr(env, ARM64Instr_Mul(dstHi, argL, argR,
2104 *rHi = dstHi;
3688 HReg srcHi, srcLo, dstHi, dstLo;
3690 lookupIRTempPair( &dstHi, &dstLo, env, tmp);
3691 addInstr(env, ARM64Instr_VMov(16, dstHi, srcHi));