/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ppccpuid.pl | 88 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 D | ppccpuid.pl | 88 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 D | osfiber_asm_mips64.S | 46 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 D | osfiber_asm_mips64.h | 70 uintptr_t f31; member 114 static_assert(offsetof(marl_fiber_context, f31) == MARL_REG_f31,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | varianceMeasurement.js | 34 const f31: Foo3<'a'> = f30; 87 var f31 = f30;
variable
|
H A D | genericContextualTypes1.js | 43 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 D | destructuringWithLiteralInitializers2.js | 21 function f31([x = 0, y = 'bar'] = []) {} function 72 function f31(_a) {
|
H A D | discriminatedUnionTypes2.js | 88 function f31(foo: Foo) { function 208 function f31(foo) {
|
H A D | controlFlowAliasing.js | 185 function f31(obj: { kind: 'foo', foo: string } | { kind: 'bar', bar: number }) { function 450 function f31(obj) {
631 declare function f31(obj: {
|
H A D | keyofAndIndexedAccessErrors.js | 152 function f31<T, K extends keyof T>() { 232 function f31() {
function
|
H A D | instantiationExpressions.js | 106 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 D | unknownControlFlow.js | 184 function f31<T>(x: T) { 613 function f31(x) {
function 838 declare function f31<T>(x: T): void;
|
H A D | neverReturningFunctions1.js | 109 function f31(x: { a: string | number }) { function 388 function f31(x) {
|
H A D | mappedTypeRelationships.js | 77 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 D | genericFunctionInference1.js | 49 const f31 = pipe3(box, list); 286 const f31 = pipe3(box, list);
|
H A D | conditionalTypes1.js | 253 function f31<T>() { 437 function f31() {
function 651 declare function f31<T>(): void;
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | reglist-loong64.h | 39 const DoubleRegList kCalleeSavedFPU = {f24, f25, f26, f27, f28, f29, f30, f31};
|
H A D | register-loong64.h | 31 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 D | longjmp.s | 39 # 5) restore floating point registers f14-f31
|
/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-nat-asm.S | 385 .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 D | mmiutils.h | 242 MMI_SQC1($f31, $f30, %[temp], 0x30) \ 266 MMI_LQC1($f31, $f30, %[temp], 0x30) \
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | getcontext.S | 80 stf.spill [r9] = f31 // M2
|
H A D | Ginstall_cursor.S | 146 ldf.fill f31 = [r31] // f31 restored (don't touch no more)
|
/third_party/node/deps/v8/src/compiler/ |
H A D | c-linkage.cc | 91 #define CALLEE_SAVE_FP_REGISTERS f24, f25, f26, f27, f28, f29, f30, f31
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | register-mips64.h | 30 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
|