/third_party/ffmpeg/libavresample/aarch64/ |
D | audio_convert_neon.S | 70 ldp x4, x5, [x1] 76 ld1 {v2.4s}, [x5], #16 78 ld1 {v3.4s}, [x5], #16 89 ld1 {v18.4s}, [x5], #16 91 ld1 {v19.4s}, [x5], #16 103 ld1 {v2.4s}, [x5], #16 105 ld1 {v3.4s}, [x5], #16 116 ld1 {v2.4s}, [x5], #16 119 ld1 {v3.4s}, [x5], #16 144 ldp x4, x5, [x1], #16 [all …]
|
/third_party/ffmpeg/libswresample/aarch64/ |
D | audio_convert_neon.S | 70 ldp x4, x5, [x1] 76 ld1 {v2.4s}, [x5], #16 78 ld1 {v3.4s}, [x5], #16 89 ld1 {v18.4s}, [x5], #16 91 ld1 {v19.4s}, [x5], #16 103 ld1 {v2.4s}, [x5], #16 105 ld1 {v3.4s}, [x5], #16 116 ld1 {v2.4s}, [x5], #16 119 ld1 {v3.4s}, [x5], #16 144 ldp x4, x5, [x1], #16 [all …]
|
/third_party/openh264/codec/encoder/core/arm64/ |
D | svc_motion_estimation_aarch64_neon.S | 105 add x1, x5, x0, lsl #2 140 add x1, x5, x0, lsl #2 183 add x1, x5, x0, lsl #2 218 add x1, x5, x0, lsl #2 236 bic x5, x2, x9 267 subs x5, x5, #4 268 cbnz x5, _hash_assign_loop_x4 270 and x5, x2, x9 271 cbz x5, _hash_assign_end 280 subs x5, x5, #1 [all …]
|
/third_party/openh264/codec/common/arm64/ |
D | expand_picture_aarch64_neon.S | 47 sub x5, x7, #32 53 st2 {v0.16b, v1.16b}, [x5] 63 mov x5, #32 64 msub x5, x5, x1, x0 70 st1 {v0.16b}, [x5], x1 93 sub x5, x7, #16 99 st1 {v0.16b}, [x5] 115 mov x5, #16 116 msub x5, x5, x1, x0 123 st1 {v0.16b}, [x5], x1 [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | compoundExponentiationAssignmentLHSCannotBeAssigned.js | 51 var x5: number; variable 52 x5 **= b; 53 x5 **= true; 54 x5 **= '' 55 x5 **= {}; 111 var x5; variable 112 x5 = Math.pow(x5, b); 113 x5 = Math.pow(x5, true); 114 x5 = Math.pow(x5, ''); 115 x5 = Math.pow(x5, {});
|
D | augmentedTypesVar.js | 21 var x5 = 1; variable 22 enum x5 { One } // error 63 var x5 = 1; 64 var x5; variable 65 (function (x5) { argument 66 x5[x5["One"] = 0] = "One"; 67 })(x5 || (x5 = {})); // error
|
D | compoundArithmeticAssignmentWithInvalidOperands.js | 51 var x5: number; variable 52 x5 *= b; 53 x5 *= true; 54 x5 *= '' 55 x5 *= {}; 111 var x5; variable 112 x5 *= b; 113 x5 *= true; 114 x5 *= ''; 115 x5 *= {};
|
D | compoundExponentiationAssignmentLHSCannotBeAssigned.types | 213 var x5: number; 214 >x5 : number 216 x5 **= b; 217 >x5 **= b : number 218 >x5 : number 221 x5 **= true; 222 >x5 **= true : number 223 >x5 : number 226 x5 **= '' 227 >x5 **= '' : number [all …]
|
D | compoundArithmeticAssignmentWithInvalidOperands.types | 213 var x5: number; 214 >x5 : number 216 x5 *= b; 217 >x5 *= b : number 218 >x5 : number 221 x5 *= true; 222 >x5 *= true : number 223 >x5 : number 226 x5 *= '' 227 >x5 *= '' : number [all …]
|
D | compoundAdditionAssignmentWithInvalidOperands.js | 38 var x5: E; variable 39 x5 += a; 40 x5 += true; 41 x5 += {}; 78 var x5; variable 79 x5 += a; 80 x5 += true; 81 x5 += {};
|
D | compoundAdditionAssignmentWithInvalidOperands.types | 148 var x5: E; 149 >x5 : E 151 x5 += a; 152 >x5 += a : any 153 >x5 : E 156 x5 += true; 157 >x5 += true : any 158 >x5 : E 161 x5 += {}; 162 >x5 += {} : any [all …]
|
D | compoundAdditionAssignmentWithInvalidOperands.symbols | 110 var x5: E; 111 >x5 : Symbol(x5, Decl(compoundAdditionAssignmentWithInvalidOperands.ts, 36, 3)) 114 x5 += a; 115 >x5 : Symbol(x5, Decl(compoundAdditionAssignmentWithInvalidOperands.ts, 36, 3)) 118 x5 += true; 119 >x5 : Symbol(x5, Decl(compoundAdditionAssignmentWithInvalidOperands.ts, 36, 3)) 121 x5 += {}; 122 >x5 : Symbol(x5, Decl(compoundAdditionAssignmentWithInvalidOperands.ts, 36, 3))
|
D | compoundArithmeticAssignmentWithInvalidOperands.symbols | 157 var x5: number; 158 >x5 : Symbol(x5, Decl(compoundArithmeticAssignmentWithInvalidOperands.ts, 49, 3)) 160 x5 *= b; 161 >x5 : Symbol(x5, Decl(compoundArithmeticAssignmentWithInvalidOperands.ts, 49, 3)) 164 x5 *= true; 165 >x5 : Symbol(x5, Decl(compoundArithmeticAssignmentWithInvalidOperands.ts, 49, 3)) 167 x5 *= '' 168 >x5 : Symbol(x5, Decl(compoundArithmeticAssignmentWithInvalidOperands.ts, 49, 3)) 170 x5 *= {}; 171 >x5 : Symbol(x5, Decl(compoundArithmeticAssignmentWithInvalidOperands.ts, 49, 3))
|
D | compoundExponentiationAssignmentLHSCannotBeAssigned.symbols | 157 var x5: number; 158 >x5 : Symbol(x5, Decl(compoundExponentiationAssignmentLHSCannotBeAssigned.ts, 49, 3)) 160 x5 **= b; 161 >x5 : Symbol(x5, Decl(compoundExponentiationAssignmentLHSCannotBeAssigned.ts, 49, 3)) 164 x5 **= true; 165 >x5 : Symbol(x5, Decl(compoundExponentiationAssignmentLHSCannotBeAssigned.ts, 49, 3)) 167 x5 **= '' 168 >x5 : Symbol(x5, Decl(compoundExponentiationAssignmentLHSCannotBeAssigned.ts, 49, 3)) 170 x5 **= {}; 171 >x5 : Symbol(x5, Decl(compoundExponentiationAssignmentLHSCannotBeAssigned.ts, 49, 3))
|
D | typeofInternalModules.types | 51 var x5: typeof importInst; 52 >x5 : typeof importInst 55 x5 = Outer; 56 >x5 = Outer : typeof Outer 57 >x5 : typeof importInst 60 x5 = Outer.instantiated; 61 >x5 = Outer.instantiated : typeof importInst 62 >x5 : typeof importInst
|
D | typeofInternalModules.js | 19 var x5: typeof importInst; variable 20 x5 = Outer; 21 x5 = Outer.instantiated; 45 var x5; variable 46 x5 = Outer; 47 x5 = Outer.instantiated;
|
D | typeofInternalModules.symbols | 51 var x5: typeof importInst; 52 >x5 : Symbol(x5, Decl(typeofInternalModules.ts, 17, 3)) 55 x5 = Outer; 56 >x5 : Symbol(x5, Decl(typeofInternalModules.ts, 17, 3)) 59 x5 = Outer.instantiated; 60 >x5 : Symbol(x5, Decl(typeofInternalModules.ts, 17, 3))
|
D | augmentedTypesVar.types | 44 var x5 = 1; 45 >x5 : number 48 enum x5 { One } // error 49 >x5 : x5 50 >One : x5.One
|
D | compoundAdditionAssignmentLHSCannotBeAssigned.symbols | 35 var x5: void; 36 >x5 : Symbol(x5, Decl(compoundAdditionAssignmentLHSCannotBeAssigned.ts, 15, 3)) 38 x5 += ''; 39 >x5 : Symbol(x5, Decl(compoundAdditionAssignmentLHSCannotBeAssigned.ts, 15, 3))
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 231 ADDR_CHANNEL_SETTING x5 = InitChannel(1, 0, log2BytesPP + bankXStart + 2); in ComputeBankEquation() local 240 x5.value = (threshX > bankXStart + 2) ? x5.value : 0; in ComputeBankEquation() 258 pEquation->xor1[2] = x5; in ComputeBankEquation() 270 pEquation->xor1[2] = x5; in ComputeBankEquation() 282 pEquation->xor1[2] = x5; in ComputeBankEquation() 293 pEquation->addr[2] = x5; in ComputeBankEquation() 313 pEquation->xor1[2] = x5; in ComputeBankEquation() 323 pEquation->xor1[2] = x5; in ComputeBankEquation() 333 pEquation->xor1[2] = x5; in ComputeBankEquation() 460 ADDR_CHANNEL_SETTING x5 = InitChannel(1, 0, 5 + log2BytesPP); in ComputePipeEquation() local [all …]
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9mc_aarch64.S | 30 ldp x5, x6, [x2] 32 stp x5, x6, [x0] 39 ldp x5, x6, [x2, #64] 41 stp x5, x6, [x0, #64] 55 ldp x5, x6, [x2] 57 stp x5, x6, [x0] 72 ldp x5, x6, [x2] 74 stp x5, x6, [x0]
|
/third_party/node/deps/zlib/ |
D | crc32_simd.c | 42 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 64 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 79 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 98 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 101 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 103 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 106 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 108 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 111 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 120 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() [all …]
|
/third_party/skia/third_party/externals/zlib/ |
D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 60 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 75 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 94 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 97 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 99 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 102 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 104 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 107 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 116 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() [all …]
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 60 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 75 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 94 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 97 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 99 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 102 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 104 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 107 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 116 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() [all …]
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_types/predefined_types/ |
D | predefined_types.ts | 38 let x5: any; variable 39 x5 = 1; 40 x5 = "aa" 41 x5 = true; 42 Assert.equal(x5, true);
|