Searched refs:Fp64to32 (Results 1 – 2 of 2) sorted by relevance
793 i->Xin.Fp64to32.src = src; in X86Instr_Fp64to32()794 i->Xin.Fp64to32.dst = dst; in X86Instr_Fp64to32()1116 ppHRegX86(i->Xin.Fp64to32.src); in ppX86Instr()1118 ppHRegX86(i->Xin.Fp64to32.dst); in ppX86Instr()1390 addHRegUse(u, HRmRead, i->Xin.Fp64to32.src); in getRegUsage_X86Instr()1391 addHRegUse(u, HRmWrite, i->Xin.Fp64to32.dst); in getRegUsage_X86Instr()1595 mapReg(m, &i->Xin.Fp64to32.src); in mapRegs_X86Instr()1596 mapReg(m, &i->Xin.Fp64to32.dst); in mapRegs_X86Instr()2977 p = do_fld_st(p, 0+fregNo(i->Xin.Fp64to32.src)); in emit_X86Instr()2987 p = do_fstp_st(p, 1+fregNo(i->Xin.Fp64to32.dst)); in emit_X86Instr()
566 } Fp64to32; member