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()937 vex_printf("%sl ", showX86AluOp(i->Xin.Alu32M.op)); in ppX86Instr()938 ppX86RI(i->Xin.Alu32M.src); in ppX86Instr()940 ppX86AMode(i->Xin.Alu32M.dst); in ppX86Instr()1242 addRegUsage_X86RI(u, i->Xin.Alu32M.src); in getRegUsage_X86Instr()1243 addRegUsage_X86AMode(u, i->Xin.Alu32M.dst); in getRegUsage_X86Instr()1508 mapRegs_X86RI(m, i->Xin.Alu32M.src); in mapRegs_X86Instr()1509 mapRegs_X86AMode(m, i->Xin.Alu32M.dst); in mapRegs_X86Instr()[all …]
407 } Alu32M; member