Home
last modified time | relevance | path

Searched defs:fprs (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c426 unsigned *nfpr, double **fprs) in darwin64_pass_struct_floats()
478 unsigned *nfpr, double **fprs, unsigned long **arg) in darwin64_pass_struct_by_value()
518 darwin64_struct_floats_to_mem (ffi_type *s, char *dest, double *fprs, unsigned *nf) in darwin64_struct_floats_to_mem()
/aosp_15_r20/external/libffi/src/powerpc/
H A Dffi_darwin.c427 unsigned *nfpr, double **fprs) in darwin64_pass_struct_floats()
479 unsigned *nfpr, double **fprs, unsigned long **arg) 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()
/aosp_15_r20/external/musl/arch/s390x/bits/
H A Duser.h8 elf_fpreg_t fprs[16]; member
20 double fprs[16]; member
H A Dsignal.h25 fpreg_t fprs[16]; member
46 double fprs[16]; member
/aosp_15_r20/external/trusty/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
/aosp_15_r20/art/runtime/arch/
H A Dcontext.cc27 extern "C" void artContextCopyForLongJump(Context* context, uintptr_t* gprs, uintptr_t* fprs) { in artContextCopyForLongJump()
/aosp_15_r20/art/runtime/interpreter/mterp/
H A Dnterp.cc140 const uint32_t* fprs) { in NterpStoreArm32Fprs()
189 uint32_t* fprs, in NterpSetupArm32Fprs()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h454 unsigned long *fprs, *p, addr; in peek_fprs() local
483 int poke_fprs(pid_t child, unsigned long *fprs) in poke_fprs()
/aosp_15_r20/external/elfutils/backends/
H A Ds390_unwind.c103 Dwarf_Word fprs[16]; in s390_unwind() local
/aosp_15_r20/art/runtime/arch/riscv64/
H A Dcontext_riscv64.cc124 void Riscv64Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()
/aosp_15_r20/art/runtime/arch/arm/
H A Dcontext_arm.cc101 void ArmContext::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()
/aosp_15_r20/art/runtime/arch/x86_64/
H A Dcontext_x86_64.cc104 void X86_64Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()
/aosp_15_r20/art/runtime/arch/x86/
H A Dcontext_x86.cc92 void X86Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()
/aosp_15_r20/art/runtime/arch/arm64/
H A Dcontext_arm64.cc147 void Arm64Context::CopyContextTo(uintptr_t* gprs, uintptr_t* fprs) { in CopyContextTo()
/aosp_15_r20/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_sparc.h133 uint64_t fprs; member