Home
last modified time | relevance | path

Searched refs:MIPSInstr_Alu (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()
200 addInstr(env, MIPSInstr_Alu(Malu_SUB, sp, sp, in sub_from_sp()
274 addInstr(env, MIPSInstr_Alu(Malu_XOR, tmp, irrm, MIPSRH_Reg(tmp))); in set_MIPS_rounding_mode()
275 addInstr(env, MIPSInstr_Alu(Malu_AND, irrm, tmp, MIPSRH_Imm(False, 3))); in set_MIPS_rounding_mode()
312 return MIPSInstr_Alu(Malu_OR, r_dst, r_src, MIPSRH_Reg(r_src)); in mk_iMOVds_RR()
719 addInstr(env, MIPSInstr_Alu(aluOp, r_dst, r_srcL, ri_srcR)); in iselWordExpr_R_wrk()
858 addInstr(env, MIPSInstr_Alu(Malu_SUB, tmp, argL, argR)); in iselWordExpr_R_wrk()
901 addInstr(env, MIPSInstr_Alu(Malu_AND, tLo_1, tLo, in iselWordExpr_R_wrk()
904 addInstr(env, MIPSInstr_Alu(Malu_OR, r_dst, tHi_1, in iselWordExpr_R_wrk()
934 addInstr(env, MIPSInstr_Alu(Malu_OR, r_ccMIPS, r_ccMIPS, in iselWordExpr_R_wrk()
[all …]
Dhost_mips_defs.h632 extern MIPSInstr *MIPSInstr_Alu(MIPSAluOp, HReg, HReg, MIPSRH *);
Dhost_mips_defs.c1118 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR) in MIPSInstr_Alu() function