Searched refs:PERMUTE (Results 1 – 12 of 12) sorted by relevance
/external/flac/src/share/getopt/ |
D | getopt.c | 202 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator 426 ordering = PERMUTE; in share___getopt_initialize() 561 if (ordering == PERMUTE) in share___getopt_internal()
|
/external/sg3_utils/getopt_long/ |
D | getopt_long.c | 74 #define PERMUTE (!IS_POSIXLY_CORRECT && !IGNORE_FIRST) macro 219 if (!PERMUTE) { in getopt_internal()
|
/external/libusb/msvc/getopt/ |
D | getopt.c | 187 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator 419 ordering = PERMUTE; 559 if (ordering == PERMUTE)
|
/external/libaom/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 | 202 PERMUTE, enumerator
|
D | SystemZOperators.td | 225 def z_permute : SDNode<"SystemZISD::PERMUTE", SDT_ZVecTernary>;
|
D | SystemZISelLowering.cpp | 3464 return DAG.getNode(SystemZISD::PERMUTE, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN() 3775 return DAG.getNode(SystemZISD::PERMUTE, DL, MVT::v16i8, Ops[0], Ops[1], Op2); in getGeneralPermuteNode() 4645 OPCODE(PERMUTE); in getTargetNodeName()
|
/external/libvpx/third_party/x86inc/ |
D | x86inc.asm | 1169 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that 1174 %macro PERMUTE 2-* ; takes a list of pairs to swap
|
/external/libaom/third_party/x86inc/ |
D | x86inc.asm | 1169 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that 1174 %macro PERMUTE 2-* ; takes a list of pairs to swap
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 206 PERMUTE, enumerator
|
D | SystemZOperators.td | 313 def z_permute : SDNode<"SystemZISD::PERMUTE", SDT_ZVecTernary>;
|
D | SystemZISelLowering.cpp | 4121 return DAG.getNode(SystemZISD::PERMUTE, SDLoc(Op), Op.getValueType(), in lowerINTRINSIC_WO_CHAIN() 4447 return DAG.getNode(SystemZISD::PERMUTE, DL, MVT::v16i8, Ops[0], Ops[1], Op2); in getGeneralPermuteNode() 5357 OPCODE(PERMUTE); in getTargetNodeName()
|