Home
last modified time | relevance | path

Searched refs:f31 (Results 1 - 25 of 39) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/
H A Dppccpuid.pl88 fmr f0,f31
89 fmr f1,f31
90 fmr f2,f31
92 fmr f3,f31
94 fmr f4,f31
96 fmr f5,f31
98 fmr f6,f31
100 fmr f7,f31
102 fmr f8,f31
104 fmr f9,f31
[all...]
/third_party/openssl/crypto/
H A Dppccpuid.pl88 fmr f0,f31
89 fmr f1,f31
90 fmr f2,f31
92 fmr f3,f31
94 fmr f4,f31
96 fmr f5,f31
98 fmr f6,f31
100 fmr f7,f31
102 fmr f8,f31
104 fmr f9,f31
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_asm_mips64.S46 s.d $f31, MARL_REG_f30($a0)
47 s.d $f31, MARL_REG_f31($a0)
72 l.d $f31, MARL_REG_f30($v0)
73 l.d $f31, MARL_REG_f31($v0)
H A Dosfiber_asm_mips64.h70 uintptr_t f31; member
114 static_assert(offsetof(marl_fiber_context, f31) == MARL_REG_f31,
/third_party/typescript/tests/baselines/reference/
H A DvarianceMeasurement.js34 const f31: Foo3<'a'> = f30;
87 var f31 = f30; variable
H A DgenericContextualTypes1.js43 const f31: <T extends Box<number>>(a: T[]) => T[] = arrayFilter(x => x.value > 10);
70 var f31 = arrayFilter(function (x) { return x.value > 10; });
104 declare const f31: <T extends Box<number>>(a: T[]) => T[];
H A DdestructuringWithLiteralInitializers2.js21 function f31([x = 0, y = 'bar'] = []) {} function
72 function f31(_a) {
H A DdiscriminatedUnionTypes2.js88 function f31(foo: Foo) { function
208 function f31(foo) {
H A DcontrolFlowAliasing.js185 function f31(obj: { kind: 'foo', foo: string } | { kind: 'bar', bar: number }) { function
450 function f31(obj) {
631 declare function f31(obj: {
H A DkeyofAndIndexedAccessErrors.js152 function f31<T, K extends keyof T>() {
232 function f31() { function
H A DinstantiationExpressions.js106 function f31(f: (<T>(a: T) => T) | ((a: string, b: number) => string[])) { function
244 function f31(f) {
338 declare function f31(f: (<T>(a: T) => T) | ((a: string, b: number) => string[])): void;
H A DunknownControlFlow.js184 function f31<T>(x: T) {
613 function f31(x) { function
838 declare function f31<T>(x: T): void;
H A DneverReturningFunctions1.js109 function f31(x: { a: string | number }) { function
388 function f31(x) {
H A DmappedTypeRelationships.js77 function f31<T extends Thing>(x: Partial<Thing>, y: Partial<T>) {
254 function f31(x, y) { function
351 declare function f31<T extends Thing>(x: Partial<Thing>, y: Partial<T>): void;
H A DgenericFunctionInference1.js49 const f31 = pipe3(box, list);
286 const f31 = pipe3(box, list);
H A DconditionalTypes1.js253 function f31<T>() {
437 function f31() { function
651 declare function f31<T>(): void;
/third_party/node/deps/v8/src/codegen/loong64/
H A Dreglist-loong64.h39 const DoubleRegList kCalleeSavedFPU = {f24, f25, f26, f27, f28, f29, f30, f31};
H A Dregister-loong64.h31 V(f24) V(f25) V(f26) V(f27) V(f28) V(f29) V(f30) V(f31)
155 constexpr DoubleRegister kScratchDoubleReg2 = f31;
/third_party/musl/src/setjmp/powerpc64/
H A Dlongjmp.s39 # 5) restore floating point registers f14-f31
/third_party/libunwind/libunwind/tests/
H A Dia64-test-nat-asm.S385 .spillreg.p p6, r5, f31
386 (p6) setf.sig f31 = r5 // save r5 in f31 if it's a NaT
420 (p6) getf.sig r5 = f31
/third_party/ffmpeg/libavutil/mips/
H A Dmmiutils.h242 MMI_SQC1($f31, $f30, %[temp], 0x30) \
266 MMI_LQC1($f31, $f30, %[temp], 0x30) \
/third_party/libunwind/libunwind/src/ia64/
H A Dgetcontext.S80 stf.spill [r9] = f31 // M2
H A DGinstall_cursor.S146 ldf.fill f31 = [r31] // f31 restored (don't touch no more)
/third_party/node/deps/v8/src/compiler/
H A Dc-linkage.cc91 #define CALLEE_SAVE_FP_REGISTERS f24, f25, f26, f27, f28, f29, f30, f31
/third_party/node/deps/v8/src/codegen/mips64/
H A Dregister-mips64.h30 V(f24) V(f25) V(f26) V(f27) V(f28) V(f29) V(f30) V(f31)
179 // 32-bit registers, f0 through f31. When used as 'double' they are used

Completed in 10 milliseconds

12