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

  /external/valgrind/coregrind/m_sigframe/
sigframe-s390x-linux.c 181 sigregs->fpregs.fprs[0] = tst->arch.vex.guest_f0;
182 sigregs->fpregs.fprs[1] = tst->arch.vex.guest_f1;
183 sigregs->fpregs.fprs[2] = tst->arch.vex.guest_f2;
184 sigregs->fpregs.fprs[3] = tst->arch.vex.guest_f3;
185 sigregs->fpregs.fprs[4] = tst->arch.vex.guest_f4;
186 sigregs->fpregs.fprs[5] = tst->arch.vex.guest_f5;
187 sigregs->fpregs.fprs[6] = tst->arch.vex.guest_f6;
188 sigregs->fpregs.fprs[7] = tst->arch.vex.guest_f7;
189 sigregs->fpregs.fprs[8] = tst->arch.vex.guest_f8;
190 sigregs->fpregs.fprs[9] = tst->arch.vex.guest_f9
    [all...]
  /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:__anon20828
  /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 662 vldm r1, {s0-s31} @ load all fprs from argument fprs_
    [all...]
  /art/runtime/arch/arm64/
context_arm64.cc 129 uint64_t fprs[kNumberOfDRegisters]; local
138 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : Arm64Context::kBadFprBase + i;
143 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/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/python/cpython3/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/valgrind/include/vki/
vki-s390x-linux.h 120 double fprs[__VKI_NUM_FPRS]; member in struct:__anon42838
667 vki_freg_t fprs[VKI_NUM_FPRS]; member in struct:__anon42843
  /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/valgrind/coregrind/m_coredump/
coredump-elf.c 500 # define DO(n) fpu->fprs[n].ui = arch->vex.guest_f##n
  /external/elfutils/tests/
run-allregs.sh     [all...]

Completed in 530 milliseconds