Searched refs:CMov (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 887 i->Pin.CMov.cond = cond; in PPCInstr_CMov() 888 i->Pin.CMov.src = src; in PPCInstr_CMov() 889 i->Pin.CMov.dst = dst; in PPCInstr_CMov() 1608 vex_printf("cmov (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr() 1609 ppHRegPPC(i->Pin.CMov.dst); in ppPPCInstr() 1611 ppPPCRI(i->Pin.CMov.src); in ppPPCInstr() 1613 if (i->Pin.CMov.cond.test != Pct_ALWAYS) { in ppPPCInstr() 1614 vex_printf("if (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr() 1617 if (i->Pin.CMov.src->tag == Pri_Imm) { in ppPPCInstr() 1618 ppLoadImm(i->Pin.CMov.dst, i->Pin.CMov.src->Pri.Imm, mode64); in ppPPCInstr() [all …]
|
D | host_arm_defs.c | 1213 i->ARMin.CMov.cond = cond; in ARMInstr_CMov() 1214 i->ARMin.CMov.dst = dst; in ARMInstr_CMov() 1215 i->ARMin.CMov.src = src; in ARMInstr_CMov() 1662 vex_printf("mov%s ", showARMCondCode(i->ARMin.CMov.cond)); in ppARMInstr() 1663 ppHRegARM(i->ARMin.CMov.dst); in ppARMInstr() 1665 ppARMRI84(i->ARMin.CMov.src); in ppARMInstr() 2062 addHRegUse(u, HRmWrite, i->ARMin.CMov.dst); in getRegUsage_ARMInstr() 2063 addHRegUse(u, HRmRead, i->ARMin.CMov.dst); in getRegUsage_ARMInstr() 2064 addRegUsage_ARMRI84(u, i->ARMin.CMov.src); in getRegUsage_ARMInstr() 2344 i->ARMin.CMov.dst = lookupHRegRemap(m, i->ARMin.CMov.dst); in mapRegs_ARMInstr() [all …]
|
D | host_arm_defs.h | 716 } CMov; member
|
D | host_ppc_defs.h | 646 } CMov; member
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 362 int CMov(byte* data); 669 int DisassemblerIA32::CMov(byte* data) { in CMov() function in disasm::DisassemblerIA32 1050 data += CMov(data); in InstructionDecode()
|
/external/chromium_org/v8/src/ia32/ |
D | disasm-ia32.cc | 362 int CMov(byte* data); 671 int DisassemblerIA32::CMov(byte* data) { in CMov() function in disasm::DisassemblerIA32 1097 data += CMov(data); in InstructionDecode()
|