Searched refs:Fp64to32 (Results 1 – 2 of 2) sorted by relevance
792 i->Xin.Fp64to32.src = src; in X86Instr_Fp64to32()793 i->Xin.Fp64to32.dst = dst; in X86Instr_Fp64to32()1115 ppHRegX86(i->Xin.Fp64to32.src); in ppX86Instr()1117 ppHRegX86(i->Xin.Fp64to32.dst); in ppX86Instr()1389 addHRegUse(u, HRmRead, i->Xin.Fp64to32.src); in getRegUsage_X86Instr()1390 addHRegUse(u, HRmWrite, i->Xin.Fp64to32.dst); in getRegUsage_X86Instr()1594 mapReg(m, &i->Xin.Fp64to32.src); in mapRegs_X86Instr()1595 mapReg(m, &i->Xin.Fp64to32.dst); in mapRegs_X86Instr()2982 p = do_fld_st(p, 0+fregEnc(i->Xin.Fp64to32.src)); in emit_X86Instr()2992 p = do_fstp_st(p, 1+fregEnc(i->Xin.Fp64to32.dst)); in emit_X86Instr()
569 } Fp64to32; member