Lines Matching refs:VCvtHD
1089 i->ARM64in.VCvtHD.hToD = hToD; in ARM64Instr_VCvtHD()
1090 i->ARM64in.VCvtHD.dst = dst; in ARM64Instr_VCvtHD()
1091 i->ARM64in.VCvtHD.src = src; in ARM64Instr_VCvtHD()
1677 vex_printf("fcvt%s ", i->ARM64in.VCvtHD.hToD ? "h2d" : "d2h"); in ppARM64Instr()
1678 if (i->ARM64in.VCvtHD.hToD) { in ppARM64Instr()
1679 ppHRegARM64(i->ARM64in.VCvtHD.dst); in ppARM64Instr()
1681 ppHRegARM64asHreg(i->ARM64in.VCvtHD.src); in ppARM64Instr()
1683 ppHRegARM64asHreg(i->ARM64in.VCvtHD.dst); in ppARM64Instr()
1685 ppHRegARM64(i->ARM64in.VCvtHD.src); in ppARM64Instr()
2109 addHRegUse(u, HRmWrite, i->ARM64in.VCvtHD.dst); in getRegUsage_ARM64Instr()
2110 addHRegUse(u, HRmRead, i->ARM64in.VCvtHD.src); in getRegUsage_ARM64Instr()
2354 i->ARM64in.VCvtHD.dst = lookupHRegRemap(m, i->ARM64in.VCvtHD.dst); in mapRegs_ARM64Instr()
2355 i->ARM64in.VCvtHD.src = lookupHRegRemap(m, i->ARM64in.VCvtHD.src); in mapRegs_ARM64Instr()
4008 UInt dd = dregEnc(i->ARM64in.VCvtHD.dst); in emit_ARM64Instr()
4009 UInt nn = dregEnc(i->ARM64in.VCvtHD.src); in emit_ARM64Instr()
4010 if (i->ARM64in.VCvtHD.hToD) { in emit_ARM64Instr()