Searched refs:FpCMov (Results 1 – 4 of 4) sorted by relevance
800 i->Xin.FpCMov.cond = cond; in X86Instr_FpCMov()801 i->Xin.FpCMov.src = src; in X86Instr_FpCMov()802 i->Xin.FpCMov.dst = dst; in X86Instr_FpCMov()1121 vex_printf("gcmov%s ", showX86CondCode(i->Xin.FpCMov.cond)); in ppX86Instr()1122 ppHRegX86(i->Xin.FpCMov.src); in ppX86Instr()1124 ppHRegX86(i->Xin.FpCMov.dst); in ppX86Instr()1394 addHRegUse(u, HRmRead, i->Xin.FpCMov.src); in getRegUsage_X86Instr()1395 addHRegUse(u, HRmModify, i->Xin.FpCMov.dst); in getRegUsage_X86Instr()1599 mapReg(m, &i->Xin.FpCMov.src); in mapRegs_X86Instr()1600 mapReg(m, &i->Xin.FpCMov.dst); in mapRegs_X86Instr()[all …]
1291 i->Pin.FpCMov.cond = cond; in PPCInstr_FpCMov()1292 i->Pin.FpCMov.dst = dst; in PPCInstr_FpCMov()1293 i->Pin.FpCMov.src = src; in PPCInstr_FpCMov()1865 vex_printf("fpcmov (%s) ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()1866 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()1868 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()1871 if (i->Pin.FpCMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()1872 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()1875 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()1877 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()[all …]
573 } FpCMov; member
770 } FpCMov; member