Home
last modified time | relevance | path

Searched refs:FpCMov (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c796 i->Xin.FpCMov.cond = cond; in X86Instr_FpCMov()
797 i->Xin.FpCMov.src = src; in X86Instr_FpCMov()
798 i->Xin.FpCMov.dst = dst; in X86Instr_FpCMov()
1116 vex_printf("gcmov%s ", showX86CondCode(i->Xin.FpCMov.cond)); in ppX86Instr()
1117 ppHRegX86(i->Xin.FpCMov.src); in ppX86Instr()
1119 ppHRegX86(i->Xin.FpCMov.dst); in ppX86Instr()
1389 addHRegUse(u, HRmRead, i->Xin.FpCMov.src); in getRegUsage_X86Instr()
1390 addHRegUse(u, HRmModify, i->Xin.FpCMov.dst); in getRegUsage_X86Instr()
1594 mapReg(m, &i->Xin.FpCMov.src); in mapRegs_X86Instr()
1595 mapReg(m, &i->Xin.FpCMov.dst); in mapRegs_X86Instr()
[all …]
Dhost_ppc_defs.c1259 i->Pin.FpCMov.cond = cond; in PPCInstr_FpCMov()
1260 i->Pin.FpCMov.dst = dst; in PPCInstr_FpCMov()
1261 i->Pin.FpCMov.src = src; in PPCInstr_FpCMov()
1780 vex_printf("fpcmov (%s) ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
1781 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()
1783 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()
1786 if (i->Pin.FpCMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()
1787 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.FpCMov.cond)); in ppPPCInstr()
1790 ppHRegPPC(i->Pin.FpCMov.dst); in ppPPCInstr()
1792 ppHRegPPC(i->Pin.FpCMov.src); in ppPPCInstr()
[all …]
Dhost_x86_defs.h569 } FpCMov; member
Dhost_ppc_defs.h737 } FpCMov; member