Home
last modified time | relevance | path

Searched refs:fa1 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/libffi/src/riscv/
Dsysv.S105 FLARG fa1, -FRAME_LEN+1*FLTS(fp)
129 FSARG fa1, -FRAME_LEN+1*FLTS(fp)
174 FSARG fa1, 1*FLTS(sp)
204 FLARG fa1, 1*FLTS(sp)
248 FSARG fa1, 1*FLTS(sp)
278 FLARG fa1, 1*FLTS(sp)
/third_party/libsnd/src/G72x/
Dg72x.c422 short fa1 ; in update() local
481 { fa1 = (pks1) ? state_ptr->a [0] : -state_ptr->a [0] ; in update()
482 if (fa1 < -8191) /* a2p = function of fa1 */ in update()
484 else if (fa1 > 8191) in update()
487 a2p += fa1 >> 5 ; in update()
/third_party/libsnd/src/
Dnms_adpcm.c198 int fa1 ; in nms_adpcm_update() local
219 fa1 = s->a [0] >> 5 ; in nms_adpcm_update()
220 if (fa1 < -256) in nms_adpcm_update()
221 fa1 = -256 ; in nms_adpcm_update()
222 else if (fa1 > 256) in nms_adpcm_update()
223 fa1 = 256 ; in nms_adpcm_update()
230 fa1 = -fa1 ; in nms_adpcm_update()
233 s->a [1] = fa1 + ((0xfe * s->a [1]) >> 8) ; in nms_adpcm_update()
/third_party/node/deps/v8/src/codegen/riscv64/
Dreglist-riscv64.h46 ft7, fa0, fa1, fa2, fa3, fa4, fa5,
Dregister-riscv64.h46 V(fs0) V(fs1) V(fa0) V(fa1) V(fa2) V(fa3) V(fa4) V(fa5) \
65 V(ft9) V(ft10) V(ft11) V(fa0) V(fa1) V(fa2) V(fa3) V(fa4) V(fa5) \
/third_party/ffmpeg/libavcodec/
Dg726.c195 int dq, re_signal, pk0, fa1, i, tr, ylint, ylfrac, thr2, al, dq0; in g726_decode() local
221 fa1 = av_clip_intp2((-c->a[0]*c->pk[0]*pk0)>>5, 8); in g726_decode()
223 c->a[1] += 128*pk0*c->pk[1] + fa1 - (c->a[1]>>7); in g726_decode()
/third_party/node/deps/v8/src/wasm/
Dwasm-linkage.h127 constexpr DoubleRegister kFpParamRegisters[] = {fa0, fa1, fa2, fa3,
129 constexpr DoubleRegister kFpReturnRegisters[] = {fa0, fa1};
/third_party/typescript/tests/baselines/reference/
DdependentDestructuredVariables.js349 function fa1(x: [true, number] | [false, string]) { function
652 function fa1(x) {
821 declare function fa1(x: [true, number] | [false, string]): void;
DtemplateLiteralTypes1.js39 function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] }…
270 function fa1(x, y, z) { function
DdependentDestructuredVariables.errors.txt357 function fa1(x: [true, number] | [false, string]) {
DdependentDestructuredVariables.symbols892 function fa1(x: [true, number] | [false, string]) {
893 >fa1 : Symbol(fa1, Decl(dependentDestructuredVariables.ts, 343, 5))
DtemplateLiteralTypes1.types86 function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] }…
87 >fa1 : <T>(x: T, y: { [P in keyof T]: T[P]; }, z: { [P in keyof T & string as `p_${P}`]: T[P]; }) =…
DdependentDestructuredVariables.types1023 function fa1(x: [true, number] | [false, string]) {
1024 >fa1 : (x: [true, number] | [false, string]) => void
DtemplateLiteralTypes1.symbols108 function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] }…
109 >fa1 : Symbol(fa1, Decl(templateLiteralTypes1.ts, 35, 1))
DtemplateLiteralTypes1.errors.txt50 …function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] …
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler-defs.h109 ft1, ft2, ft3, ft4, ft5, ft6, ft7, fa0, fa1, fa2,
/third_party/typescript/tests/cases/conformance/controlFlow/
DdependentDestructuredVariables.ts353 function fa1(x: [true, number] | [false, string]) { function
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts41 function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] }… function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.td179 def F11_F : RISCVReg32<11,"f11", ["fa1"]>, DwarfRegNum<[43]>;
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h284 fa1, enumerator
Dsimulator-riscv64.cc2370 *y = get_fpu_register_double(fa1); in GetFpArgs()
7115 set_fpu_register_double(fa1, d1); in CallFP()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc1598 g.UseFixed(node->InputAt(0), fa0), g.UseFixed(node->InputAt(1), fa1)) in VisitFloat64Mod()
1690 g.UseFixed(node->InputAt(1), fa1)) in VisitFloat64Ieee754Binop()
1697 Emit(opcode, g.DefineAsFixed(node, fa0), g.UseFixed(node->InputAt(0), fa1)) in VisitFloat64Ieee754Unop()
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatn_Bopo.txt227 fa1 ← ㄈㄚ;
/third_party/icu/icu4c/source/data/translit/
DLatn_Bopo.txt227 fa1 ← ㄈㄚ;
/third_party/elfutils/tests/
Drun-allregs.sh2885 43: fa1 (fa1), float 64 bits

12