Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_mips_isel.c192 addInstr(env, MIPSInstr_Alu(Malu_ADD, sp, sp, MIPSRH_Imm(True, in add_to_sp()
668 aluOp = Malu_ADD; in iselWordExpr_R_wrk()
705 case Malu_ADD: in iselWordExpr_R_wrk()
1434 addInstr(env, MIPSInstr_Alu(Malu_ADD, r_dst, r_tmp, in iselWordExpr_R_wrk()
1957 addInstr(env, MIPSInstr_Alu(Malu_ADD, desLo, tmpLo, in iselInt64Expr_wrk()
1959 addInstr(env, MIPSInstr_Alu(Malu_ADD, desHi, tmpHi, in iselInt64Expr_wrk()
1978 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, xHi, MIPSRH_Reg(yHi))); in iselInt64Expr_wrk()
1979 addInstr(env, MIPSInstr_Alu(Malu_ADD, tLo, xLo, MIPSRH_Reg(yLo))); in iselInt64Expr_wrk()
2093 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi, hregMIPS_GPR0(mode64), in iselInt64Expr_wrk()
2711 addInstr(env, MIPSInstr_Alu(Malu_ADD, r_dst_lo, r_tmp_lo, in iselDblExpr_wrk()
[all …]
Dhost_mips_defs.h313 Malu_ADD, Malu_SUB, enumerator
Dhost_mips_defs.c1046 case Malu_ADD: in showMIPSAluOp()
2746 case Malu_ADD: in emit_MIPSInstr()