Searched refs:Fp64to32 (Results 1 – 2 of 2) sorted by relevance
789 i->Xin.Fp64to32.src = src; in X86Instr_Fp64to32()790 i->Xin.Fp64to32.dst = dst; in X86Instr_Fp64to32()1111 ppHRegX86(i->Xin.Fp64to32.src); in ppX86Instr()1113 ppHRegX86(i->Xin.Fp64to32.dst); in ppX86Instr()1385 addHRegUse(u, HRmRead, i->Xin.Fp64to32.src); in getRegUsage_X86Instr()1386 addHRegUse(u, HRmWrite, i->Xin.Fp64to32.dst); in getRegUsage_X86Instr()1590 mapReg(m, &i->Xin.Fp64to32.src); in mapRegs_X86Instr()1591 mapReg(m, &i->Xin.Fp64to32.dst); in mapRegs_X86Instr()2944 p = do_fld_st(p, 0+fregNo(i->Xin.Fp64to32.src)); in emit_X86Instr()2954 p = do_fstp_st(p, 1+fregNo(i->Xin.Fp64to32.dst)); in emit_X86Instr()
562 } Fp64to32; member