Searched refs:fprs (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dloongarch-linux-tdep.c122 const void *fprs, size_t len)
132 buf = (const gdb_byte *)fprs + fprsize * i;
137 buf = (const gdb_byte *)fprs + fprsize * LOONGARCH_LINUX_NUM_FPREGSET +
141 buf = (const gdb_byte *)fprs + fprsize * LOONGARCH_LINUX_NUM_FPREGSET +
147 buf = (const gdb_byte *)fprs + fprsize * (regnum - LOONGARCH_FIRST_FP_REGNUM);
152 buf = (const gdb_byte *)fprs + fprsize * LOONGARCH_LINUX_NUM_FPREGSET +
158 buf = (const gdb_byte *)fprs + fprsize * LOONGARCH_LINUX_NUM_FPREGSET +
168 void *fprs, size_t len)
178 buf = (gdb_byte *)fprs + fprsize * i;
183 buf = (gdb_byte *)fprs
120 loongarch_supply_fpregset(const struct regset *r, struct regcache *regcache, int regnum, const void *fprs, size_t len) argument
166 loongarch_fill_fpregset(const struct regset *r, const struct regcache *regcache, int regnum, void *fprs, size_t len) argument
[all...]
H A Dsparc64-fbsd-tdep.c42 16 * 8, /* %fprs */
99 LONGEST fprs;
146 %fprs has been set. */
151 fprs = get_frame_memory_unsigned (this_frame, addr, 8);
152 if (fprs & FPRS_FEF)
97 LONGEST fprs; local
H A Daix-thread.c389 double fprs[ppc_num_fprs]; local
418 if (!ptrace32 (PTT_READ_FPRS, tid, (uintptr_t) fprs, 0, NULL))
419 memset (fprs, 0, sizeof (fprs));
420 memcpy (context->fpr, fprs, sizeof(fprs));
1287 double fprs[ppc_num_fprs]; local
1325 if (!ptrace32 (PTT_READ_FPRS, tid, (uintptr_t) fprs, 0, NULL))
1326 memset (fprs, 0, sizeof (fprs));
1602 double fprs[ppc_num_fprs]; local
[all...]
H A Drs6000-tdep.c190 int fpr_offset; /* offset of saved fprs from prev sp */
1803 to save fprs??? */
7625 static const char *const fprs[] = {
7634 PPC_F0_REGNUM + i, fprs[i]);
7621 static const char *const fprs[] = { local
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dlinux-unwind.h48 double fprs[16]; member in struct:__anon1246
117 (long)&regs->fprs[dwarf_to_fpr_map[i]] - new_cfa;
H A Dmorestack.S86 # We abuse one of caller's fpr save slots (which we don't use for fprs)
136 # save actual fprs).
281 # We abuse one of caller's fpr save slots (which we don't use for fprs)
333 # save actual fprs).
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dlinux-unwind.h48 double fprs[16]; member in struct:__anon1510
117 (long)&regs->fprs[dwarf_to_fpr_map[i]] - new_cfa;
H A Dmorestack.S88 # We abuse one of caller's fpr save slots (which we don't use for fprs)
138 # save actual fprs).
283 # We abuse one of caller's fpr save slots (which we don't use for fprs)
335 # save actual fprs).
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsparc64-fbsd-tdep.c42 16 * 8, /* %fprs */
99 LONGEST fprs;
146 %fprs has been set. */
151 fprs = get_frame_memory_unsigned (this_frame, addr, 8);
152 if (fprs & FPRS_FEF)
97 LONGEST fprs; local
H A Daix-thread.c394 double fprs[ppc_num_fprs]; local
423 if (!ptrace32 (PTT_READ_FPRS, tid, (uintptr_t) fprs, 0, NULL))
424 memset (fprs, 0, sizeof (fprs));
425 memcpy (context->fpr, fprs, sizeof(fprs));
1282 double fprs[ppc_num_fprs]; local
1320 if (!ptrace32 (PTT_READ_FPRS, tid, (uintptr_t) fprs, 0, NULL))
1321 memset (fprs, 0, sizeof (fprs));
1595 double fprs[ppc_num_fprs]; local
[all...]
H A Drs6000-tdep.c173 int fpr_offset; /* offset of saved fprs from prev sp */
1682 to save fprs??? */
6276 static const char *const fprs[] = {
6285 PPC_F0_REGNUM + i, fprs[i]);
6272 static const char *const fprs[] = { local
/netbsd-current/common/lib/libc/arch/sparc64/string/
H A Dstrmacros.h83 wr %g0, FPRS_FEF, %fprs /* Enable FPU */
101 wr %g0, 0, %fprs; /* Disable fpu */ \
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dmp_subr.S347 rd %fprs, %g5
348 wr %g0, FPRS_FEF, %fprs
395 wr %g0, FPRS_FEF, %fprs ! Mark FPU clean
407 wr %g0, FPRS_FEF, %fprs
424 wr %g0, FPRS_FEF, %fprs
H A Dsigcode32.s115 rd %fprs, %l0
H A Dlocore.s5366 wr %g0, FPRS_FEF, %fprs ! Turn on FPU
5824 wr %g0, FPRS_FEF, %fprs ! Turn on FPU
6565 rd %fprs, %l0
6589 rd %fprs, %l0 ! reload fprs copy, for checking after
7332 wr %g0, FPRS_FEF, %fprs
7350 rd %fprs, %o5
7351 wr %g0, FPRS_FEF, %fprs
7388 wr %g0, FPRS_FEF, %fprs ! Mark FPU clean
7395 wr %g0, FPRS_FEF, %fprs
[all...]
/netbsd-current/lib/libc/compat/arch/sparc64/sys/
H A Dcompat___sigtramp1.S103 rd %fprs, %l0
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dsparc64-regs.S76 wr %g0, 4, %fprs
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dsparc64-regs.S76 wr %g0, 4, %fprs
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h732 int fprs; /* fpr so far */ member in struct:s390_arg_structure
738 ((CUM).gprs=0, (CUM).fprs=0, (CUM).vrs=0)
744 point registers 0 and 2 for 31 bit and fprs 0, 2, 4 and 6 for 64
H A Ds390.c3508 /* On s390, copy between fprs and gprs is expensive. */
9608 || crtl->args.info.fprs >= FP_ARG_NUM_REG)
9611 min_fpr = crtl->args.info.fprs;
11315 /* Save fprs 8 - 15 (64 bit ABI). */
11460 /* Restore call saved fprs. */
12140 cum->fprs += 1;
12184 if (cum->fprs + 1 > FP_ARG_NUM_REG)
12187 return gen_rtx_REG (arg.mode, cum->fprs + 16);
12439 holds number of gprs and fprs used for named arguments.
12466 n_fpr = crtl->args.info.fprs;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h752 int fprs; /* fpr so far */ member in struct:s390_arg_structure
758 ((CUM).gprs=0, (CUM).fprs=0, (CUM).vrs=0)
764 point registers 0 and 2 for 31 bit and fprs 0, 2, 4 and 6 for 64
H A Ds390.cc3577 /* On s390, copy between fprs and gprs is expensive. */
9856 || crtl->args.info.fprs >= FP_ARG_NUM_REG)
9859 min_fpr = crtl->args.info.fprs;
11591 /* Save fprs 8 - 15 (64 bit ABI). */
11736 /* Restore call saved fprs. */
12418 cum->fprs += 1;
12462 if (cum->fprs + 1 > FP_ARG_NUM_REG)
12465 return gen_rtx_REG (arg.mode, cum->fprs + 16);
12717 holds number of gprs and fprs used for named arguments.
12744 n_fpr = crtl->args.info.fprs;
[all...]

Completed in 582 milliseconds