Home
last modified time | relevance | path

Searched refs:fprs (Results 1 – 13 of 13) sorted by relevance

/third_party/libunwind/src/s390x/
DGstep.c37 unw_word_t sc_addr, sp, *gprs, *fprs, *psw; in s390x_handle_signal_frame() local
52 fprs = (unw_word_t*)((struct sigcontext*)sc_addr)->sregs->fpregs.fprs; in s390x_handle_signal_frame()
58 fprs = (unw_word_t*)((ucontext_t*)sc_addr)->uc_mcontext.fpregs.fprs; in s390x_handle_signal_frame()
73 c->dwarf.loc[i] = DWARF_MEM_LOC (c, (unw_word_t) &fprs[i-UNW_S390X_F0]); in s390x_handle_signal_frame()
DGresume.c65 sc->sregs->fpregs.fprs[i-UNW_S390X_F0] = uc.uc_mcontext.fpregs.fprs[i-UNW_S390X_F0].d; in s390x_local_resume()
83 rt->uc_mcontext.fpregs.fprs[i-UNW_S390X_F0] = uc.uc_mcontext.fpregs.fprs[i-UNW_S390X_F0]; in s390x_local_resume()
DGinit.c59 return &uc->uc_mcontext.fpregs.fprs[reg - UNW_S390X_F0]; in uc_addr()
/third_party/elfutils/backends/
Ds390_unwind.c103 Dwarf_Word fprs[16]; in s390_unwind() local
115 fprs[i] = val; in s390_unwind()
135 if (! setfunc (16, 16, fprs, arg)) in s390_unwind()
Ds390_initreg.c68 eu_static_assert (sizeof user_regs.regs.fp_regs.fprs[0] in s390_set_initial_registers_tid()
77 } fpr = { .d = user_regs.regs.fp_regs.fprs[u] }; in s390_set_initial_registers_tid()
/third_party/libffi/src/powerpc/
Dffi_darwin.c427 unsigned *nfpr, double **fprs) in darwin64_pass_struct_floats() argument
430 double *fpr_base = *fprs; in darwin64_pass_struct_floats()
472 *fprs = fpr_base; in darwin64_pass_struct_floats()
479 unsigned *nfpr, double **fprs, unsigned long **arg) in darwin64_pass_struct_by_value() argument
511 darwin64_pass_struct_floats (s, src, nfpr, fprs); in darwin64_pass_struct_by_value()
519 darwin64_struct_floats_to_mem (ffi_type *s, char *dest, double *fprs, unsigned *nf) in darwin64_struct_floats_to_mem() argument
537 fprs = darwin64_struct_floats_to_mem (p, item_base, fprs, nf); in darwin64_struct_floats_to_mem()
542 *(double *)item_base = *fprs++ ; in darwin64_struct_floats_to_mem()
550 *(double *)item_base = *fprs++ ; in darwin64_struct_floats_to_mem()
557 *(float *)item_base = (float) *fprs++ ; in darwin64_struct_floats_to_mem()
[all …]
Ddarwin.S246 addi r5,r28,-SAVE_REGS_SIZE-(13*FPR_SIZE) ; fprs
/third_party/musl/arch/s390x/bits/
Duser.h11 elf_fpreg_t fprs[16]; member
23 double fprs[16]; member
Dsignal.h25 fpreg_t fprs[16]; member
46 double fprs[16]; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Ds390x.rs165 pub fprs: [fpreg_t; 16],
/third_party/elfutils/tests/
Drun-allregs.sh2513 84: %fprs (fprs), unsigned 64 bits
/third_party/libffi/
DChangeLog.old319 (ffi_closure_LINUX64): Save fprs before buying stack.
326 * src/powerpc/ffi.c (ffi_prep_args64): Save fprs as per the
DChangeLog3905 * src/powerpc/ffi_sysv.c (ffi_prep_cif_sysv_core): Count fprs,