Searched refs:MIPSAluOp (Results 1 – 3 of 3) sorted by relevance
245 } MIPSAluOp; typedef247 extern const HChar *showMIPSAluOp(MIPSAluOp,393 MIPSAluOp op;612 extern MIPSInstr *MIPSInstr_Alu(MIPSAluOp, HReg, HReg, MIPSRH *);
823 MIPSAluOp aluOp; in iselWordExpr_R_wrk()1669 MIPSAluOp op = (op_unop == Iop_Left64) ? Malu_DSUB : Malu_SUB; in iselWordExpr_R_wrk()2484 MIPSAluOp op = (op_binop == Iop_Or64) ? Malu_OR : in iselInt64Expr_wrk()
683 const HChar *showMIPSAluOp(MIPSAluOp op, Bool immR) in showMIPSAluOp()768 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR) in MIPSInstr_Alu()