Home
last modified time | relevance | path

Searched refs:w14 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/openssl/crypto/sha/asm/arm64/
Dsha256-armv8.S306 eor w14,w24,w24,ror#14
312 eor w16,w16,w14,ror#11 // Sigma1(e)
313 ror w14,w20,#2
320 eor w17,w14,w17,ror#13 // Sigma0(a)
327 ldp w13,w14,[x1],#2*4
374 rev w14,w14 // 11
384 add w24,w24,w14 // h+=X[i]
567 add w5,w5,w14
606 str w14,[sp,#12]
613 ror w14,w25,#2
[all …]
Dsha1-armv8.S180 add w23,w23,w14 // future e+=X[i]
265 eor w6,w6,w14
338 eor w12,w12,w14
362 eor w14,w14,w16
366 eor w14,w14,w6
370 eor w14,w14,w11
373 ror w14,w14,#31
383 add w22,w22,w14 // future e+=X[i]
406 eor w17,w17,w14
462 eor w6,w6,w14
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm64/
DConvDwInt8Row.S113 ldrsb w14, [x7], #1
116 sub w14, w14, w6
118 sxth w14, w14
119 madd w14, w14, w15, w16
120 str w14, [x10], #4
DMatVecMulFp32.S36 mov w14, #4 // sizeof(float)
37 mul w8, w14, w5 // rhs depthx1 block stride
38 mov w14, #4
39 mul w13, w8, w14 // rhs depthx4 block stride
DConvDw3x3Line.S42 mov w14, #6
43 dup v30.4s, w14
DMatmulInt8.S61 ldr w14, [sp, #48]
75 mov w23, w14 // reset a row counter
DConvDw3x3Fp32Stride1.S51 mul w14, w11, w15 // col_size * 2 * 4
DConvDw3x3Fp32Stride2.S51 mul w14, w11, w15 // col_size * 2 * 4
DConvDw3x3Int8.S81 dup v30.4s, w14
DConvDw3x3Int8Stride2.S70 dup v30.4s, w14
/third_party/ffmpeg/libswscale/aarch64/
Dyuv2rgb_neon.S51 ldr w14, [sp, #8] // linesizeV
60 …sub w14, w14, w0, lsr #1 // w14 = linesizeV - width / 2…
67 ldr w14, [sp, #8] // linesizeV
76 …sub w14, w14, w0, lsr #1 // w14 = linesizeV - width / 2…
115 …csel w17, w14, w11, ne // incV = (h & 1) ? paddincV :…
122 add x13, x13, w14, UXTW // srcV += incV
/third_party/openssl/crypto/chacha/asm/arm64/
Dchacha-armv8.S100 add w14,w14,w19
104 eor w10,w10,w14
124 add w14,w14,w19
128 eor w10,w10,w14
150 add w14,w14,w20
154 eor w9,w9,w14
174 add w14,w14,w20
178 eor w9,w9,w14
414 add w14,w14,w19
422 eor w10,w10,w14
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/fp16/
DMatVecMulFp16.S36 mov w14, #2 // sizeof(float16)
37 mul w8, w14, w5 // rhs depthx1 block stride
38 mov w14, #4
39 mul w13, w8, w14 // rhs depthx4 block stride
/third_party/ffmpeg/libavcodec/aarch64/
Dh264cmc_neon.S46 lsl w14, w5, #3
49 sub w6, w14, w7
52 sub w4, w4, w14
216 lsl w14, w5, #3
219 sub w6, w14, w7
222 sub w4, w4, w14
366 lsl w14, w5, #3
368 sub w6, w14, w7
371 sub w4, w4, w14
Dmdct_neon.S30 ldr w14, [x0, #28] // mdct_bits
75 ldr w14, [x19, #28] // mdct_bits
176 ldr w14, [x0, #28] // mdct_bits
271 ldr w14, [x19, #28] // mdct_bits
Dvp9lpf_16bpp_neon.S502 lsr w14, w3, #8
520 lsl w3, w14, #\bpp - 8
/third_party/openssl/crypto/poly1305/asm/arm64/
Dpoly1305-armv8.S210 add w13,w14,w14,lsl#2 // r2*5
212 str w14,[x0,#16*3] // r2
213 add w14,w15,w15,lsl#2 // r3*5
217 str w14,[x0,#16*6] // s3
244 ldr w14,[x0,#16]
295 str w14,[x0,#16]
815 ldr w14,[x0,#16]
/third_party/ffmpeg/libavcodec/
Dexr.c514 int w14 = (mx < (1 << 14)); in wav_decode() local
544 if (w14) { in wav_decode()
560 if (w14) in wav_decode()
576 if (w14) in wav_decode()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h690 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) \ argument
698 *(short *)&_seqbuf[_seqbufptr+6] = (w14);\
/third_party/libjpeg-turbo/simd/arm64/
Djsimd_neon.S3262 umov w14, v0.h[0]
3266 clz w14, w14
3268 lsl w13, w13, w14
3270 sub w12, w14, #32
3272 lsr w13, w13, w14
3299 ldrb w14, [x4, #0xf0] /* x14 = actbl->ehufsi[0xf0] */
3409 ldrb w14, [x4]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/arm64/
Djsimd_neon.S3256 umov w14, v0.h[0]
3260 clz w14, w14
3262 lsl w13, w13, w14
3264 sub w12, w14, #32
3266 lsr w13, w13, w14
3293 ldrb w14, [x4, #0xf0] /* x14 = actbl->ehufsi[0xf0] */
3403 ldrb w14, [x4]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/opt/
DMatmulDpInt8.S61 ldr w14, [sp, #48]
74 mov w23, w14 // reset a row counter
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c4426 w14[] = { 0x19, 0x12, 0x34 }, variable
4818 ctx.used != sizeof(w14) || memcmp(w14, buf, ctx.used)) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td74 def W14 : AArch64Reg<14, "w14">, DwarfRegNum<[14]>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc857 return 199; // "w14"

12