Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h403 Pav_SHL, Pav_SHR, Pav_SAR, Pav_ROTL, enumerator
Dhost_ppc_defs.c687 case Pav_ROTL: return "vrl"; // b,h,w in showPPCAvOp()
3685 case Pav_ROTL: opc2 = 4; break; // vrlb in emit_PPCInstr()
3731 case Pav_ROTL: opc2 = 68; break; // vrlh in emit_PPCInstr()
3780 case Pav_ROTL: opc2 = 132; break; // vrlw in emit_PPCInstr()
Dhost_ppc_isel.c3696 case Iop_Rol8x16: op = Pav_ROTL; goto do_AvBin8x16; in iselVecExpr_wrk()
3727 case Iop_Rol16x8: op = Pav_ROTL; goto do_AvBin16x8; in iselVecExpr_wrk()
3761 case Iop_Rol32x4: op = Pav_ROTL; goto do_AvBin32x4; in iselVecExpr_wrk()