/third_party/openh264/codec/common/mips/ |
D | satd_sad_mmi.c | 357 #define MMI_Get4LW16Sad(f0, f2, f4, f6, f8, f10, f12, f14, r0) \ argument 359 "pasubub "#f2", "#f2", "#f14" \n\t" \ 361 "pasubub "#f14", "#f14", "#f10" \n\t" \ 365 "biadd "#f14", "#f14" \n\t" \ 369 "paddh $f18, $f18, "#f14" \n\t" \ 371 "gsldlc1 "#f14", 0xE("#r0") \n\t" \ 373 "gsldrc1 "#f14", 0x7("#r0") \n\t" \ 375 "pasubub "#f14", "#f14", "#f6" \n\t" \ 377 "biadd "#f14", "#f14" \n\t" \ 379 "paddh $f26, $f26, "#f14" \n\t" \ [all …]
|
D | expand_picture_mmi.c | 228 mov_line_32x4_mmi(%[iHeight], %[iStride], $f12, $f14) \ 229 mov_line_32x4_mmi(%[iHeight], %[iStride], $f12, $f14) \ 230 mov_line_32x4_mmi(%[iHeight], %[iStride], $f12, $f14) \ 231 mov_line_32x4_mmi(%[iHeight], %[iStride], $f12, $f14) \ 232 mov_line_32x4_mmi(%[iHeight], %[iStride], $f12, $f14) \ 233 mov_line_32x4_mmi(%[iHeight], %[iStride], $f12, $f14) \ 234 mov_line_32x4_mmi(%[iHeight], %[iStride], $f12, $f14) \ 235 mov_line_end32x4_mmi(%[iHeight], %[iStride], $f12, $f14) \ 382 mov_line_16x4_mmi_aligned(%[iHeight], %[iStride], $f12, $f14) \ 383 mov_line_16x4_mmi_aligned(%[iHeight], %[iStride], $f12, $f14) \ [all …]
|
/third_party/openh264/codec/encoder/core/mips/ |
D | dct_mmi.c | 43 #define MMI_Load4x8p(r0, f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument 48 MMI_XSawp_DQ(f8, f10, f4, f6, f12, f14) \ 51 #define MMI_SumSubDiv2(f0, f2, f4, f6, f8, f10, f12, f14, f16) \ argument 57 "psrah "#f14", "#f2", "#f16" \n\t" \ 61 "psubh "#f14", "#f14", "#f10" \n\t" 63 #define MMI_IDCT(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22, f24, f26, f28) \ argument 65 MMI_SumSubDiv2(f0, f2, f8, f10, f16, f18, f12, f14, f28) \ 67 MMI_SumSub(f24, f26, f12, f14, f16, f18) 69 #define MMI_StoreDiff8p_6(f0, f2, f4, f6, f8, f12, r0, r1, f14) \ argument 72 "psrah "#f0", "#f0", "#f14" \n\t" \ [all …]
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
D | sparcv9_modes.pl | 109 movxtod %o1, %f14 112 fxor %f14, %f2, %f2 219 movxtod %o1, %f14 222 fxor %f14, %f2, %f2 278 ldd [$ivec + 8], %f14 280 faligndata %f12, %f14, %f12 281 faligndata %f14, %f0, %f14 287 ld [$ivec + 8], %f14 336 fxor %f14, %f2, %f2 338 movxtod %o1, %f14 [all …]
|
/third_party/openssl/crypto/perlasm/ |
D | sparcv9_modes.pl | 109 movxtod %o1, %f14 112 fxor %f14, %f2, %f2 219 movxtod %o1, %f14 222 fxor %f14, %f2, %f2 278 ldd [$ivec + 8], %f14 280 faligndata %f12, %f14, %f12 281 faligndata %f14, %f0, %f14 287 ld [$ivec + 8], %f14 336 fxor %f14, %f2, %f2 338 movxtod %o1, %f14 [all …]
|
/third_party/openh264/codec/common/inc/ |
D | asmdefs_mmi.h | 119 #define MMI_TransTwo4x4H(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18) \ argument 121 MMI_XSawp_HW(f8, f10, f12, f14, f4, f6) \ 122 MMI_XSawp_WD(f0, f2, f8, f10, f12, f14) \ 125 MMI_XSawp_DQ(f12, f14, f8, f10, f16, f18) 127 #define MMI_TransTwo8x8B(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22, f24, f26, f28, f30,… argument 131 MMI_XSawp_BH(f8, f10, f12, f14, f4, f6) \ 132 MMI_XSawp_BH(f16, f18, f20, f22, f12, f14) \ 136 "dmfc1 "#r1", "#f14" \n\t" \ 137 MMI_XSawp_BH(f24, f26, f20, f22, f12, f14) \ 145 MMI_XSawp_HW(f24, f26, f12, f14, f8, f10) \ [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | genericDefaults.js | 255 declare function f14<T, U = V, V = C>(a?: T, b?: U, c?: V): [T, U, V]; 257 f14(); 258 f14(a); 259 f14(a, b); 260 f14(a, b, c); 261 f14(a, b, d); 263 f14<A>(); 264 f14<A>(a); 265 f14<A>(a, b); 266 f14<A>(a, b, c); [all …]
|
D | objectLiteralErrors.js | 36 var f14 = { 0: 0, get 0x0() { return 0; } }; variable 37 var f14 = { 0: 0, get 000() { return 0; } }; variable 89 var f14 = { 0: 0, get 0x0() { return 0; } }; variable 90 var f14 = { 0: 0, get 000() { return 0; } }; variable
|
D | renamingDestructuredPropertyInFunctionType3.symbols | 28 function f14 ({ [sym]: string }: O) { }; 29 >f14 : Symbol(f14, Decl(renamingDestructuredPropertyInFunctionType3.ts, 5, 43))
|
D | declarationsAndAssignments.js | 100 function f14([a = 1, [b = "hello", { x, y: c = false }]]) { function 105 f14([2, ["abc", { x: 0, y: true }]]); 106 f14([2, ["abc", { x: 0 }]]); 107 f14([2, ["abc", { y: false }]]); // Error, no x 275 function f14(_a) { 281 f14([2, ["abc", { x: 0, y: true }]]); 282 f14([2, ["abc", { x: 0 }]]); 283 f14([2, ["abc", { y: false }]]); // Error, no x
|
D | renamingDestructuredPropertyInFunctionType3.js | 8 function f14 ({ [sym]: string }: O) { }; function 14 function f14({ [sym]: string }) { }
|
D | stringLiteralTypeIsSubtypeOfString.js | 91 function f14(x: 'a'); 92 function f14(x: E); 93 function f14(x: any) { } function 154 function f14(x) { }
|
D | genericDefaults.errors.txt | 272 declare function f14<T, U = V, V = C>(a?: T, b?: U, c?: V): [T, U, V]; 276 f14(); 277 f14(a); 278 f14(a, b); 279 f14(a, b, c); 280 f14(a, b, d); 282 f14<A>(); 283 f14<A>(a); 284 f14<A>(a, b); 285 f14<A>(a, b, c); [all …]
|
D | genericDefaults.types | 980 declare function f14<T, U = V, V = C>(a?: T, b?: U, c?: V): [T, U, V]; 981 >f14 : <T, U = V, V = C>(a?: T, b?: U, c?: V) => [T, U, V] 987 f14(); 988 >f14() : [unknown, unknown, C] 989 >f14 : <T, U = V, V = C>(a?: T, b?: U, c?: V) => [T, U, V] 991 f14(a); 992 >f14(a) : [A, unknown, C] 993 >f14 : <T, U = V, V = C>(a?: T, b?: U, c?: V) => [T, U, V] 996 f14(a, b); 997 >f14(a, b) : [A, B, C] [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | genericDefaults.ts | 255 declare function f14<T, U = V, V = C>(a?: T, b?: U, c?: V): [T, U, V]; 257 f14(); 258 f14(a); 259 f14(a, b); 260 f14(a, b, c); 261 f14(a, b, d); 263 f14<A>(); 264 f14<A>(a); 265 f14<A>(a, b); 266 f14<A>(a, b, c); [all …]
|
/third_party/openh264/codec/decoder/core/mips/ |
D | dct_mmi.c | 78 MMI_IDCT_SINGLE($f2, $f4, $f6, $f8, $f0, $f12, $f14) in IdctResAddPred_mmi() 80 MMI_IDCT_SINGLE($f6, $f0, $f8, $f4, $f2, $f12, $f14) in IdctResAddPred_mmi() 89 MMI_StoreDiff4P_SINGLE($f6, $f0, $f12, $f14, %[pPred], %[pPred], $f16) in IdctResAddPred_mmi() 91 MMI_StoreDiff4P_SINGLE($f8, $f0, $f12, $f14, %[pPred], %[pPred], $f16) in IdctResAddPred_mmi() 93 MMI_StoreDiff4P_SINGLE($f2, $f0, $f12, $f14, %[pPred], %[pPred], $f16) in IdctResAddPred_mmi() 95 MMI_StoreDiff4P_SINGLE($f4, $f0, $f12, $f14, %[pPred], %[pPred], $f16) in IdctResAddPred_mmi() 223 LOAD_COLUMN($f0, $f2, $f8, $f10, $f12, $f14, $f16, $f18, %[pPred], in WelsDecoderI16x16LumaPredPlane_mmi() 235 LOAD_COLUMN($f28, $f30, $f8, $f10, $f12, $f14, $f16, $f18, %[pPred], in WelsDecoderI16x16LumaPredPlane_mmi()
|
/third_party/openssl/crypto/des/asm/ |
D | dest4-sparcv9.pl | 76 des_kexpand %f10, 3, %f14 80 des_kexpand %f14, 1, %f16 81 std %f14, [$out + 0x38] 134 ldd [$key + 0x28], %f14 165 des_round %f12, %f14, %f0, %f0 235 ldd [$key + 0x50], %f14 265 des_round %f12, %f14, %f0, %f0 343 ldd [$key + 0x28], %f14 374 des_round %f12, %f14, %f0, %f0 495 ldd [$key + 0x100+0x50], %f14 [all …]
|
/third_party/node/deps/openssl/openssl/crypto/des/asm/ |
D | dest4-sparcv9.pl | 76 des_kexpand %f10, 3, %f14 80 des_kexpand %f14, 1, %f16 81 std %f14, [$out + 0x38] 134 ldd [$key + 0x28], %f14 165 des_round %f12, %f14, %f0, %f0 235 ldd [$key + 0x50], %f14 265 des_round %f12, %f14, %f0, %f0 343 ldd [$key + 0x28], %f14 374 des_round %f12, %f14, %f0, %f0 495 ldd [$key + 0x100+0x50], %f14 [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | simple_idct_mmi.c | 171 IDCT_ROW_COND_DC($f14,$f15) in ff_simple_idct_8_mmi() 284 IDCT_COL_CASE1($f12, $f12, $f14) in ff_simple_idct_8_mmi() 306 IDCT_COL_CASE2($f12, $f14, $f12, $f14) in ff_simple_idct_8_mmi()
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | declarationsAndAssignments.ts | 99 function f14([a = 1, [b = "hello", { x, y: c = false }]]) { function 104 f14([2, ["abc", { x: 0, y: true }]]); 105 f14([2, ["abc", { x: 0 }]]); 106 f14([2, ["abc", { y: false }]]); // Error, no x
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aesfx-sparcv9.pl | 69 ldd [%o7 + $tmp], %f14 ! shift left params 71 fshiftorx %f0, %f2, %f14, %f0 72 fshiftorx %f2, %f4, %f14, %f2 112 ldd [%o7 + $tmp], %f14 ! shift right params 129 fshiftorx %f0, %f0, %f14, %f4 130 fshiftorx %f0, %f2, %f14, %f6 131 fshiftorx %f2, %f2, %f14, %f8 159 ldd [%o7 + $tmp], %f14 ! shift left params 161 fshiftorx %f0, %f2, %f14, %f0 162 fshiftorx %f2, %f4, %f14, %f2 [all …]
|
/third_party/openssl/crypto/aes/asm/ |
D | aesfx-sparcv9.pl | 69 ldd [%o7 + $tmp], %f14 ! shift left params 71 fshiftorx %f0, %f2, %f14, %f0 72 fshiftorx %f2, %f4, %f14, %f2 112 ldd [%o7 + $tmp], %f14 ! shift right params 129 fshiftorx %f0, %f0, %f14, %f4 130 fshiftorx %f0, %f2, %f14, %f6 131 fshiftorx %f2, %f2, %f14, %f8 159 ldd [%o7 + $tmp], %f14 ! shift left params 161 fshiftorx %f0, %f2, %f14, %f0 162 fshiftorx %f2, %f4, %f14, %f2 [all …]
|
D | aest4-sparcv9.pl | 130 ldd [$key + 24], %f14 143 aes_eround23 %f14, %f0, %f2, %f2 145 ldd [$key + 8], %f14 156 aes_eround23 %f14, %f0, %f2, %f2 208 ldd [$key + 24], %f14 221 aes_dround23 %f14, %f0, %f2, %f2 223 ldd [$key + 8], %f14 234 aes_dround23 %f14, %f0, %f2, %f2 405 ldd [$inp - 8], %f14 414 std %f14, [$out + 24]
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | stringLiteralTypeIsSubtypeOfString.ts | 90 function f14(x: 'a'); function 91 function f14(x: E); 92 function f14(x: any) { }
|
/third_party/openh264/codec/processing/src/mips/ |
D | vaa_mmi.c | 58 #define WELS_SAD_SD_MAD_16x1_MMI(f0, f2, f4, f6, f8, f10, f12, f14, r0, r1, r2) \ argument 76 "pmaxub "#f14", "#f14", $f14 \n\t" \ 152 #define WELS_SAD_BGD_SQDIFF_16x1_MMI(f0, f2, f4, f6, f8, f10, f12, f14, r0, r1, r2) \ argument 211 "paddw "#f14", "#f14", $f6 \n\t" \ 213 "paddw "#f14", "#f14", $f14 \n\t" \
|