Searched refs:Malu_SUB (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 213 addInstr(env, MIPSInstr_Alu(Malu_SUB, sp, sp, in sub_from_sp() 837 aluOp = Malu_SUB; in iselWordExpr_R_wrk() 883 case Malu_SUB: in iselWordExpr_R_wrk() 1440 addInstr(env, MIPSInstr_Alu(Malu_SUB, r_dst, r_dst, r_srcR)); in iselWordExpr_R_wrk() 1651 addInstr(env, MIPSInstr_Alu(Malu_SUB, r_dst, hregMIPS_GPR0(mode64), in iselWordExpr_R_wrk() 1669 MIPSAluOp op = (op_unop == Iop_Left64) ? Malu_DSUB : Malu_SUB; in iselWordExpr_R_wrk() 2138 addInstr(env, MIPSInstr_Alu(Malu_SUB, r_dst, r_dst, r_srcR)); in iselCondCode_wrk() 2421 addInstr(env, MIPSInstr_Alu(Malu_SUB, tLo, xLo, MIPSRH_Reg(yLo))); in iselInt64Expr_wrk() 2428 addInstr(env, MIPSInstr_Alu(Malu_SUB, tHi, xHi, MIPSRH_Reg(yHi))); in iselInt64Expr_wrk() 2886 addInstr(env, MIPSInstr_Alu(Malu_SUB, tmp2, zero, MIPSRH_Reg(yLo))); in iselInt64Expr_wrk() [all …]
|
D | host_mips_defs.h | 241 Malu_ADD, Malu_SUB, enumerator
|
D | host_mips_defs.c | 690 case Malu_SUB: in showMIPSAluOp() 2545 case Malu_SUB: in emit_MIPSInstr()
|