Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c576 i->Xin.Alu32M.op = op; in X86Instr_Alu32M()
577 i->Xin.Alu32M.src = src; in X86Instr_Alu32M()
578 i->Xin.Alu32M.dst = dst; in X86Instr_Alu32M()
933 vex_printf("%sl ", showX86AluOp(i->Xin.Alu32M.op)); in ppX86Instr()
934 ppX86RI(i->Xin.Alu32M.src); in ppX86Instr()
936 ppX86AMode(i->Xin.Alu32M.dst); in ppX86Instr()
1237 addRegUsage_X86RI(u, i->Xin.Alu32M.src); in getRegUsage_X86Instr()
1238 addRegUsage_X86AMode(u, i->Xin.Alu32M.dst); in getRegUsage_X86Instr()
1503 mapRegs_X86RI(m, i->Xin.Alu32M.src); in mapRegs_X86Instr()
1504 mapRegs_X86AMode(m, i->Xin.Alu32M.dst); in mapRegs_X86Instr()
[all …]
Dhost_x86_defs.h404 } Alu32M; member