Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c685 i->Xin.CMov32.cond = cond; in X86Instr_CMov32()
686 i->Xin.CMov32.src = src; in X86Instr_CMov32()
687 i->Xin.CMov32.dst = dst; in X86Instr_CMov32()
1026 vex_printf("cmov%s ", showX86CondCode(i->Xin.CMov32.cond)); in ppX86Instr()
1027 ppX86RM(i->Xin.CMov32.src); in ppX86Instr()
1029 ppHRegX86(i->Xin.CMov32.dst); in ppX86Instr()
1338 addRegUsage_X86RM(u, i->Xin.CMov32.src, HRmRead); in getRegUsage_X86Instr()
1339 addHRegUse(u, HRmModify, i->Xin.CMov32.dst); in getRegUsage_X86Instr()
1551 mapRegs_X86RM(m, i->Xin.CMov32.src); in mapRegs_X86Instr()
1552 mapReg(m, &i->Xin.CMov32.dst); in mapRegs_X86Instr()
[all …]
Dhost_x86_defs.h485 } CMov32; member