Home
last modified time | relevance | path

Searched refs:BSWAP (Results 1 – 25 of 31) sorted by relevance

12

/external/openssl/crypto/evp/
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 in aesni_cbc_hmac_sha1_cipher()
307 bitlen = BSWAP(bitlen); in aesni_cbc_hmac_sha1_cipher()
369 #ifdef BSWAP in aesni_cbc_hmac_sha1_cipher()
370 pmac->u[0] = BSWAP(pmac->u[0]); in aesni_cbc_hmac_sha1_cipher()
371 pmac->u[1] = BSWAP(pmac->u[1]); in aesni_cbc_hmac_sha1_cipher()
372 pmac->u[2] = BSWAP(pmac->u[2]); in aesni_cbc_hmac_sha1_cipher()
373 pmac->u[3] = BSWAP(pmac->u[3]); in aesni_cbc_hmac_sha1_cipher()
374 pmac->u[4] = BSWAP(pmac->u[4]); in aesni_cbc_hmac_sha1_cipher()
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
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 in aesni_cbc_hmac_sha1_cipher()
307 bitlen = BSWAP(bitlen); in aesni_cbc_hmac_sha1_cipher()
368 #ifdef BSWAP in aesni_cbc_hmac_sha1_cipher()
369 pmac->u[0] = BSWAP(pmac->u[0]); in aesni_cbc_hmac_sha1_cipher()
370 pmac->u[1] = BSWAP(pmac->u[1]); in aesni_cbc_hmac_sha1_cipher()
371 pmac->u[2] = BSWAP(pmac->u[2]); in aesni_cbc_hmac_sha1_cipher()
372 pmac->u[3] = BSWAP(pmac->u[3]); in aesni_cbc_hmac_sha1_cipher()
373 pmac->u[4] = BSWAP(pmac->u[4]); in aesni_cbc_hmac_sha1_cipher()
/external/qemu/include/exec/
Dsoftmmu_template.h73 # define BSWAP(X) bswap64(X) macro
75 # define BSWAP(X) bswap32(X) macro
77 # define BSWAP(X) bswap16(X) macro
79 # define BSWAP(X) (X) macro
84 # define TGT_LE(X) BSWAP(X)
86 # define TGT_BE(X) BSWAP(X)
527 #undef BSWAP
/external/elfutils/0.153/libasm/
Dasm_addint8.c46 #define BSWAP(size) _BSWAP(size) macro
104 var = BSWAP(SIZE) (var);
/external/opencv/otherlibs/highgui/
Dbitstrm.h259 #define BSWAP(v) (((v)<<24)|(((v)&0xff00)<<8)| \ macro
Dgrfmt_tiff.cpp289 val = BSWAP( val ); in GetDWordEx()
Dbitstrm.cpp67 temp = BSWAP( temp ); in bsBSwapBlock()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h314 BSWAP, CTTZ, CTLZ, CTPOP, enumerator
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp146 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in Mips16TargetLowering()
147 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in Mips16TargetLowering()
DMipsISelLowering.cpp373 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in MipsTargetLowering()
375 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in MipsTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp258 case ISD::BSWAP: in LegalizeOp()
646 case ISD::BSWAP: in Expand()
DSelectionDAGDumper.cpp284 case ISD::BSWAP: return "bswap"; in getOperationName()
DLegalizeIntegerTypes.cpp56 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break; in PromoteIntegerResult()
299 return DAG.getNode(ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op), in PromoteIntRes_BSWAP()
1134 case ISD::BSWAP: ExpandIntRes_BSWAP(N, Lo, Hi); break; in ExpandIntegerResult()
1756 Lo = DAG.getNode(ISD::BSWAP, dl, Lo.getValueType(), Lo); in ExpandIntRes_BSWAP()
1757 Hi = DAG.getNode(ISD::BSWAP, dl, Hi.getValueType(), Hi); in ExpandIntRes_BSWAP()
DLegalizeVectorTypes.cpp70 case ISD::BSWAP: in ScalarizeVectorResult()
584 case ISD::BSWAP: in SplitVectorResult()
1618 case ISD::BSWAP: in WidenVectorResult()
DLegalizeDAG.cpp2968 case ISD::BSWAP: in ExpandNode()
4175 case ISD::BSWAP: { in PromoteNode()
4178 Tmp1 = DAG.getNode(ISD::BSWAP, dl, NVT, Tmp1); in PromoteNode()
DDAGCombiner.cpp2989 if (!TLI.isOperationLegal(ISD::BSWAP, VT)) in MatchBSwapHWordLow()
3078 SDValue Res = DAG.getNode(ISD::BSWAP, SDLoc(N), VT, N00); in MatchBSwapHWordLow()
3165 if (!TLI.isOperationLegal(ISD::BSWAP, VT)) in MatchBSwapHWord()
3213 SDValue BSwap = DAG.getNode(ISD::BSWAP, SDLoc(N), VT, in MatchBSwapHWord()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp153 setOperationAction(ISD::BSWAP, VT, Expand); in InitAMDILLowering()
/external/llvm/docs/
DExtendingLLVM.rst119 well. For a good example, see ``ISD::BSWAP``, which promotes its operand to
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp153 setOperationAction(ISD::BSWAP, VT, Expand); in InitAMDILLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1330 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in HexagonTargetLowering()
1414 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp183 setOperationAction(ISD::BSWAP, MVT::i16, Expand); in NVPTXTargetLowering()
184 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in NVPTXTargetLowering()
185 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in NVPTXTargetLowering()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp258 setOperationAction(ISD::BSWAP, VT, Expand); in AMDGPUTargetLowering()
320 setOperationAction(ISD::BSWAP, VT, Expand); in AMDGPUTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp209 setOperationAction(ISD::BSWAP, MVT::i32 , Expand); in PPCTargetLowering()
213 setOperationAction(ISD::BSWAP, MVT::i64 , Expand); in PPCTargetLowering()
462 setOperationAction(ISD::BSWAP, VT, Expand); in PPCTargetLowering()
646 setTargetDAGCombine(ISD::BSWAP); in PPCTargetLowering()
8086 N->getOperand(1).getOpcode() == ISD::BSWAP && in PerformDAGCombine()
8279 case ISD::BSWAP: in PerformDAGCombine()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1475 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in SparcTargetLowering()
1532 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in SparcTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td351 def bswap : SDNode<"ISD::BSWAP" , SDTIntUnaryOp>;

12