Searched refs:MIPSInstr_Shft (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 290 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tmp, irrm, in set_MIPS_rounding_mode() 944 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False, tmp, in iselWordExpr_R_wrk() 946 addInstr(env, MIPSInstr_Shft(Mshft_SRA, False, r_srcL_se, in iselWordExpr_R_wrk() 949 addInstr(env, MIPSInstr_Shft(shftOp, True /*32bit shift */, in iselWordExpr_R_wrk() 952 addInstr(env, MIPSInstr_Shft(shftOp, True /*32bit shift */, in iselWordExpr_R_wrk() 956 addInstr(env, MIPSInstr_Shft(shftOp, False/*64bit shift */, in iselWordExpr_R_wrk() 1100 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False, tHi_1, in iselWordExpr_R_wrk() 1132 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, r_ccMIPS, tmp, in iselWordExpr_R_wrk() 1140 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tmp, in iselWordExpr_R_wrk() 1147 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True, tmp, tmp, in iselWordExpr_R_wrk() [all …]
|
D | host_mips_defs.h | 613 extern MIPSInstr *MIPSInstr_Shft(MIPSShftOp, Bool sz32, HReg, HReg, MIPSRH *);
|
D | host_mips_defs.c | 779 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Shft() function
|