/third_party/openssl/crypto/aes/asm/ |
D | aest4-sparcv9.pl | 172 faligndata %f0, %f2, %f6 176 std %f6, [$out + 8] 250 faligndata %f0, %f2, %f6 254 std %f6, [$out + 8] 284 ldd [$inp + 24], %f6 289 faligndata %f4, %f6, %f4 290 faligndata %f6, %f8, %f6 296 aes_kexpand1 %f0, %f6, $i, %f0 301 std %f6, [$out + `32*$i+24`] 302 aes_kexpand2 %f6, %f4, %f6 [all …]
|
D | aesfx-sparcv9.pl | 56 ldd [$key + 0], %f6 ! round[0] 78 fxor %f0, %f6, %f0 ! ^=round[0] 80 ldd [$key + 32], %f6 ! round[2] 94 faesencx %f2, %f6, %f0 96 ldd [$key + 0], %f6 115 faesenclx %f2, %f6, %f0 130 fshiftorx %f0, %f2, %f14, %f6 134 std %f6, [$out + 8] 146 ldd [$key + 0], %f6 ! round[0] 168 fxor %f0, %f6, %f0 ! ^=round[0] [all …]
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aest4-sparcv9.pl | 172 faligndata %f0, %f2, %f6 176 std %f6, [$out + 8] 250 faligndata %f0, %f2, %f6 254 std %f6, [$out + 8] 284 ldd [$inp + 24], %f6 289 faligndata %f4, %f6, %f4 290 faligndata %f6, %f8, %f6 296 aes_kexpand1 %f0, %f6, $i, %f0 301 std %f6, [$out + `32*$i+24`] 302 aes_kexpand2 %f6, %f4, %f6 [all …]
|
D | aesfx-sparcv9.pl | 56 ldd [$key + 0], %f6 ! round[0] 78 fxor %f0, %f6, %f0 ! ^=round[0] 80 ldd [$key + 32], %f6 ! round[2] 94 faesencx %f2, %f6, %f0 96 ldd [$key + 0], %f6 115 faesenclx %f2, %f6, %f0 130 fshiftorx %f0, %f2, %f14, %f6 134 std %f6, [$out + 8] 146 ldd [$key + 0], %f6 ! round[0] 168 fxor %f0, %f6, %f0 ! ^=round[0] [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 47 "gslqc1 "#f6", "#f4", 0x30("#r0") \n\t" \ 48 MMI_XSawp_DQ(f8, f10, f4, f6, f12, f14) \ 49 MMI_XSawp_DQ(f0, f2, f16, f18, f4, f6) 51 #define MMI_SumSubDiv2(f0, f2, f4, f6, f8, f10, f12, f14, f16) \ argument 53 "mov.d "#f10", "#f6" \n\t" \ 55 "psrah "#f6", "#f6", "#f16" \n\t" \ 59 "paddh "#f2", "#f2", "#f6" \n\t" \ 63 #define MMI_IDCT(f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22, f24, f26, f28) \ argument 64 MMI_SumSub(f24, f26, f4, f6, f20, f22) \ [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveFunctionTypes.types | 76 function f6(): typeof f6; 77 >f6 : { (): typeof f6; (a: typeof f6): () => number; } 78 >f6 : { (): typeof f6; (a: typeof f6): () => number; } 80 function f6(a: typeof f6): () => number; 81 >f6 : { (): typeof f6; (a: typeof f6): () => number; } 82 >a : { (): typeof f6; (a: typeof f6): () => number; } 83 >f6 : { (): typeof f6; (a: typeof f6): () => number; } 85 function f6(a?: any) { return f6; } 86 >f6 : { (): typeof f6; (a: typeof f6): () => number; } 88 >f6 : { (): typeof f6; (a: typeof f6): () => number; } [all …]
|
D | recursiveFunctionTypes.js | 30 function f6(): typeof f6; 31 function f6(a: typeof f6): () => number; 32 function f6(a?: any) { return f6; } function 34 f6("", 3); // error (arity mismatch) 35 f6(""); // ok (function takes an any param) 36 f6(); // ok 68 function f6(a) { return f6; } 69 f6("", 3); // error (arity mismatch) 70 f6(""); // ok (function takes an any param) 71 f6(); // ok
|
D | recursiveFunctionTypes.symbols | 75 function f6(): typeof f6; 76 >f6 : Symbol(f6, Decl(recursiveFunctionTypes.ts, 26, 28), Decl(recursiveFunctionTypes.ts, 28, 25), … 77 >f6 : Symbol(f6, Decl(recursiveFunctionTypes.ts, 26, 28), Decl(recursiveFunctionTypes.ts, 28, 25), … 79 function f6(a: typeof f6): () => number; 80 >f6 : Symbol(f6, Decl(recursiveFunctionTypes.ts, 26, 28), Decl(recursiveFunctionTypes.ts, 28, 25), … 82 >f6 : Symbol(f6, Decl(recursiveFunctionTypes.ts, 26, 28), Decl(recursiveFunctionTypes.ts, 28, 25), … 84 function f6(a?: any) { return f6; } 85 >f6 : Symbol(f6, Decl(recursiveFunctionTypes.ts, 26, 28), Decl(recursiveFunctionTypes.ts, 28, 25), … 87 >f6 : Symbol(f6, Decl(recursiveFunctionTypes.ts, 26, 28), Decl(recursiveFunctionTypes.ts, 28, 25), … 89 f6("", 3); // error (arity mismatch) [all …]
|
D | contextualTypingTwoInstancesOfSameTypeParameter.types | 2 function f6<T>(x: (a: T) => T) { 3 >f6 : <T>(x: (a: T) => T) => any 10 f6(x => f6(y => x = y)); 11 >f6(x => f6(y => x = y)) : any 12 >f6 : <T>(x: (a: T) => T) => any 13 >x => f6(y => x = y) : (x: unknown) => any 15 >f6(y => x = y) : any 16 >f6 : <T>(x: (a: T) => T) => any
|
D | contextualTypingTwoInstancesOfSameTypeParameter.symbols | 2 function f6<T>(x: (a: T) => T) { 3 >f6 : Symbol(f6, Decl(contextualTypingTwoInstancesOfSameTypeParameter.ts, 0, 0)) 12 f6(x => f6(y => x = y)); 13 >f6 : Symbol(f6, Decl(contextualTypingTwoInstancesOfSameTypeParameter.ts, 0, 0)) 15 >f6 : Symbol(f6, Decl(contextualTypingTwoInstancesOfSameTypeParameter.ts, 0, 0))
|
D | destructuringWithLiteralInitializers.js | 30 function f6({ x = 0, y = 0 } = {}) { } function 31 f6(); 32 f6({}); 33 f6({ x: 1 }); 34 f6({ y: 1 }); 35 f6({ x: 1, y: 1 }); 103 function f6(_a) { 106 f6(); 107 f6({}); 108 f6({ x: 1 }); [all …]
|
D | noImplicitAnyFunctions.symbols | 29 function f6(x: string, y: number); 30 >f6 : Symbol(f6, Decl(noImplicitAnyFunctions.ts, 13, 1), Decl(noImplicitAnyFunctions.ts, 15, 34), D… 34 function f6(x: string, y: string): any; 35 >f6 : Symbol(f6, Decl(noImplicitAnyFunctions.ts, 13, 1), Decl(noImplicitAnyFunctions.ts, 15, 34), D… 39 function f6(x: string, y) { 40 >f6 : Symbol(f6, Decl(noImplicitAnyFunctions.ts, 13, 1), Decl(noImplicitAnyFunctions.ts, 15, 34), D…
|
D | contextualTypingTwoInstancesOfSameTypeParameter.js | 2 function f6<T>(x: (a: T) => T) { 5 f6(x => f6(y => x = y)); 8 function f6(x) { function 11 f6(function (x) { return f6(function (y) { return x = y; }); });
|
D | recursiveGenericSignatureInstantiation.symbols | 2 function f6<T>(x: T) { 3 >f6 : Symbol(f6, Decl(recursiveGenericSignatureInstantiation.ts, 0, 0)) 8 return f6(x); 9 >f6 : Symbol(f6, Decl(recursiveGenericSignatureInstantiation.ts, 0, 0))
|
/third_party/openh264/codec/common/inc/ |
D | asmdefs_mmi.h | 66 #define MMI_XSawp_BH(f0, f2, f4, f6, f8, f10) \ argument 70 "punpckhbh "#f10", "#f8", "#f6" \n\t" \ 71 "punpcklbh "#f8", "#f8", "#f6" \n\t" 73 #define MMI_XSawp_HW(f0, f2, f4, f6, f8, f10) \ argument 77 "punpckhhw "#f10", "#f8", "#f6" \n\t" \ 78 "punpcklhw "#f8", "#f8", "#f6" \n\t" 80 #define MMI_XSawp_WD(f0, f2, f4, f6, f8, f10) \ argument 84 "punpckhwd "#f10", "#f8", "#f6" \n\t" \ 85 "punpcklwd "#f8", "#f8", "#f6" \n\t" 87 #define MMI_XSawp_DQ(f0, f2, f4, f6, f8, f10) \ argument [all …]
|
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
D | cmllt4-sparcv9.pl | 157 faligndata %f0, %f2, %f6 161 std %f6, [$out + 8] 252 faligndata %f0, %f2, %f6 256 std %f6, [$out + 8] 297 ldd [$inp + 24], %f6 302 faligndata %f4, %f6, %f4 304 faligndata %f6, %f8, %f6 309 fnot2 %f4, %f6 311 ldd [$inp + 24], %f6 315 faligndata %f4, %f6, %f4 [all …]
|
/third_party/openssl/crypto/camellia/asm/ |
D | cmllt4-sparcv9.pl | 157 faligndata %f0, %f2, %f6 161 std %f6, [$out + 8] 252 faligndata %f0, %f2, %f6 256 std %f6, [$out + 8] 297 ldd [$inp + 24], %f6 302 faligndata %f4, %f6, %f4 304 faligndata %f6, %f8, %f6 309 fnot2 %f4, %f6 311 ldd [$inp + 24], %f6 315 faligndata %f4, %f6, %f4 [all …]
|
/third_party/openh264/codec/common/mips/ |
D | satd_sad_mmi.c | 43 #define MMI_SumWHorizon1(f0, f2, f4, f6, f8, f10, r0) \ argument 49 "xor "#f6", "#f6", "#f6" \n\t" \ 51 "paddush "#f2", "#f2", "#f6" \n\t" \ 52 "dsrl "#f6", "#f2", "#f10" \n\t" \ 56 "paddush "#f2", "#f2", "#f6" \n\t" \ 59 "dsrl "#f6", "#f2", "#f8" \n\t" \ 61 "paddush "#f2", "#f2", "#f6" \n\t" 357 #define MMI_Get4LW16Sad(f0, f2, f4, f6, f8, f10, f12, f14, r0) \ argument 375 "pasubub "#f14", "#f14", "#f6" \n\t" \ 385 "pasubub "#f14", "#f14", "#f6" \n\t" \ [all …]
|
D | deblock_mmi.c | 593 MMI_TransTwo8x8B($f0, $f2, $f4, $f6, $f8, $f10, $f12, in DeblockLumaTransposeH2V_mmi() 628 MMI_TransTwo8x8B($f0, $f2, $f4, $f6, $f8, $f10, $f12, in DeblockLumaTransposeV2H_mmi() 1641 WELS_AbsH($f4, $f6, $f4, $f6, $f24, $f26) in DeblockChromaLt4V_mmi() 1649 WELS_AbsH($f4, $f6, $f4, $f6, $f8, $f10) in DeblockChromaLt4V_mmi() 1813 WELS_AbsH($f4, $f6, $f4, $f6, $f0, $f2) in DeblockChromaEq4V_mmi() 1820 WELS_AbsH($f4, $f6, $f4, $f6, $f16, $f18) in DeblockChromaEq4V_mmi() 1828 WELS_AbsH($f4, $f6, $f4, $f6, $f16, $f18) in DeblockChromaEq4V_mmi() 1836 WELS_AbsH($f4, $f6, $f4, $f6, $f28, $f30) in DeblockChromaEq4V_mmi() 1844 WELS_AbsH($f4, $f6, $f4, $f6, $f16, $f18) in DeblockChromaEq4V_mmi() 1853 WELS_AbsH($f4, $f6, $f4, $f6, $f28, $f30) in DeblockChromaEq4V_mmi() [all …]
|
D | intra_pred_com_mmi.c | 59 #define MMI_PRED_H_8X8_ONE_LINE(f0, f2, f4, f6, r0, r1, r1_offset) \ argument 64 "pshufh "#f0", "#f0", "#f6" \n\t" \ 216 SUMH_HORIZON($f4, $f6, $f0, $f2, $f8) in WelsI16x16LumaPredPlane_mmi() 222 MMI_Copy8Times($f4, $f6, $f28, $8) in WelsI16x16LumaPredPlane_mmi() 333 SUMH_HORIZON($f4, $f6, $f0, $f2, $f8) in WelsIChromaPredPlane_mmi() 339 MMI_Copy8Times($f4, $f6, $f28, $8) in WelsIChromaPredPlane_mmi() 537 MMI_PRED_H_8X8_ONE_LINE($f0, $f2, $f4, $f6, %[pRef], %[pPred], 0x8) in WelsIChromaPredH_mmi() 538 MMI_PRED_H_8X8_ONE_LINE($f0, $f2, $f4, $f6, %[pRef], %[pPred], 0x10) in WelsIChromaPredH_mmi() 539 MMI_PRED_H_8X8_ONE_LINE($f0, $f2, $f4, $f6, %[pRef], %[pPred], 0x18) in WelsIChromaPredH_mmi() 540 MMI_PRED_H_8X8_ONE_LINE($f0, $f2, $f4, $f6, %[pRef], %[pPred], 0x20) in WelsIChromaPredH_mmi() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveFunctionTypes.ts | 29 function f6(): typeof f6; function 30 function f6(a: typeof f6): () => number; 31 function f6(a?: any) { return f6; } 33 f6("", 3); // error (arity mismatch) 34 f6(""); // ok (function takes an any param) 35 f6(); // ok
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
D | sparcv9_modes.pl | 149 faligndata %f0, %f2, %f6 153 std %f6, [$out + 8] 181 faligndata %f0, %f2, %f6 184 std %f6, [$ivec + 8] 371 faligndata %f0, %f2, %f6 375 std %f6, [$out + 8] 430 movxtod %o5, %f6 444 fxor %f10, %f6, %f6 452 std %f6, [$out + 24] 480 faligndata %f4, %f6, %f4 [all …]
|
/third_party/openssl/crypto/perlasm/ |
D | sparcv9_modes.pl | 149 faligndata %f0, %f2, %f6 153 std %f6, [$out + 8] 181 faligndata %f0, %f2, %f6 184 std %f6, [$ivec + 8] 371 faligndata %f0, %f2, %f6 375 std %f6, [$out + 8] 430 movxtod %o5, %f6 444 fxor %f10, %f6, %f6 452 std %f6, [$out + 24] 480 faligndata %f4, %f6, %f4 [all …]
|
/third_party/openh264/codec/decoder/core/mips/ |
D | dct_mmi.c | 77 MMI_Trans4x4H_SINGLE($f0, $f2, $f4, $f6, $f8) in IdctResAddPred_mmi() 78 MMI_IDCT_SINGLE($f2, $f4, $f6, $f8, $f0, $f12, $f14) in IdctResAddPred_mmi() 79 MMI_Trans4x4H_SINGLE($f2, $f6, $f0, $f8, $f4) 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() 213 SUMH_HORIZON($f4, $f6, $f0, $f2, $f8) in WelsDecoderI16x16LumaPredPlane_mmi() 219 MMI_Copy8Times($f4, $f6, $f28, $8) in WelsDecoderI16x16LumaPredPlane_mmi() 305 #define COPY_16_TIMES(r0, f0, f2, f4, f6, f8) \ argument 308 "pmuluw "#f0", "#f0", "#f6" \n\t" \ 314 COPY_16_TIMES(%[pPred], $f0, $f2, $f4, $f6, $f8) \ [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | mpegaudiodsp_mips_float.c | 291 float f1, f2, f3, f4, f5, f6, f7; in ff_dct32_mips_float() local 298 f6 = 0.74453627100229844977; in ff_dct32_mips_float() 355 [f4]"f"(f4), [f5]"f"(f5), [f6]"f"(f6), [f7]"f"(f7) in ff_dct32_mips_float() 364 f6 = 1.16943993343288495515; in ff_dct32_mips_float() 418 [f4]"f"(f4), [f5]"f"(f5), [f6]"f"(f6), [f7]"f"(f7) in ff_dct32_mips_float() 472 f6 = 0.83934964541552703873; in ff_dct32_mips_float() 526 [f4]"f"(f4), [f5]"f"(f5), [f6]"f"(f6), [f7]"f"(f7) in ff_dct32_mips_float() 535 f6 = 0.97256823786196069369; in ff_dct32_mips_float() 589 [f4]"f"(f4), [f5]"f"(f5), [f6]"f"(f6), [f7]"f"(f7) in ff_dct32_mips_float() 800 float f1, f2, f3, f4, f5, f6, f7, f8, f9; in imdct36_mips_float() local [all …]
|