Home
last modified time | relevance | path

Searched refs:fp_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/x86/include/
H A Dfpu.h58 uint8_t fp_bytes[10]; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1612 uint32_t fp_bytes = in GetReturnValueObjectImpl() local
1683 if (fp_bytes == 0) in GetReturnValueObjectImpl()
1689 fp_bytes += field_byte_width; in GetReturnValueObjectImpl()
1754 if (fp_bytes < 8) in GetReturnValueObjectImpl()
1759 fp_bytes += field_byte_width; in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp690 uint32_t fp_bytes = in GetReturnValueObjectImpl() local
758 fp_bytes += field_byte_width; in GetReturnValueObjectImpl()
823 fp_bytes += field_byte_width; in GetReturnValueObjectImpl()
/freebsd-12.1/sys/amd64/amd64/
H A Dmachdep.c2159 bcopy(sv_xmm->sv_fp[i].fp_acc.fp_bytes, fpregs->fpr_acc[i], 10); in fill_fpregs_xmm()
2187 bcopy(fpregs->fpr_acc[i], sv_xmm->sv_fp[i].fp_acc.fp_bytes, 10); in set_fpregs_xmm()