Home
last modified time | relevance | path

Searched refs:CMov32 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.c684 i->Xin.CMov32.cond = cond; in X86Instr_CMov32()
685 i->Xin.CMov32.src = src; in X86Instr_CMov32()
686 i->Xin.CMov32.dst = dst; in X86Instr_CMov32()
1025 vex_printf("cmov%s ", showX86CondCode(i->Xin.CMov32.cond)); in ppX86Instr()
1026 ppX86RM(i->Xin.CMov32.src); in ppX86Instr()
1028 ppHRegX86(i->Xin.CMov32.dst); in ppX86Instr()
1337 addRegUsage_X86RM(u, i->Xin.CMov32.src, HRmRead); in getRegUsage_X86Instr()
1338 addHRegUse(u, HRmModify, i->Xin.CMov32.dst); in getRegUsage_X86Instr()
1550 mapRegs_X86RM(m, i->Xin.CMov32.src); in mapRegs_X86Instr()
1551 mapReg(m, &i->Xin.CMov32.dst); in mapRegs_X86Instr()
[all …]
Dhost_x86_defs.h488 } CMov32; member