Home
last modified time | relevance | path

Searched refs:PERMUTE (Results 1 – 6 of 6) sorted by relevance

/external/bison/lib/
Dgetopt_int.h64 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator
Dgetopt.c254 d->__ordering = PERMUTE; in _getopt_initialize()
393 if (d->__ordering == PERMUTE) in _getopt_internal_r()
/external/libvpx/libvpx/third_party/libyuv/source/
Dx86inc.asm711 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that
716 %macro PERMUTE 2-* ; takes a list of pairs to swap
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h199 PERMUTE, enumerator
DSystemZOperators.td207 def z_permute : SDNode<"SystemZISD::PERMUTE", SDT_ZVecTernary>;
DSystemZISelLowering.cpp3294 return DAG.getNode(SystemZISD::PERMUTE, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN()
3604 return DAG.getNode(SystemZISD::PERMUTE, DL, MVT::v16i8, Ops[0], Ops[1], Op2); in getGeneralPermuteNode()
4472 OPCODE(PERMUTE); in getTargetNodeName()