Searched refs:fpreg (Results 1 – 5 of 5) sorted by relevance
/third_party/libunwind/src/ptrace/ |
D | _UPT_access_fpreg.c | 76 fpregset_t fpreg; in _UPT_access_fpreg() local 99 if (ptrace(PT_GETFPREGS, pid, (caddr_t)&fpreg, 0) == -1) in _UPT_access_fpreg() 103 memcpy(&fpreg.fpr_xacc[reg], val, sizeof(unw_fpreg_t)); in _UPT_access_fpreg() 105 memcpy(&fpreg.fpr_acc[reg], val, sizeof(unw_fpreg_t)); in _UPT_access_fpreg() 107 memcpy(&fpreg.fpr[reg], val, sizeof(unw_fpreg_t)); in _UPT_access_fpreg() 109 memcpy(&fpreg.fp_q[reg], val, sizeof(unw_fpreg_t)); in _UPT_access_fpreg() 111 memcpy(&fpreg.fpreg[reg], val, sizeof(unw_fpreg_t)); in _UPT_access_fpreg() 115 if (ptrace(PT_SETFPREGS, pid, (caddr_t)&fpreg, 0) == -1) in _UPT_access_fpreg() 119 memcpy(val, &fpreg.fpr_xacc[reg], sizeof(unw_fpreg_t)); in _UPT_access_fpreg() 121 memcpy(val, &fpreg.fpr_acc[reg], sizeof(unw_fpreg_t)); in _UPT_access_fpreg() [all …]
|
/third_party/libffi/src/pa/ |
D | ffi.c | 43 #define fldw(addr, fpreg) \ argument 44 __asm__ volatile ("fldw 0(%0), %%" #fpreg "L" : : "r"(addr) : #fpreg) 45 #define fstw(fpreg, addr) \ argument 46 __asm__ volatile ("fstw %%" #fpreg "L, 0(%0)" : : "r"(addr)) 47 #define fldd(addr, fpreg) \ argument 48 __asm__ volatile ("fldd 0(%0), %%" #fpreg : : "r"(addr) : #fpreg) 49 #define fstd(fpreg, addr) \ argument 50 __asm__ volatile ("fstd %%" #fpreg "L, 0(%0)" : : "r"(addr))
|
/third_party/libffi/src/ia64/ |
D | ffi.c | 49 } fpreg; typedef 56 fpreg fp_regs[8]; /* Contents of 8 fp arg registers. */ 111 hfa_type_load (fpreg *fpaddr, int type, void *addr) in hfa_type_load() 133 hfa_type_store (int type, void *addr, fpreg *fpaddr) in hfa_type_store() 514 fpreg *addr = &stack->fp_regs[fpcount++]; in ffi_closure_unix_inner() 528 fpreg *addr = &stack->fp_regs[fpcount++]; in ffi_closure_unix_inner() 544 fpreg *addr = &stack->fp_regs[fpcount++]; in ffi_closure_unix_inner()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/ |
D | mod.rs | 70 pub struct fpreg { 148 impl PartialEq for fpreg { 149 fn eq(&self, other: &fpreg) -> bool { 156 impl Eq for fpreg {} 157 impl ::fmt::Debug for fpreg { 167 impl ::hash::Hash for fpreg {
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | freebsd-x86_64.txt | 12 fpreg
|