Searched refs:Mshft_SRL (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 910 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 …]
|
D | host_mips_defs.h | 253 Mshft_SLL, Mshft_SRL, enumerator
|
D | host_mips_defs.c | 732 case Mshft_SRL: in showMIPSShftOp() 2670 case Mshft_SRL: in emit_MIPSInstr()
|