Searched refs:Mshft_SRA (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_mips_isel.c | 735 shftOp = Mshft_SRA; in iselWordExpr_R_wrk() 751 case Mshft_SRA: in iselWordExpr_R_wrk() 927 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, r_ccMIPS, tmp, in iselWordExpr_R_wrk() 932 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tmp, tmp, in iselWordExpr_R_wrk() 939 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tmp, in iselWordExpr_R_wrk() 946 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tmp, tmp, in iselWordExpr_R_wrk() 1120 addInstr(env, MIPSInstr_Shft(Mshft_SRA, sz32, r_dst, r_dst, in iselWordExpr_R_wrk() 1318 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, r_dst, r_dst, in iselWordExpr_R_wrk() 1370 addInstr(env, MIPSInstr_Shft(Mshft_SRA, False, tmp2, tmp2, in iselWordExpr_R_wrk() 2062 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tmp, src, in iselInt64Expr_wrk() [all …]
|
D | host_mips_defs.h | 324 Mshft_SRA enumerator
|
D | host_mips_defs.c | 1076 case Mshft_SRA: in showMIPSShftOp() 2889 case Mshft_SRA: in emit_MIPSInstr()
|