/third_party/typescript/tests/baselines/reference/ |
H A 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, tru [all...] |
H A D | augmentedTypesVar.js | 21 var x5 = 1; variable 22 enum x5 { One } // error 63 var x5 = 1;
variable 64 var x5;
variable 65 (function (x5) {
66 x5[x5["One"] = 0] = "One";
67 })(x5 || (x5 = {})); // error
|
H A 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 += {};
|
H A 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 * [all...] |
H A 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;
|
H A D | compoundAdditionAssignmentLHSCannotBeAssigned.js | 17 var x5: void; variable 18 x5 += '';
36 var x5;
variable 37 x5 += '';
|
H A D | assignmentCompatability40.js | 7 export class classWithPrivate<T> { constructor(private one: T) {} } var x5 = new classWithPrivate(1);; 8 export var __val__x5 = x5; 29 var x5 = new classWithPrivate(1);
31 __test2__.__val__x5 = x5;
|
H A D | tsxGenericArrowFunctionParsing.js | 25 var x5 = <T extends>() => {}</T>; 26 x5.isElement; 48 var x5 = <T extends>() => </T>;
variable 49 x5.isElement;
|
H A D | literalTypes2.js | 21 let x5 = ""; 45 let x5: E.A = E.A; 61 let x5 = c5; 72 x5 = ""; 158 const x5 = g4(1); // Type number[] 207 var x5 = "";
234 var x5 = E.A;
249 var x5 = c5;
260 this.x5 = "";
332 var x5 variable [all...] |
/third_party/ffmpeg/libavresample/aarch64/ |
H A 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, [x [all...] |
/third_party/ffmpeg/libswresample/aarch64/ |
H A D | audio_convert_neon.S | 72 ldp x4, x5, [x1] 78 ld1 {v2.4s}, [x5], #16 80 ld1 {v3.4s}, [x5], #16 91 ld1 {v18.4s}, [x5], #16 93 ld1 {v19.4s}, [x5], #16 105 ld1 {v2.4s}, [x5], #16 107 ld1 {v3.4s}, [x5], #16 118 ld1 {v2.4s}, [x5], #16 121 ld1 {v3.4s}, [x5], #16 146 ldp x4, x5, [x [all...] |
/third_party/node/deps/zlib/ |
H A D | crc32_simd.c | 51 __m512i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_avx512_simd_() local 74 x5 = _mm512_clmulepi64_epi128(x1, x0, 0x00); in crc32_avx512_simd_() 90 x1 = _mm512_xor_si512(x1, x5); in crc32_avx512_simd_() 109 x5 = _mm512_clmulepi64_epi128(x1, x0, 0x00); in crc32_avx512_simd_() 112 x1 = _mm512_xor_si512(x1, x5); in crc32_avx512_simd_() 114 x5 = _mm512_clmulepi64_epi128(x1, x0, 0x00); in crc32_avx512_simd_() 117 x1 = _mm512_xor_si512(x1, x5); in crc32_avx512_simd_() 119 x5 = _mm512_clmulepi64_epi128(x1, x0, 0x00); in crc32_avx512_simd_() 122 x1 = _mm512_xor_si512(x1, x5); in crc32_avx512_simd_() 131 x5 in crc32_avx512_simd_() 228 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; crc32_sse42_simd_() local 498 uint64x2_t x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; armv8_crc32_pmull_little() local [all...] |
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
H A 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); ComputePipeEquation() local 686 UINT_32 x5 = _BIT(tx,2); ComputePipeFromCoord() local 845 UINT_32 x5 = 0; ComputeTileCoordFromPipeAndElemIdx() local 2542 UINT_32 x5 = 0; HwlComputeSurfaceCoord2DFromBankPipe() local 2651 UINT_32 x5 = _BIT(tileX, 2); HwlPreAdjustBank() local [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/poly1305/ |
H A D | poly1305-armv8.S | 68 ldp x4,x5,[x0] // load hash value 83 adcs x5,x5,x11 89 mul x10,x5,x9 // h1*5*r1 90 umulh x11,x5,x9 98 mul x10,x5,x7 // h1*r0 100 umulh x11,x5,x7 114 adcs x5,x13,xzr 119 stp x4,x5,[x0] // store hash value 130 ldp x4,x5,[x [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/poly1305/ |
H A D | poly1305-armv8.S | 68 ldp x4,x5,[x0] // load hash value 83 adcs x5,x5,x11 89 mul x10,x5,x9 // h1*5*r1 90 umulh x11,x5,x9 98 mul x10,x5,x7 // h1*r0 100 umulh x11,x5,x7 114 adcs x5,x13,xzr 119 stp x4,x5,[x0] // store hash value 130 ldp x4,x5,[x [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv8.S | 68 ldp x4,x5,[x0] // load hash value 83 adcs x5,x5,x11 89 mul x10,x5,x9 // h1*5*r1 90 umulh x11,x5,x9 98 mul x10,x5,x7 // h1*r0 100 umulh x11,x5,x7 114 adcs x5,x13,xzr 119 stp x4,x5,[x0] // store hash value 130 ldp x4,x5,[x [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv8.S | 68 ldp x4,x5,[x0] // load hash value 83 adcs x5,x5,x11 89 mul x10,x5,x9 // h1*5*r1 90 umulh x11,x5,x9 98 mul x10,x5,x7 // h1*r0 100 umulh x11,x5,x7 114 adcs x5,x13,xzr 119 stp x4,x5,[x0] // store hash value 130 ldp x4,x5,[x [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A 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 in crc32_sse42_simd_() [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A 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 in crc32_sse42_simd_() [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A 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]
|
H A D | me_cmp_neon.S | 82 add x5, x2, x3 // use x5 to hold uint8_t *pix3 96 ldur q5, [x5, #1] // load pix3+1 97 ld1 {v4.16b}, [x5], x3 // load pix3 100 ldur q7, [x5, #1] // load pix3+1 101 ld1 {v6.16b}, [x5], x3 // load pix3 104 ldur q19, [x5, #1] // load pix3+1 105 ld1 {v18.16b}, [x5], x3 // load pix3 108 ldur q22, [x5, #1] // load pix3+1 109 ld1 {v21.16b}, [x5], x [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGetTextureSubImageTests.cpp | 1349 0x80, 0x80, 0x5, 0x2, 0x1, 0x0, 0x10, 0x0, 0x80, 0x81, 0x5, 0x2, 0x1, 0xf8, 0x10, 0x20, 1350 0x81, 0x80, 0x5, 0x2, 0x81, 0x0, 0x1f, 0xc0, 0x81, 0x81, 0x5, 0x2, 0x81, 0xf8, 0x1f, 0xe0, 1355 0x90, 0x80, 0x5, 0x12, 0x1, 0x1, 0x10, 0x0, 0x90, 0x81, 0x5, 0x12, 0x1, 0xf9, 0x10, 0x20, 1356 0x91, 0x80, 0x5, 0x12, 0x81, 0x1, 0x1f, 0xc0, 0x91, 0x81, 0x5, 0x12, 0x81, 0xf9, 0x1f, 0xe0, 1361 0xa0, 0x80, 0x5, 0x22, 0x1, 0x2, 0x10, 0x0, 0xa0, 0x81, 0x5, [all...] |
/third_party/ffmpeg/libswscale/aarch64/ |
H A D | hscale.S | 45 1: ldr w8, [x5], #4 // filterPos[idx] 46 ldr w0, [x5], #4 // filterPos[idx + 1] 47 ldr w11, [x5], #4 // filterPos[idx + 2] 48 ldr w9, [x5], #4 // filterPos[idx + 3] 100 // x5 const int32_t *filterPos 120 ldp w8, w9, [x5] // filterPos[idx + 0], [idx + 1] 121 ldp w10, w11, [x5, #8] // filterPos[idx + 2], [idx + 3] 122 ldp w12, w13, [x5, #16] // filterPos[idx + 4], [idx + 5] 123 ldp w14, w15, [x5, #24] // filterPos[idx + 6], [idx + 7] 124 add x5, x [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12data.c | 53 0x4, 0x0, 0x1, 0x5, 0x6, 0xe, 0x1e, 0x3e, 0x7e, 0xfe, 0x1fe, 0x1ff, 67 { 0x3, 2 }, { 0x4, 4 }, { 0x5, 5 }, { 0x6, 7 }, 81 { 0x11, 16 }, { 0x10, 16 }, { 0x5, 4 }, { 0x4, 7 }, 85 { 0x12, 13 }, { 0x5, 6 }, { 0x1e, 12 }, { 0x14, 16 }, 87 { 0x5, 7 }, { 0x11, 13 }, { 0x27, 8 }, { 0x10, 13 }, 276 {0x5, 8}, 277 {0x5, 9}, 294 { 0x5, 7 },
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fdctdsp.c | 86 x5 = vec_sub(b2, b5); /* x5 = b2 - b5; */ \ 106 x1 = vec_add(x5, x6); /* x1 = x5 + x6; */ \ 108 x3 = vec_add(x5, x7); /* x3 = x5 + x7; */ \ 125 b5 = vec_madd(cnst, x5, x1); /* b5 = x5 * W5 + x1; */ \ 143 x5 = vec_sub(b2, b5); /* x5 202 vector float x0, x1, x2, x3, x4, x5, x6, x7, x8; ff_fdct_altivec() local [all...] |