Home
last modified time | relevance | path

Searched refs:SLD (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/internal/poly1305/
Dsum_ppc64le.s44 SLD $62, t3, t4; \
102 SLD $3, R22
109 SLD $3, R21
110 SLD R21, R23, R23
145 SLD R22, R21, R21
155 SLD R22, R21, R21
162 SLD R22, R21, R21
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Darith_ppc64x.s356 SLD $3, R5, R7
366 SLD R9, R10, R10 // x[i]<<s
377 SLD R9, R4, R4
389 SLD $3, R7, R7
431 SLD R5, R7, R7 // compute x[0]<<ŝ
447 SLD $3, R10
449 SLD $3, R8, R12
463 SLD $3, R10
466 SLD $3, R8, R12
468 SLD R5, R12, R12 // x[len(z)-1]<<ŝ
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/
Dindex_ppc64x.s122 SLD $3, R9 // Set up for VSLO
135 SLD $3, R9 // Set up shift count for VSLO
277 SLD $24, R21
282 SLD $16, R21
366 SLD $3, R10 // Set up shift
386 SLD $56, R9, R10 // Shift to use in VSLO
444 SLD $56, R6, R14 // Set up separator length for LXVLL
451 SLD $3, R9 // Set up for VSLO
466 SLD $3, R9 // Set up shift count for VSLO
609 SLD $24, R21
[all …]
Dequal_ppc64x.s147 SLD $56, R5, R7
182 SLD $3, R12, R14 // (8-len)*8
191 SLD R14, R15, R7
192 SLD R14, R16, R17
Dcount_ppc64x.s87 SLD $56, R4, R6
126 SLD $32, R12, R12 // Remove non-participating matches.
137 SLD $48, R12, R12 // Remove non-participating matches.
Dindexbyte_ppc64x.s225 SLD $56,R4,R5
Dcompare_ppc64x.s279 SLD $56,R9,R9
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/crc32/
Dcrc32_ppc64le.s64 SLD $2,R17,R17 // p[7]*4
66 SLD $2,R8,R8 // crc>>24*4
68 SLD $2,R18,R18 // p[6]*4
72 SLD $2,R19,R19 // p[5]*4:1
87 SLD $2,R24,R24 // crc>>16&0xFF*4
92 SLD $2,R25,R25 // crc>>8&FF*2
96 SLD $2,R26,R26 // crc&0xFF*2
192 SLD $4,R7,R8
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmemmove_ppc64x.s45 SLD $56, LEN, TMP
124 SLD $56, BYTES, TMP
137 SLD $56, BYTES, TMP
Dtls_s390x.s27 SLD $32, R11
45 SLD $32, R11
Dmemclr_ppc64x.s95 SLD $56, R4, R7
110 SLD $56, R5, R7
Dasm_s390x.s112 SLD $32, R4, R4
755 SLD $1, R3
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Datanh_s390x.s115 SLD $3, R1, R1
140 SLD $32, R1, R1
Dpow_s390x.s314 SLD $3, R0, R3
348 SLD $3, R0, R2
479 SLD $3, R0, R3
Derf_s390x.s155 SLD $3, R1, R1
172 SLD $3, R1, R1
Datan_s390x.s70 SLD $3, R1, R1
Dcbrt_s390x.s130 SLD $32, R1, R1
Dexp_s390x.s99 SLD $48, R1, R2
Dexpm1_s390x.s107 SLD $48, R1, R2
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dasm_s390x.s172 SLD $3, R7, R12
174 SLD $3, R5, R12
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1951 void DAGTypeLegalizer::SplitVecRes_VP_STRIDED_LOAD(VPStridedLoadSDNode *SLD, in SplitVecRes_VP_STRIDED_LOAD() argument
1953 assert(SLD->isUnindexed() && in SplitVecRes_VP_STRIDED_LOAD()
1955 assert(SLD->getOffset().isUndef() && in SplitVecRes_VP_STRIDED_LOAD()
1958 SDLoc DL(SLD); in SplitVecRes_VP_STRIDED_LOAD()
1961 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(SLD->getValueType(0)); in SplitVecRes_VP_STRIDED_LOAD()
1966 DAG.GetDependentSplitDestVTs(SLD->getMemoryVT(), LoVT, &HiIsEmpty); in SplitVecRes_VP_STRIDED_LOAD()
1968 SDValue Mask = SLD->getMask(); in SplitVecRes_VP_STRIDED_LOAD()
1981 DAG.SplitEVL(SLD->getVectorLength(), SLD->getValueType(0), DL); in SplitVecRes_VP_STRIDED_LOAD()
1985 SLD->getAddressingMode(), SLD->getExtensionType(), LoVT, DL, in SplitVecRes_VP_STRIDED_LOAD()
1986 SLD->getChain(), SLD->getBasePtr(), SLD->getOffset(), SLD->getStride(), in SplitVecRes_VP_STRIDED_LOAD()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCBack2BackFusion.def198 SLD,
732 SLD,
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/subtle/
Dxor_ppc64x.s96 SLD $56,R6,R17
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
Ds390x.s215 SLD $4, R3, R6 // eb630004000d
216 SLD R2, R3, R6 // eb632000000d
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
Dplan9.go266 case SLW, SLWCC, SLD, SLDCC, SRW, SRAW, SRWCC, SRAWCC, SRD, SRDCC, SRAD, SRADCC:

1234