Searched refs:BSWAP (Results 1 - 25 of 26) sorted by relevance

12

/external/elfutils/libasm/
H A Dasm_addint8.c46 #define BSWAP(size) _BSWAP(size) macro
104 var = BSWAP(SIZE) (var);
/external/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c94 # define BSWAP(x) ({ unsigned int r=(x); asm ("bswapl %0":"=r"(r):"0"(r)); r; }) macro
306 #ifdef BSWAP
307 bitlen = BSWAP(bitlen);
368 #ifdef BSWAP
369 pmac->u[0] = BSWAP(pmac->u[0]);
370 pmac->u[1] = BSWAP(pmac->u[1]);
371 pmac->u[2] = BSWAP(pmac->u[2]);
372 pmac->u[3] = BSWAP(pmac->u[3]);
373 pmac->u[4] = BSWAP(pmac->u[4]);
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h321 BSWAP, CTTZ, CTLZ, CTPOP, enumerator in enum:llvm::ISD::NodeType
/external/opencv/otherlibs/highgui/
H A Dbitstrm.h259 #define BSWAP(v) (((v)<<24)|(((v)&0xff00)<<8)| \ macro
H A Dbitstrm.cpp67 temp = BSWAP( temp );
H A Dgrfmt_tiff.cpp289 val = BSWAP( val );
/external/dropbear/libtomcrypt/src/ciphers/
H A Drc5.c85 L[j++] = BSWAP(A);
92 L[j++] = BSWAP(A);
H A Drc6.c75 L[j++] = BSWAP(A);
83 L[j++] = BSWAP(A);
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h230 #define BSWAP(x) ( ((x>>24)&0x000000FFUL) | ((x<<24)&0xFF000000UL) | \ macro
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp275 case ISD::BSWAP: return "bswap";
H A DLegalizeIntegerTypes.cpp54 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break;
270 return DAG.getNode(ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op),
1111 case ISD::BSWAP: ExpandIntRes_BSWAP(N, Lo, Hi); break;
1703 Lo = DAG.getNode(ISD::BSWAP, dl, Lo.getValueType(), Lo);
1704 Hi = DAG.getNode(ISD::BSWAP, dl, Hi.getValueType(), Hi);
H A DLegalizeDAG.cpp2495 /// ExpandBSWAP - Open code the operations for BSWAP of the specified operation.
2502 default: llvm_unreachable("Unhandled Expand type in BSWAP!");
2736 case ISD::BSWAP:
3771 case ISD::BSWAP: {
3774 Tmp1 = DAG.getNode(ISD::BSWAP, dl, NVT, Tmp1);
H A DDAGCombiner.cpp2813 if (!TLI.isOperationLegal(ISD::BSWAP, VT))
2892 SDValue Res = DAG.getNode(ISD::BSWAP, N->getDebugLoc(), VT, N00);
2979 if (!TLI.isOperationLegal(ISD::BSWAP, VT))
3027 SDValue BSwap = DAG.getNode(ISD::BSWAP, N->getDebugLoc(), VT,
H A DLegalizeVectorTypes.cpp1379 case ISD::BSWAP:
H A DSelectionDAG.cpp2447 case ISD::BSWAP:
H A DSelectionDAGBuilder.cpp4960 setValue(&I, DAG.getNode(ISD::BSWAP, dl,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp138 setOperationAction(ISD::BSWAP , MVT::i16, Expand);
139 setOperationAction(ISD::BSWAP , MVT::i32, Expand);
140 setOperationAction(ISD::BSWAP , MVT::i64, Expand);
/external/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp143 setOperationAction(ISD::BSWAP, VT, Expand);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1334 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
1424 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp176 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp774 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp160 // PowerPC does not have BSWAP, CTPOP or CTTZ
161 setOperationAction(ISD::BSWAP, MVT::i32 , Expand);
166 setOperationAction(ISD::BSWAP, MVT::i64 , Expand);
471 setTargetDAGCombine(ISD::BSWAP);
6339 // Turn STORE (BSWAP) -> sthbrx/stwbrx.
6341 N->getOperand(1).getOpcode() == ISD::BSWAP &&
6361 case ISD::BSWAP:
6362 // Turn BSWAP (LOAD) -> lhbrx/lwbrx.
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp368 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
369 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp674 // Only ARMv6 has BSWAP.
676 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
9170 if (C->getZExtValue() == 16 && N0.getOpcode() == ISD::BSWAP &&
/external/dropbear/libtomcrypt/
H A Dcrypt.tex274 \index{STORE32L} \index{STORE64L} \index{LOAD32L} \index{LOAD64L} \index{STORE32H} \index{STORE64H} \index{LOAD32H} \index{LOAD64H} \index{BSWAP}
288 \hline BSWAP(x) & {\bf unsigned long} x & Swap bytes \\

Completed in 537 milliseconds

12