Searched refs:X86AluOp (Results 1 – 3 of 3) sorted by relevance
265 X86AluOp; typedef267 extern const HChar* showX86AluOp ( X86AluOp );399 X86AluOp op;404 X86AluOp op;657 extern X86Instr* X86Instr_Alu32R ( X86AluOp, X86RMI*, HReg );658 extern X86Instr* X86Instr_Alu32M ( X86AluOp, X86RI*, X86AMode* );
441 const HChar* showX86AluOp ( X86AluOp op ) { in showX86AluOp()565 X86Instr* X86Instr_Alu32R ( X86AluOp op, X86RMI* src, HReg dst ) { in X86Instr_Alu32R()573 X86Instr* X86Instr_Alu32M ( X86AluOp op, X86RI* src, X86AMode* dst ) { in X86Instr_Alu32M()
921 X86AluOp aluOp; in iselIntExpr_R_wrk()2235 X86AluOp op = e->Iex.Binop.op==Iop_Or64 ? Xalu_OR in iselInt64Expr_wrk()