Home
last modified time | relevance | path

Searched refs:Xalu_MUL (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_defs.h266 Xalu_MUL enumerator
Dhost_x86_defs.c451 case Xalu_MUL: return "mul"; in showX86AluOp()
578 vassert(op != Xalu_MUL); in X86Instr_Alu32M()
2167 if (i->Xin.Alu32R.op == Xalu_MUL) { in emit_X86Instr()
Dhost_x86_isel.c946 aluOp = Xalu_MUL; break; in iselIntExpr_R_wrk()
1094 addInstr(env, X86Instr_Alu32R(Xalu_MUL, X86RMI_Reg(a16), b16)); in iselIntExpr_R_wrk()