Lines Matching refs:FpCmp
819 i->Xin.FpCmp.srcL = srcL; in X86Instr_FpCmp()
820 i->Xin.FpCmp.srcR = srcR; in X86Instr_FpCmp()
821 i->Xin.FpCmp.dst = dst; in X86Instr_FpCmp()
1134 ppHRegX86(i->Xin.FpCmp.srcL); in ppX86Instr()
1136 ppHRegX86(i->Xin.FpCmp.srcR); in ppX86Instr()
1138 ppHRegX86(i->Xin.FpCmp.dst); in ppX86Instr()
1403 addHRegUse(u, HRmRead, i->Xin.FpCmp.srcL); in getRegUsage_X86Instr()
1404 addHRegUse(u, HRmRead, i->Xin.FpCmp.srcR); in getRegUsage_X86Instr()
1405 addHRegUse(u, HRmWrite, i->Xin.FpCmp.dst); in getRegUsage_X86Instr()
1607 mapReg(m, &i->Xin.FpCmp.srcL); in mapRegs_X86Instr()
1608 mapReg(m, &i->Xin.FpCmp.srcR); in mapRegs_X86Instr()
1609 mapReg(m, &i->Xin.FpCmp.dst); in mapRegs_X86Instr()
3029 p = do_fld_st(p, 0+fregEnc(i->Xin.FpCmp.srcL)); in emit_X86Instr()
3032 *p++ = toUChar(0xE8 + (7 & (1+fregEnc(i->Xin.FpCmp.srcR)))); in emit_X86Instr()
3038 p = doAMode_R(p, hregX86_EAX(), i->Xin.FpCmp.dst); in emit_X86Instr()