/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/internal/poly1305/ |
D | sum_ppc64le.s | 44 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/ |
D | arith_ppc64x.s | 356 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/ |
D | index_ppc64x.s | 122 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 …]
|
D | equal_ppc64x.s | 147 SLD $56, R5, R7 182 SLD $3, R12, R14 // (8-len)*8 191 SLD R14, R15, R7 192 SLD R14, R16, R17
|
D | count_ppc64x.s | 87 SLD $56, R4, R6 126 SLD $32, R12, R12 // Remove non-participating matches. 137 SLD $48, R12, R12 // Remove non-participating matches.
|
D | indexbyte_ppc64x.s | 225 SLD $56,R4,R5
|
D | compare_ppc64x.s | 279 SLD $56,R9,R9
|
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/crc32/ |
D | crc32_ppc64le.s | 64 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/ |
D | memmove_ppc64x.s | 45 SLD $56, LEN, TMP 124 SLD $56, BYTES, TMP 137 SLD $56, BYTES, TMP
|
D | tls_s390x.s | 27 SLD $32, R11 45 SLD $32, R11
|
D | memclr_ppc64x.s | 95 SLD $56, R4, R7 110 SLD $56, R5, R7
|
D | asm_s390x.s | 112 SLD $32, R4, R4 755 SLD $1, R3
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | atanh_s390x.s | 115 SLD $3, R1, R1 140 SLD $32, R1, R1
|
D | pow_s390x.s | 314 SLD $3, R0, R3 348 SLD $3, R0, R2 479 SLD $3, R0, R3
|
D | erf_s390x.s | 155 SLD $3, R1, R1 172 SLD $3, R1, R1
|
D | atan_s390x.s | 70 SLD $3, R1, R1
|
D | cbrt_s390x.s | 130 SLD $32, R1, R1
|
D | exp_s390x.s | 99 SLD $48, R1, R2
|
D | expm1_s390x.s | 107 SLD $48, R1, R2
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/ |
D | asm_s390x.s | 172 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 D | LegalizeVectorTypes.cpp | 1951 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 D | PPCBack2BackFusion.def | 198 SLD, 732 SLD,
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/subtle/ |
D | xor_ppc64x.s | 96 SLD $56,R6,R17
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
D | s390x.s | 215 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/ |
D | plan9.go | 266 case SLW, SLWCC, SLD, SLDCC, SRW, SRAW, SRWCC, SRAWCC, SRD, SRDCC, SRAD, SRADCC:
|