Searched refs:PERMUTE (Results 1 – 6 of 6) sorted by relevance
/external/bison/lib/ |
D | getopt_int.h | 64 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator
|
D | getopt.c | 254 d->__ordering = PERMUTE; in _getopt_initialize() 393 if (d->__ordering == PERMUTE) in _getopt_internal_r()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | x86inc.asm | 711 ; 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/ |
D | SystemZISelLowering.h | 199 PERMUTE, enumerator
|
D | SystemZOperators.td | 207 def z_permute : SDNode<"SystemZISD::PERMUTE", SDT_ZVecTernary>;
|
D | SystemZISelLowering.cpp | 3294 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()
|