Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h387 Pav_SHL, Pav_SHR, Pav_SAR, Pav_ROTL, enumerator
Dhost_ppc_defs.c629 case Pav_ROTL: return "vrl"; // b,h,w,dw in showPPCAvOp()
4907 case Pav_ROTL: opc2 = 4; break; // vrlb in emit_PPCInstr()
4955 case Pav_ROTL: opc2 = 68; break; // vrlh in emit_PPCInstr()
5012 case Pav_ROTL: opc2 = 132; break; // vrlw in emit_PPCInstr()
5052 case Pav_ROTL: opc2 = 196; break; // vrld in emit_PPCInstr()
Dhost_ppc_isel.c5183 case Iop_Rol8x16: op = Pav_ROTL; goto do_AvBin8x16; in iselVecExpr_wrk()
5215 case Iop_Rol16x8: op = Pav_ROTL; goto do_AvBin16x8; in iselVecExpr_wrk()
5250 case Iop_Rol32x4: op = Pav_ROTL; goto do_AvBin32x4; in iselVecExpr_wrk()
5288 case Iop_Rol64x2: op = Pav_ROTL; goto do_AvBin64x2; in iselVecExpr_wrk()