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

/openbsd-current/gnu/gcc/gcc/config/s390/
H A Dlinux-unwind.h50 double fprs[16]; member in struct:__anon215
119 (long)&regs->fprs[i] - new_cfa;
H A Ds390.h608 int fprs; /* fpr so far */ member in struct:s390_arg_structure
613 ((CUM).gprs=0, (CUM).fprs=0)
755 /* On s390, copy between fprs and gprs is expensive. */
H A Ds390.c6454 /* fprs 8 - 15 are call saved for 64 Bit ABI. */
6582 && current_function_args_info.fprs < FP_ARG_NUM_REG)
6584 int min_fpr = current_function_args_info.fprs;
7331 /* Save fprs 8 - 15 (64 bit ABI). */
7466 /* Restore call saved fprs. */
7724 cum->fprs += 1;
7760 if (cum->fprs + 1 > FP_ARG_NUM_REG)
7763 return gen_rtx_REG (mode, cum->fprs + 16);
7906 holds number of gprs and fprs used for named arguments.
7933 n_fpr = current_function_args_info.fprs;
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsparc64fbsd-tdep.c44 16 * 8, /* %fprs */
85 LONGEST fprs;
132 %fprs has been set. */
137 fprs = get_frame_memory_unsigned (next_frame, addr, 8);
138 if (fprs & FPRS_FEF)
83 LONGEST fprs; local
H A Daix-thread.c343 double fprs[ppc_num_fprs]; local
372 if (!ptrace32 (PTT_READ_FPRS, tid, (int *) fprs, 0, NULL))
373 memset (fprs, 0, sizeof (fprs));
374 memcpy (context->fpr, fprs, sizeof(fprs));
1181 double fprs[ppc_num_fprs]; local
1219 if (!ptrace32 (PTT_READ_FPRS, tid, (int *) fprs, 0, NULL))
1220 memset (fprs, 0, sizeof (fprs));
1494 double fprs[ppc_num_fprs]; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/s390/
H A Dlinux.h149 double fprs[16]; \
199 (long)&regs_->fprs[i_] - new_cfa_; \
H A Ds390.h591 int fprs; /* fpr so far */ member in struct:s390_arg_structure
596 ((CUM).gprs=0, (CUM).fprs=0)
867 /* On s390, copy between fprs and gprs is expensive. */
H A Ds390.c147 /* Set, if some of the fprs 8-15 need to be saved (64 bit abi). */
4996 /* fprs 8 - 15 are caller saved for 64 Bit ABI. */
5061 /* fprs 8 - 15 are caller saved for 64 Bit ABI. */
5271 /* Save fprs for variable args. */
5289 /* Save fprs 4 and 6 if used (31 bit ABI). */
5354 /* Save fprs 8 - 15 (64 bit ABI). */
5503 /* Restore call saved fprs. */
5662 cum->fprs++;
5706 if (cum->fprs + 1 > (TARGET_64BIT? 4 : 2))
5709 return gen_rtx (REG, mode, cum->fprs
[all...]
/openbsd-current/sys/arch/sparc64/dev/
H A Dcreator.c782 uint64_t pstate, fprs; local
798 fprs = sparc_rd(fprs);
799 sparc_wr(fprs, FPRS_FEF, 0);
831 sparc_wr(fprs, fprs, 0);
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s3185 rd %fprs, %g4
3186 wr %g0, FPRS_FEF, %fprs
3216 wr %g0, FPRS_FEF, %fprs ! Mark FPU clean
3229 wr %g0, FPRS_FEF, %fprs
3758 wr %g0, FPRS_FEF, %fprs ! Turn on FPU
3914 wr %g0, FPRS_FEF, %fprs ! Turn on FPU
4222 rd %fprs, %l0
4246 rd %fprs, %l0 ! reload fprs copy, for checking after
6036 wr %g0, FPRS_FEF, %fprs
[all...]
H A Dtrap.c359 * in %fprs, otherwise we'll hang here trying to enable
494 sparc_wr(fprs, FPRS_FEF, 0);
/openbsd-current/sys/arch/sparc64/include/
H A Dctlreg.h554 GEN_RD(fprs); variable

Completed in 282 milliseconds