HomeSort by: relevance | last modified time | path
    Searched defs:fprs (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/s390/
linux-unwind.h 48 double fprs[16]; member in struct:__anon14309
117 (long)&regs->fprs[dwarf_to_fpr_map[i]] - new_cfa;
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
linux-unwind.h 48 double fprs[16]; member in struct:__anon16721
117 (long)&regs->fprs[dwarf_to_fpr_map[i]] - new_cfa;
  /src/external/gpl3/gdb/dist/gdb/
sparc64-fbsd-tdep.c 41 16 * 8, /* %fprs */
98 LONGEST fprs;
145 %fprs has been set. */
150 fprs = get_frame_memory_unsigned (this_frame, addr, 8);
151 if (fprs & FPRS_FEF)
96 LONGEST fprs; local
aix-thread.c 437 double fprs[ppc_num_fprs]; local
469 if (!ptrace32 (PTT_READ_FPRS, tid, (uintptr_t) fprs, 0, NULL))
470 memset (fprs, 0, sizeof (fprs));
471 memcpy (context->fpr, fprs, sizeof(fprs));
1324 AIX provides a way to query all of a kernel thread's GPRs, FPRs, or
1344 double fprs[ppc_num_fprs]; local
1417 if (!ptrace32 (PTT_READ_FPRS, tid, (uintptr_t) fprs, 0, NULL))
1418 memset (fprs, 0, sizeof (fprs))
1769 double fprs[ppc_num_fprs]; local
    [all...]
rs6000-tdep.c 190 int fpr_offset; /* offset of saved fprs from prev sp */
1812 to save fprs??? */
3454 for GPRs and FPRs. We can not detect this problem in most cases
7746 static const char *const fprs[] = {
7755 PPC_F0_REGNUM + i, fprs[i]);
7742 static const char *const fprs[] = { local
  /src/external/gpl3/gdb.old/dist/gdb/
sparc64-fbsd-tdep.c 41 16 * 8, /* %fprs */
98 LONGEST fprs;
145 %fprs has been set. */
150 fprs = get_frame_memory_unsigned (this_frame, addr, 8);
151 if (fprs & FPRS_FEF)
96 LONGEST fprs; local
aix-thread.c 438 double fprs[ppc_num_fprs]; local
470 if (!ptrace32 (PTT_READ_FPRS, tid, (uintptr_t) fprs, 0, NULL))
471 memset (fprs, 0, sizeof (fprs));
472 memcpy (context->fpr, fprs, sizeof(fprs));
1327 AIX provides a way to query all of a kernel thread's GPRs, FPRs, or
1347 double fprs[ppc_num_fprs]; local
1420 if (!ptrace32 (PTT_READ_FPRS, tid, (uintptr_t) fprs, 0, NULL))
1421 memset (fprs, 0, sizeof (fprs))
1772 double fprs[ppc_num_fprs]; local
    [all...]
rs6000-tdep.c 190 int fpr_offset; /* offset of saved fprs from prev sp */
1812 to save fprs??? */
3455 for GPRs and FPRs. We can not detect this problem in most cases
7747 static const char *const fprs[] = {
7756 PPC_F0_REGNUM + i, fprs[i]);
7743 static const char *const fprs[] = { local
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 35 // The allocator works at the level of individual FPRs, rather than whole
224 // The number of allocnos in the group, and thus the number of FPRs
228 // The gap between FPRs in the group. This is normally 1, but can be
246 // The mask of FPRs that would make valid choices for the first allocno,
257 // Quantities that span multiple FPRs are assigned groups of consecutive
532 // The set of FPRs that are currently live.
543 // A mask of the FPRs that have already been allocated.
546 // A mask of the FPRs that must be at least partially preserved by the
558 // All recorded copies between allocnos and FPRs.
1208 // pseudo register REGNO has with FPRs. A positive value indicate
2656 auto fprs = partial_fpr_clobbers (abi_id, group1->fpr_size); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.h 468 On 31-bit, FPRs 18-19 are call-clobbered;
469 on 64-bit, FPRs 24-31 are call-clobbered.
470 The remaining FPRs are call-saved.
752 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
1161 FPRs. */
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.h 468 On 31-bit, FPRs 18-19 are call-clobbered;
469 on 64-bit, FPRs 24-31 are call-clobbered.
470 The remaining FPRs are call-saved.
752 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
1161 FPRs. */

Completed in 49 milliseconds