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.c1479 shftOp = Pshft_SAR; break; in iselWordExpr_R_wrk()
1490 case Pshft_SHL: case Pshft_SHR: case Pshft_SAR: in iselWordExpr_R_wrk()
1500 if (shftOp == Pshft_SHR || shftOp == Pshft_SAR) { in iselWordExpr_R_wrk()
1918 PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/, in iselWordExpr_R_wrk()
1932 PPCInstr_Shft(Pshft_SAR, False/*64bit shift*/, in iselWordExpr_R_wrk()
1943 PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/, in iselWordExpr_R_wrk()
2032 PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/, in iselWordExpr_R_wrk()
2044 addInstr(env, PPCInstr_Shft(Pshft_SAR, False/*64bit shift*/, in iselWordExpr_R_wrk()
2082 addInstr(env, PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/, in iselWordExpr_R_wrk()
2093 addInstr(env, PPCInstr_Shft(Pshft_SAR, False/*64bit shift*/, in iselWordExpr_R_wrk()
[all …]
Dhost_ppc_defs.h319 Pshft_SHL, Pshft_SHR, Pshft_SAR, enumerator
Dhost_ppc_defs.c523 case Pshft_SAR: return sz32 ? (immR ? "srawi" : "sraw") : in showPPCShftOp()
3903 case Pshft_SAR: in emit_PPCInstr()