HomeSort by relevance Sort by last modified time
    Searched refs:fprs (Results 1 - 20 of 20) sorted by null

  /external/elfutils/backends/
s390_unwind.c 102 /* And finally the FPRs. */
103 Dwarf_Word fprs[16]; local
115 fprs[i] = val;
135 if (! setfunc (16, 16, fprs, arg))
s390_initreg.c 68 eu_static_assert (sizeof user_regs.regs.fp_regs.fprs[0]
77 } fpr = { .d = user_regs.regs.fp_regs.fprs[u] };
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_sparc.h 131 /* Floating-Point Registers State register (FPRS) for SPARC V9
134 uint64_t fprs; member in struct:__anon22630
  /art/runtime/arch/arm/
context_arm.cc 104 uint32_t fprs[kNumberOfSRegisters]; local
109 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : ArmContext::kBadFprBase + i;
114 art_quick_do_long_jump(gprs, fprs);
quick_entrypoints_arm.S 668 vldm r1, {s0-s31} @ Load all fprs from argument fprs_.
    [all...]
  /art/runtime/arch/arm64/
context_arm64.cc 135 uint64_t fprs[kNumberOfDRegisters]; local
144 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : Arm64Context::kBadFprBase + i;
151 art_quick_do_long_jump(gprs, fprs);
  /art/runtime/arch/mips/
context_mips.cc 109 // Align fprs[] so that art_quick_do_long_jump() can load FPU
111 uint32_t fprs[kNumberOfFRegisters] __attribute__((aligned(8))); local
116 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : MipsContext::kBadFprBase + i;
118 art_quick_do_long_jump(gprs, fprs);
  /art/runtime/arch/mips64/
context_mips64.cc 116 uintptr_t fprs[kNumberOfFpuRegisters]; local
121 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : Mips64Context::kBadFprBase + i;
123 art_quick_do_long_jump(gprs, fprs);
  /art/runtime/arch/x86/
context_x86.cc 99 uint32_t fprs[kNumberOfFloatRegisters]; local
101 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : X86Context::kBadFprBase + i;
109 "movl %1, %%ebx\n\t" // Address base of FPRs.
123 : "g"(&gprs[0]), "g"(&fprs[0]) // input.
  /art/runtime/arch/x86_64/
context_x86_64.cc 108 uintptr_t fprs[kNumberOfFloatRegisters]; local
114 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : X86_64Context::kBadFprBase + i;
122 art_quick_do_long_jump(gprs, fprs);
  /external/llvm/test/MC/Sparc/
sparc-special-registers.s 38 rd %fprs, %i0
41 wr %i0, 7, %fprs
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-special-registers.s 38 rd %fprs, %i0
41 wr %i0, 7, %fprs
  /external/libffi/src/powerpc/
ffi_darwin.c 79 | FPRs occupy NUM_FPR_ARG_REGISTERS slots | |
313 /* See if we can put some of the struct into fprs.
426 unsigned *nfpr, double **fprs)
429 double *fpr_base = *fprs;
471 *fprs = fpr_base;
478 unsigned *nfpr, double **fprs, unsigned long **arg)
510 darwin64_pass_struct_floats (s, src, nfpr, fprs);
518 darwin64_struct_floats_to_mem (ffi_type *s, char *dest, double *fprs, unsigned *nf)
536 fprs = darwin64_struct_floats_to_mem (p, item_base, fprs, nf)
    [all...]
darwin.S 209 the fprs... */
246 addi r5,r28,-SAVE_REGS_SIZE-(13*FPR_SIZE) ; fprs
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_darwin.c 79 | FPRs occupy NUM_FPR_ARG_REGISTERS slots | |
313 /* See if we can put some of the struct into fprs.
426 unsigned *nfpr, double **fprs)
429 double *fpr_base = *fprs;
471 *fprs = fpr_base;
478 unsigned *nfpr, double **fprs, unsigned long **arg)
510 darwin64_pass_struct_floats (s, src, nfpr, fprs);
518 darwin64_struct_floats_to_mem (ffi_type *s, char *dest, double *fprs, unsigned *nf)
536 fprs = darwin64_struct_floats_to_mem (p, item_base, fprs, nf)
    [all...]
darwin.S 209 the fprs... */
246 addi r5,r28,-SAVE_REGS_SIZE-(13*FPR_SIZE) ; fprs
  /external/google-breakpad/src/processor/
dump_context.cc 491 printf(" fprs = 0x%" PRIx64 "\n", context_sparc->fprs);
minidump.cc     [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 164 context->fprs = (unsigned int)(regs[20]);
190 context->fprs = (uintptr_t)(regs[37]);
  /external/elfutils/tests/
run-allregs.sh     [all...]

Completed in 710 milliseconds