Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c575 i->Xin.Alu32M.op = op; in X86Instr_Alu32M()
576 i->Xin.Alu32M.src = src; in X86Instr_Alu32M()
577 i->Xin.Alu32M.dst = dst; in X86Instr_Alu32M()
936 vex_printf("%sl ", showX86AluOp(i->Xin.Alu32M.op)); in ppX86Instr()
937 ppX86RI(i->Xin.Alu32M.src); in ppX86Instr()
939 ppX86AMode(i->Xin.Alu32M.dst); in ppX86Instr()
1241 addRegUsage_X86RI(u, i->Xin.Alu32M.src); in getRegUsage_X86Instr()
1242 addRegUsage_X86AMode(u, i->Xin.Alu32M.dst); in getRegUsage_X86Instr()
1507 mapRegs_X86RI(m, i->Xin.Alu32M.src); in mapRegs_X86Instr()
1508 mapRegs_X86AMode(m, i->Xin.Alu32M.dst); in mapRegs_X86Instr()
[all …]
Dhost_x86_defs.h410 } Alu32M; member