Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_isel.c914 shftOp = Mshft_SRA; in iselWordExpr_R_wrk()
934 if (mode64 && (shftOp == Mshft_SRA || shftOp == Mshft_SRL)) { in iselWordExpr_R_wrk()
946 addInstr(env, MIPSInstr_Shft(Mshft_SRA, False, r_srcL_se, in iselWordExpr_R_wrk()
1428 addInstr(env, MIPSInstr_Shft(Mshft_SRA, sz32, r_dst, r_dst, in iselWordExpr_R_wrk()
1586 addInstr(env, MIPSInstr_Shft(Mshft_SRA, False /*64bit shift */, in iselWordExpr_R_wrk()
1656 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, r_dst, r_dst, in iselWordExpr_R_wrk()
1714 addInstr(env, MIPSInstr_Shft(Mshft_SRA, False, tmp2, tmp2, in iselWordExpr_R_wrk()
2743 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True /* 32bit shift */, in iselInt64Expr_wrk()
2749 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True /* 32bit shift */, in iselInt64Expr_wrk()
2818 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True, tmp, tmp, in iselInt64Expr_wrk()
[all …]
Dhost_mips_defs.h254 Mshft_SRA enumerator
Dhost_mips_defs.c726 case Mshft_SRA: in showMIPSShftOp()
2697 case Mshft_SRA: in emit_MIPSInstr()