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 …]
1299 i->Pin.FpCMov.cond = cond; in PPCInstr_FpCMov()1300 i->Pin.FpCMov.dst = dst; in PPCInstr_FpCMov()1301 i->Pin.FpCMov.src = src; in PPCInstr_FpCMov()1918 vex_printf("fpcmov (%s) ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()1919 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()1921 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()1924 if (i->Pin.FpCMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()1925 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()1928 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()1930 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()[all …]
576 } FpCMov; member
821 } FpCMov; member