Searched refs:FpCMov (Results 1 – 4 of 4) sorted by relevance
799 i->Xin.FpCMov.cond = cond; in X86Instr_FpCMov()800 i->Xin.FpCMov.src = src; in X86Instr_FpCMov()801 i->Xin.FpCMov.dst = dst; in X86Instr_FpCMov()1120 vex_printf("gcmov%s ", showX86CondCode(i->Xin.FpCMov.cond)); in ppX86Instr()1121 ppHRegX86(i->Xin.FpCMov.src); in ppX86Instr()1123 ppHRegX86(i->Xin.FpCMov.dst); in ppX86Instr()1393 addHRegUse(u, HRmRead, i->Xin.FpCMov.src); in getRegUsage_X86Instr()1394 addHRegUse(u, HRmModify, i->Xin.FpCMov.dst); in getRegUsage_X86Instr()1598 mapReg(m, &i->Xin.FpCMov.src); in mapRegs_X86Instr()1599 mapReg(m, &i->Xin.FpCMov.dst); in mapRegs_X86Instr()[all …]
1211 i->Pin.FpCMov.cond = cond; in PPCInstr_FpCMov()1212 i->Pin.FpCMov.dst = dst; in PPCInstr_FpCMov()1213 i->Pin.FpCMov.src = src; in PPCInstr_FpCMov()1799 vex_printf("fpcmov (%s) ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()1800 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()1802 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()1805 if (i->Pin.FpCMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()1806 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()1809 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()1811 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()[all …]
576 } FpCMov; member
740 } FpCMov; member