Home | History | Annotate | Download | only in priv

Lines Matching refs:dstS

6089             HReg dstS = newVRegD(env);
6090 addInstr(env, ARM64Instr_VCvtI2F(cvt_op, dstS, srcI));
6091 return dstS;
6246 HReg dstS = newVRegD(env);
6247 addInstr(env, ARM64Instr_VCvtSD(False/*dToS*/, dstS, srcD));
6248 return dstS;
6264 HReg dstS = newVRegD(env);
6265 addInstr(env, ARM64Instr_VCvtI2F(cvt_op, dstS, srcI));
6266 return dstS;