/third_party/ffmpeg/libavformat/ |
D | framecrcenc.c | 98 #define BSWAP(struct, field) bswap(bswap_buf, offsetof(struct, field), sizeof(((struct){0}).field)) in framecrc_write_packet() macro 102 BSWAP(AVCPBProperties, max_bitrate); in framecrc_write_packet() 103 BSWAP(AVCPBProperties, min_bitrate); in framecrc_write_packet() 104 BSWAP(AVCPBProperties, avg_bitrate); in framecrc_write_packet() 105 BSWAP(AVCPBProperties, buffer_size); in framecrc_write_packet() 106 BSWAP(AVCPBProperties, vbv_delay); in framecrc_write_packet() 113 BSWAP(AVProducerReferenceTime, wallclock); in framecrc_write_packet() 114 BSWAP(AVProducerReferenceTime, flags); in framecrc_write_packet()
|
/third_party/elfutils/libasm/ |
D | asm_addint8.c | 47 #define BSWAP(size) _BSWAP(size) macro 103 var = BSWAP(SIZE) (var); in FCT()
|
/third_party/openssl/crypto/sha/asm/ |
D | sha1-mb-x86_64.pl | 533 my ($ABCD0,$E0,$E0_,$BSWAP,$ABCD1,$E1,$E1_)=map("%xmm$_",(0..3,8..10)); 571 movdqa K_XX_XX+0x80(%rip),$BSWAP # byte-n-word swap 621 pshufb $BSWAP,@MSG0[0] 623 pshufb $BSWAP,@MSG1[0] 626 pshufb $BSWAP,@MSG0[1] 629 pshufb $BSWAP,@MSG1[1] 643 pshufb $BSWAP,@MSG0[2] 646 pshufb $BSWAP,@MSG1[2] 650 pshufb $BSWAP,@MSG0[3] 652 pshufb $BSWAP,@MSG1[3]
|
D | sha1-586.pl | 435 my ($ABCD,$E,$E_,$BSWAP)=map("xmm$_",(0..3)); 467 &movdqa ($BSWAP,&QWP(0x50,$tmp1)); # byte-n-word swap 474 &pshufb (@MSG[0],$BSWAP); 476 &pshufb (@MSG[1],$BSWAP); 477 &pshufb (@MSG[2],$BSWAP); 478 &pshufb (@MSG[3],$BSWAP); 511 &pshufb (@MSG[0],$BSWAP); 517 &pshufb (@MSG[1],$BSWAP); 523 &pshufb (@MSG[2],$BSWAP); 528 &pshufb (@MSG[3],$BSWAP);
|
D | sha1-x86_64.pl | 367 my ($ABCD,$E,$E_,$BSWAP,$ABCD_SAVE,$E_SAVE)=map("%xmm$_",(0..3,8,9)); 388 movdqa K_XX_XX+0xa0(%rip),$BSWAP # byte-n-word swap 395 pshufb $BSWAP,@MSG[0] 397 pshufb $BSWAP,@MSG[1] 398 pshufb $BSWAP,@MSG[2] 400 pshufb $BSWAP,@MSG[3] 435 pshufb $BSWAP,@MSG[0] 441 pshufb $BSWAP,@MSG[1] 447 pshufb $BSWAP,@MSG[2] 452 pshufb $BSWAP,@MSG[3]
|
D | sha512-x86_64.pl | 566 my ($Wi,$ABEF,$CDGH,$TMP,$BSWAP,$ABEF_SAVE,$CDGH_SAVE)=map("%xmm$_",(0..2,7..10)); 594 movdqa $TMP,$BSWAP # offload 682 movdqa $BSWAP,$TMP
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 664 class BSWAP<bits<32> SizeOp, string OpcodeStr, BPFSrcType SrcType, list<dag> Pattern> 680 def BE16 : BSWAP<16, "be16", BPF_TO_BE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>; 681 def BE32 : BSWAP<32, "be32", BPF_TO_BE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))]>; 682 def BE64 : BSWAP<64, "be64", BPF_TO_BE, [(set GPR:$dst, (bswap GPR:$src))]>; 685 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>; 686 def LE32 : BSWAP<32, "le32", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))]>; 687 def LE64 : BSWAP<64, "le64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>;
|
D | BPFISelLowering.cpp | 107 setOperationAction(ISD::BSWAP, MVT::i32, Promote); in BPFTargetLowering()
|
/third_party/openssl/crypto/aes/asm/ |
D | aesni-sha1-x86_64.pl | 1762 my ($BSWAP,$ABCD,$E,$E_,$ABCD_SAVE,$E_SAVE)=map("%xmm$_",(7..12)); 1789 movdqa K_XX_XX+0x50(%rip),$BSWAP # byte-n-word swap 1809 pshufb $BSWAP,@MSG[0] 1815 pshufb $BSWAP,@MSG[1] 1826 pshufb $BSWAP,@MSG[2] 1835 pshufb $BSWAP,@MSG[3]
|
D | aesni-sha256-x86_64.pl | 1320 my ($Wi,$ABEF,$CDGH,$TMP,$BSWAP,$ABEF_SAVE,$CDGH_SAVE)=map("%xmm$_",(0..3,7..9)); 1407 movdqa $TMP,$BSWAP # offload 1529 movdqa $BSWAP,$TMP
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 474 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1972 { ISD::BSWAP, MVT::v4i64, 1 }, in getIntrinsicInstrCost() 1973 { ISD::BSWAP, MVT::v8i32, 1 }, in getIntrinsicInstrCost() 1974 { ISD::BSWAP, MVT::v16i16, 1 }, in getIntrinsicInstrCost() 2009 { ISD::BSWAP, MVT::v4i64, 4 }, in getIntrinsicInstrCost() 2010 { ISD::BSWAP, MVT::v8i32, 4 }, in getIntrinsicInstrCost() 2011 { ISD::BSWAP, MVT::v16i16, 4 }, in getIntrinsicInstrCost() 2064 { ISD::BSWAP, MVT::v2i64, 1 }, in getIntrinsicInstrCost() 2065 { ISD::BSWAP, MVT::v4i32, 1 }, in getIntrinsicInstrCost() 2066 { ISD::BSWAP, MVT::v8i16, 1 }, in getIntrinsicInstrCost() 2085 { ISD::BSWAP, MVT::v2i64, 7 }, in getIntrinsicInstrCost() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 643 setTargetDAGCombine(ISD::BSWAP); in SystemZTargetLowering() 5786 Op1.getOpcode() == ISD::BSWAP && in combineSTORE() 5880 if (Op.getOpcode() == ISD::BSWAP && Op.hasOneUse()) { in combineEXTRACT_VECTOR_ELT() 5886 Op = DAG.getNode(ISD::BSWAP, SDLoc(N), EltVT, Op); in combineEXTRACT_VECTOR_ELT() 6115 Vec.getOpcode() == ISD::BSWAP || Vec.isUndef() || in combineBSWAP() 6117 Elt.getOpcode() == ISD::BSWAP || Elt.isUndef() || in combineBSWAP() 6130 Vec = DAG.getNode(ISD::BSWAP, SDLoc(N), VecVT, Vec); in combineBSWAP() 6132 Elt = DAG.getNode(ISD::BSWAP, SDLoc(N), EltVT, Elt); in combineBSWAP() 6146 Op0.getOpcode() == ISD::BSWAP || Op0.isUndef() || in combineBSWAP() 6148 Op1.getOpcode() == ISD::BSWAP || Op1.isUndef()) { in combineBSWAP() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 393 case ISD::BSWAP: in LegalizeOp() 860 case ISD::BSWAP: in Expand()
|
D | SelectionDAGDumper.cpp | 394 case ISD::BSWAP: return "bswap"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 60 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break; in PromoteIntegerResult() 407 return DAG.getNode(ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op), in PromoteIntRes_BSWAP() 1806 case ISD::BSWAP: ExpandIntRes_BSWAP(N, Lo, Hi); break; in ExpandIntegerResult() 2580 Lo = DAG.getNode(ISD::BSWAP, dl, Lo.getValueType(), Lo); in ExpandIntRes_BSWAP() 2581 Hi = DAG.getNode(ISD::BSWAP, dl, Hi.getValueType(), Hi); in ExpandIntRes_BSWAP()
|
D | DAGCombiner.cpp | 1547 case ISD::BSWAP: return visitBSWAP(N); in visit() 4440 if (HandOpcode == ISD::BSWAP) { in hoistLogicOpWithSameOpcodeHands() 5446 if (!TLI.isOperationLegalOrCustom(ISD::BSWAP, VT)) in MatchBSwapHWordLow() 5540 SDValue Res = DAG.getNode(ISD::BSWAP, SDLoc(N), VT, N00); in MatchBSwapHWordLow() 5646 if (N.getOpcode() == ISD::SRL && N.getOperand(0).getOpcode() == ISD::BSWAP) { in isBSwapHWordPair() 5670 if (!TLI.isOperationLegalOrCustom(ISD::BSWAP, VT)) in MatchBSwapHWord() 5700 SDValue BSwap = DAG.getNode(ISD::BSWAP, DL, VT, in MatchBSwapHWord() 6502 case ISD::BSWAP: in calculateByteProvider() 6703 if (NeedsBswap && LegalOperations && !TLI.isOperationLegal(ISD::BSWAP, VT)) in MatchStoreCombine() 6722 CombinedValue = DAG.getNode(ISD::BSWAP, SDLoc(N), VT, CombinedValue); in MatchStoreCombine() [all …]
|
D | LegalizeDAG.cpp | 2620 Tmp = (Sz > 8 ? DAG.getNode(ISD::BSWAP, dl, VT, Op) : Op); in ExpandBITREVERSE() 2743 case ISD::BSWAP: in ExpandNode() 4267 case ISD::BSWAP: { in PromoteNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 983 Victim = DAG.getNode(ISD::BSWAP, dl, VT, Victim); in LowerShifts() 988 Victim = DAG.getNode(ISD::BSWAP, dl, VT, Victim); in LowerShifts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1419 setOperationAction(ISD::BSWAP, MVT::i32, Legal); in HexagonTargetLowering() 1420 setOperationAction(ISD::BSWAP, MVT::i64, Legal); in HexagonTargetLowering() 2039 SDValue T1 = DAG.getNode(ISD::BSWAP, dl, MVT::i32, T0); in LowerVECTOR_SHUFFLE() 2066 SDValue T1 = DAG.getNode(ISD::BSWAP, dl, MVT::i64, T0); in LowerVECTOR_SHUFFLE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 327 setOperationAction(ISD::BSWAP, MVT::i32 , Expand); in PPCTargetLowering() 329 setOperationAction(ISD::BSWAP, MVT::i64 , Custom); in PPCTargetLowering() 331 setOperationAction(ISD::BSWAP, MVT::i64 , Expand); in PPCTargetLowering() 668 setOperationAction(ISD::BSWAP, VT, Expand); in PPCTargetLowering() 949 setOperationAction(ISD::BSWAP, MVT::v8i16, Legal); in PPCTargetLowering() 950 setOperationAction(ISD::BSWAP, MVT::v4i32, Legal); in PPCTargetLowering() 951 setOperationAction(ISD::BSWAP, MVT::v2i64, Legal); in PPCTargetLowering() 952 setOperationAction(ISD::BSWAP, MVT::v1i128, Legal); in PPCTargetLowering() 1163 setTargetDAGCombine(ISD::BSWAP); in PPCTargetLowering() 9307 SDValue ReveHWord = DAG.getNode(ISD::BSWAP, dl, MVT::v8i16, Conv); in LowerVECTOR_SHUFFLE() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 433 setOperationAction(ISD::BSWAP, MVT::i16, Expand); in NVPTXTargetLowering() 434 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in NVPTXTargetLowering() 435 setOperationAction(ISD::BSWAP, MVT::i64, Expand); in NVPTXTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 125 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in LanaiTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 113 {ISD::BSWAP, ISD::SMUL_LOHI, ISD::UMUL_LOHI, ISD::MULHS, ISD::MULHU, in WebAssemblyTargetLowering()
|