Searched refs:MIPSInstr_Alu (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 198 addInstr(env, MIPSInstr_Alu(Malu_DADD, sp, sp, MIPSRH_Imm(True, in add_to_sp() 201 addInstr(env, MIPSInstr_Alu(Malu_ADD, sp, sp, MIPSRH_Imm(True, in add_to_sp() 210 addInstr(env, MIPSInstr_Alu(Malu_DSUB, sp, sp, in sub_from_sp() 213 addInstr(env, MIPSInstr_Alu(Malu_SUB, sp, sp, in sub_from_sp() 292 addInstr(env, MIPSInstr_Alu(Malu_XOR, tmp, irrm, MIPSRH_Reg(tmp))); in set_MIPS_rounding_mode() 293 addInstr(env, MIPSInstr_Alu(Malu_AND, irrm, tmp, MIPSRH_Imm(False, 3))); in set_MIPS_rounding_mode() 330 return MIPSInstr_Alu(Malu_OR, r_dst, r_src, MIPSRH_Reg(r_src)); in mk_iMOVds_RR() 898 addInstr(env, MIPSInstr_Alu(aluOp, r_dst, r_srcL, ri_srcR)); in iselWordExpr_R_wrk() 1061 addInstr(env, MIPSInstr_Alu(Malu_SLT, tmp, argL, argRH)); in iselWordExpr_R_wrk() 1104 addInstr(env, MIPSInstr_Alu(Malu_AND, tLo_1, tLo, in iselWordExpr_R_wrk() [all …]
|
D | host_mips_defs.h | 612 extern MIPSInstr *MIPSInstr_Alu(MIPSAluOp, HReg, HReg, MIPSRH *);
|
D | host_mips_defs.c | 768 MIPSInstr *MIPSInstr_Alu(MIPSAluOp op, HReg dst, HReg srcL, MIPSRH * srcR) in MIPSInstr_Alu() function
|