Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h414 Pav_MRGHI, Pav_MRGLO, enumerator
Dhost_ppc_defs.c667 case Pav_MRGLO: return "vmrgl"; // b,h,w in showPPCAvOp()
5460 case Pav_MRGLO: opc2 = 268; break; // vmrglb in emit_PPCInstr()
5514 case Pav_MRGLO: opc2 = 332; break; // vmrglh in emit_PPCInstr()
5570 case Pav_MRGLO: opc2 = 396; break; // vmrglw in emit_PPCInstr()
5607 case Pav_MRGLO: opc2 = 1742; break; // vmrglw in emit_PPCInstr()
Dhost_ppc_isel.c5833 case Iop_InterleaveLO8x16: op = Pav_MRGLO; goto do_AvBin8x16; in iselVecExpr_wrk()
5868 case Iop_InterleaveLO16x8: op = Pav_MRGLO; goto do_AvBin16x8; in iselVecExpr_wrk()
5903 case Iop_InterleaveLO32x4: op = Pav_MRGLO; goto do_AvBin32x4; in iselVecExpr_wrk()
5941 case Iop_InterleaveLO64x2: op = Pav_MRGLO; goto do_AvBin64x2; in iselVecExpr_wrk()