Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_isel.c910 shftOp = Mshft_SRL; in iselWordExpr_R_wrk()
934 if (mode64 && (shftOp == Mshft_SRA || shftOp == Mshft_SRL)) { in iselWordExpr_R_wrk()
1166 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True, r_ccIR_b0, r_ccMIPS, in iselWordExpr_R_wrk()
1180 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True, r_ccIR_b6, in iselWordExpr_R_wrk()
1508 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */, in iselWordExpr_R_wrk()
1528 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */, in iselWordExpr_R_wrk()
1577 addInstr(env, MIPSInstr_Shft(Mshft_SRL, False /*!32bit shift */, in iselWordExpr_R_wrk()
2540 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */, in iselInt64Expr_wrk()
2543 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */, in iselInt64Expr_wrk()
2604 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */, in iselInt64Expr_wrk()
[all …]
Dhost_mips_defs.h253 Mshft_SLL, Mshft_SRL, enumerator
Dhost_mips_defs.c732 case Mshft_SRL: in showMIPSShftOp()
2670 case Mshft_SRL: in emit_MIPSInstr()