Searched refs:Alu32M (Results 1 – 2 of 2) sorted by relevance
576 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 …]
404 } Alu32M; member