/third_party/openssl/crypto/sha/asm/arm64/ |
D | sha256-armv8.S | 135 eor w7,w23,w23,ror#14 141 eor w16,w16,w7,ror#11 // Sigma1(e) 142 ror w7,w27,#2 149 eor w17,w7,w17,ror#13 // Sigma0(a) 180 ldp w7,w8,[x1],#2*4 203 rev w7,w7 // 4 211 add w23,w23,w7 // h+=X[i] 403 str w7,[sp,#0] 406 eor w7,w20,w20,ror#14 412 eor w16,w16,w7,ror#11 // Sigma1(e) [all …]
|
D | sha1-armv8.S | 94 add w20,w20,w7 // future e+=X[i] 248 eor w5,w5,w7 274 eor w7,w7,w9 278 eor w7,w7,w15 282 eor w7,w7,w4 286 ror w7,w7,#31 299 add w24,w24,w7 // future e+=X[i] 322 eor w10,w10,w7 378 eor w15,w15,w7 446 eor w5,w5,w7 [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/fp16/ |
D | PostFuncBiasReluC8Fp16.S | 66 cmp w7, #2 68 cmp w7, #1 111 cmp w7, #2 113 cmp w7, #1 134 cmp w7, #2 136 cmp w7, #1 193 cmp w7, #2 195 cmp w7, #1 228 cmp w7, #2 230 cmp w7, #1 [all …]
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | h264cmc_neon.S | 45 mul w7, w4, w5 48 cmp w7, #0 49 sub w6, w14, w7 50 sub w12, w13, w7 51 sub w4, w7, w13 60 dup v3.8B, w7 215 mul w7, w4, w5 218 cmp w7, #0 219 sub w6, w14, w7 220 sub w12, w13, w7 [all …]
|
D | synth_filter_neon.S | 46 ldr w7, [x2] // *synth_buf_offset 48 sxtw x7, w7 51 sub w8, w7, #32
|
D | hevcdsp_sao_neon.S | 82 subs w7, w7, #1
|
D | vp8dsp_neon.S | 1503 mov w7, #8 1505 sub w5, w7, w5 1535 mov w7, #8 1537 sub w6, w7, w6 1565 mov w7, #8 1567 sub w5, w7, w5 1570 sub w6, w7, w6 1623 mov w7, #8 1625 sub w5, w7, w5 1647 mov w7, #8 [all …]
|
/third_party/ffmpeg/libswscale/aarch64/ |
D | yuv2rgb_neon.S | 41 …sub w7, w7, w0 // w7 = linesizeC - width … 59 …sub w7, w7, w0, lsr #1 // w7 = linesizeU - width / 2… 75 …sub w7, w7, w0, lsr #1 // w7 = linesizeU - width / 2… 104 …csel w16, w7, w11, ne // incC = (h & 1) ? paddincC :… 114 …csel w16, w7, w11, ne // incU = (h & 1) ? paddincU :… 121 add x6, x6, w7, UXTW // srcU += incU
|
D | rgb2rgb_neon.S | 29 sub w7, w7, w3, lsl #1 74 add x2, x2, w7, sxtw
|
/third_party/openssl/crypto/chacha/asm/arm64/ |
D | chacha-armv8.S | 68 mov w7,w23 89 add w7,w7,w11 93 eor w20,w20,w7 113 add w7,w7,w11 117 eor w20,w20,w7 137 add w7,w7,w12 141 eor w19,w19,w7 161 add w7,w7,w12 165 eor w19,w19,w7 187 add w7,w7,w23 [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | simple_idct_msa.c | 29 v8i16 w1, w3, w5, w7; in simple_idct_msa() local 80 SPLATI_H4_SH(weights, 1, 3, 5, 7, w1, w3, w5, w7); in simple_idct_msa() 82 ILVR_H4_SH(w1, w3, w3, -w7, w5, -w1, w7, -w5, in simple_idct_msa() 84 ILVR_H2_SH(w5, w7, w7, w3, const4, const6); in simple_idct_msa() 153 SPLATI_H4_SH(weights, 1, 3, 5, 7, w1, w3, w5, w7); in simple_idct_msa() 154 ILVR_H4_SH(w1, w3, w3, -w7, w5, -w1, w7, -w5, in simple_idct_msa() 161 ILVR_H2_SH(w5, w7, w7, w3, const4, const6); in simple_idct_msa() 192 v8i16 w1, w3, w5, w7; in simple_idct_put_msa() local 243 SPLATI_H4_SH(weights, 1, 3, 5, 7, w1, w3, w5, w7); in simple_idct_put_msa() 245 ILVR_H4_SH(w1, w3, w3, -w7, w5, -w1, w7, -w5, in simple_idct_put_msa() [all …]
|
/third_party/ffmpeg/libavcodec/arm/ |
D | simple_idct_neon.S | 45 #define w7 d1[2] macro 57 vmull.s16 q6, d4, w7 /* q6 = W7 * col[1] */ 61 vmlsl.s16 q10, d8, w7 /* q10 -= W7 * col[3] */ 104 vmlal.s16 q5, d5, w7 /* q5 += W7 * col[5] */ 111 vmlal.s16 q9, d9, w7 187 vmlal.s16 q5, d5, w7 /* q5 += W7 * col[5] */ 210 vmlal.s16 q9, d9, w7
|
/third_party/boost/libs/assert/test/exp/ |
D | assert_exp_test.cpp | 130 …std::string v7 = BOOST_STRINGIZE(BOOST_ASSERT(x7)); std::string w7 = "(BOOST_LIKELY(!!(x7))? ((voi… in test_debug_handler() local 133 BOOST_TEST_EQ( v7, w7 ); in test_debug_handler()
|
D | assert_msg_exp_test.cpp | 130 …std::string v7 = BOOST_STRINGIZE(BOOST_ASSERT_MSG(x7, "m7")); std::string w7 = "(BOOST_LIKELY(!!(x… in test_debug_handler() local 133 BOOST_TEST_EQ( v7, w7 ); in test_debug_handler()
|
/third_party/boost/libs/algorithm/test/search_test_data/ |
D | 0002e.pat | 14 7u7u7u7v7+/w7u/v7/Dv7+/w7+/v7u/w7+/w8O/w8PDw8PDw8PHy8PHw8PHx8PLx 87 7e7u7u/u7u/v7e/u7+7v7+/v7u/u7u/w7+/v7u/w7vHv7u/v7vDw8PDw8PHx8fHx
|
/third_party/mindspore/tests/ut/data/dataset/testVocab/ |
D | simple_vocab_list.txt | 7 w7
|
/third_party/openh264/codec/encoder/core/arm64/ |
D | intra_pred_sad_3_opt_aarch64_neon.S | 99 cset w7, \arg1 103 csel w7, w7, w6, \arg2 282 str w7, [x4] 337 str w7, [x4] 345 SIGN_EXTENSION x7,w7 398 add w1, w1, w7 408 str w7, [x5] 527 str w7, [x4] 607 str w7, [x4]
|
/third_party/ffmpeg/libavfilter/aarch64/ |
D | vf_nlmeans_neon.S | 77 subs w7, w7, #1 // height dec
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | lgammal.c | 198 w7 = 4.885026142432270781165E-3L; variable 332 w = w0 + z * (w1 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * (w6 + y * w7)))))); in __lgammal_r()
|
/third_party/musl/src/math/ |
D | lgammal.c | 198 w7 = 4.885026142432270781165E-3L; variable 332 w = w0 + z * (w1 + y * (w2 + y * (w3 + y * (w4 + y * (w5 + y * (w6 + y * w7)))))); in __lgammal_r()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm64/ |
D | MatmulFp32.S | 253 cmp w7, #1 255 cmp w7, #2 257 cmp w7, #3 259 cmp w7, #4 261 cmp w7, #5 263 cmp w7, #6 265 cmp w7, #7 767 subs w7, w7, #8 // rhs col - 8
|
D | DeconvDwInt8Post.S | 37 dup v28.4s, w7 // right_shift
|
/third_party/openh264/codec/processing/src/arm64/ |
D | down_sample_aarch64_neon.S | 238 and w9, w7, w10 263 SIGN_EXTENSION x7, w7 308 add w8, w8, w7
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | randen_slow.cc | 339 const absl::uint128 w7 = state[shuffle[15]]; in BlockShuffle() local 355 state[15] = w7; in BlockShuffle()
|
/third_party/abseil-cpp/absl/random/internal/ |
D | randen_slow.cc | 350 const u64x2 w7 = state[shuffle[15]]; in BlockShuffle() local 366 state[15] = w7; in BlockShuffle()
|