Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_isel.c1498 shftOp = Pshft_SAR; break; in iselWordExpr_R_wrk()
1509 case Pshft_SHL: case Pshft_SHR: case Pshft_SAR: in iselWordExpr_R_wrk()
1519 if (shftOp == Pshft_SHR || shftOp == Pshft_SAR) { in iselWordExpr_R_wrk()
1937 PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/, in iselWordExpr_R_wrk()
1951 PPCInstr_Shft(Pshft_SAR, False/*64bit shift*/, in iselWordExpr_R_wrk()
1962 PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/, in iselWordExpr_R_wrk()
2051 PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/, in iselWordExpr_R_wrk()
2063 addInstr(env, PPCInstr_Shft(Pshft_SAR, False/*64bit shift*/, in iselWordExpr_R_wrk()
2115 addInstr(env, PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/, in iselWordExpr_R_wrk()
2126 addInstr(env, PPCInstr_Shft(Pshft_SAR, False/*64bit shift*/, in iselWordExpr_R_wrk()
[all …]
Dhost_ppc_defs.h321 Pshft_SHL, Pshft_SHR, Pshft_SAR, enumerator
Dhost_ppc_defs.c525 case Pshft_SAR: return sz32 ? (immR ? "srawi" : "sraw") : in showPPCShftOp()
4152 case Pshft_SAR: in emit_PPCInstr()