/external/openssl/crypto/evp/ |
D | e_aes_cbc_hmac_sha1.c | 94 # 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/ |
D | e_aes_cbc_hmac_sha1.c | 94 # 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/ |
D | softmmu_template.h | 73 # 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/ |
D | asm_addint8.c | 46 #define BSWAP(size) _BSWAP(size) macro 104 var = BSWAP(SIZE) (var);
|
/external/opencv/otherlibs/highgui/ |
D | bitstrm.h | 259 #define BSWAP(v) (((v)<<24)|(((v)&0xff00)<<8)| \ macro
|
D | grfmt_tiff.cpp | 289 val = BSWAP( val ); in GetDWordEx()
|
D | bitstrm.cpp | 67 temp = BSWAP( temp ); in bsBSwapBlock()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 314 BSWAP, CTTZ, CTLZ, CTPOP, enumerator
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 146 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in Mips16TargetLowering() 147 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in Mips16TargetLowering()
|
D | MipsISelLowering.cpp | 373 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in MipsTargetLowering() 375 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in MipsTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 258 case ISD::BSWAP: in LegalizeOp() 646 case ISD::BSWAP: in Expand()
|
D | SelectionDAGDumper.cpp | 284 case ISD::BSWAP: return "bswap"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 56 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()
|
D | LegalizeVectorTypes.cpp | 70 case ISD::BSWAP: in ScalarizeVectorResult() 584 case ISD::BSWAP: in SplitVectorResult() 1618 case ISD::BSWAP: in WidenVectorResult()
|
D | LegalizeDAG.cpp | 2968 case ISD::BSWAP: in ExpandNode() 4175 case ISD::BSWAP: { in PromoteNode() 4178 Tmp1 = DAG.getNode(ISD::BSWAP, dl, NVT, Tmp1); in PromoteNode()
|
D | DAGCombiner.cpp | 2989 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/ |
D | AMDILISelLowering.cpp | 153 setOperationAction(ISD::BSWAP, VT, Expand); in InitAMDILLowering()
|
/external/llvm/docs/ |
D | ExtendingLLVM.rst | 119 well. For a good example, see ``ISD::BSWAP``, which promotes its operand to
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 153 setOperationAction(ISD::BSWAP, VT, Expand); in InitAMDILLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1330 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in HexagonTargetLowering() 1414 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 183 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/ |
D | AMDGPUISelLowering.cpp | 258 setOperationAction(ISD::BSWAP, VT, Expand); in AMDGPUTargetLowering() 320 setOperationAction(ISD::BSWAP, VT, Expand); in AMDGPUTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 209 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/ |
D | SparcISelLowering.cpp | 1475 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in SparcTargetLowering() 1532 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in SparcTargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 351 def bswap : SDNode<"ISD::BSWAP" , SDTIntUnaryOp>;
|