Searched refs:CMov (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 838 i->Pin.CMov.cond = cond; in PPCInstr_CMov() 839 i->Pin.CMov.src = src; in PPCInstr_CMov() 840 i->Pin.CMov.dst = dst; in PPCInstr_CMov() 1299 vex_printf("cmov (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr() 1300 ppHRegPPC(i->Pin.CMov.dst); in ppPPCInstr() 1302 ppPPCRI(i->Pin.CMov.src); in ppPPCInstr() 1304 if (i->Pin.CMov.cond.test != Pct_ALWAYS) { in ppPPCInstr() 1305 vex_printf("if (%s) ", showPPCCondCode(i->Pin.CMov.cond)); in ppPPCInstr() 1308 if (i->Pin.CMov.src->tag == Pri_Imm) { in ppPPCInstr() 1309 ppLoadImm(i->Pin.CMov.dst, i->Pin.CMov.src->Pri.Imm, mode64); in ppPPCInstr() [all …]
|
D | host_arm_defs.c | 1185 i->ARMin.CMov.cond = cond; in ARMInstr_CMov() 1186 i->ARMin.CMov.dst = dst; in ARMInstr_CMov() 1187 i->ARMin.CMov.src = src; in ARMInstr_CMov() 1586 vex_printf("mov%s ", showARMCondCode(i->ARMin.CMov.cond)); in ppARMInstr() 1587 ppHRegARM(i->ARMin.CMov.dst); in ppARMInstr() 1589 ppARMRI84(i->ARMin.CMov.src); in ppARMInstr() 1950 addHRegUse(u, HRmWrite, i->ARMin.CMov.dst); in getRegUsage_ARMInstr() 1951 addHRegUse(u, HRmRead, i->ARMin.CMov.dst); in getRegUsage_ARMInstr() 1952 addRegUsage_ARMRI84(u, i->ARMin.CMov.src); in getRegUsage_ARMInstr() 2203 i->ARMin.CMov.dst = lookupHRegRemap(m, i->ARMin.CMov.dst); in mapRegs_ARMInstr() [all …]
|
D | host_arm_defs.h | 692 } CMov; member
|
D | host_ppc_defs.h | 591 } CMov; member
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 343 int CMov(byte* data); 650 int DisassemblerIA32::CMov(byte* data) { in CMov() function in disasm::DisassemblerIA32 993 data += CMov(data); in InstructionDecode()
|