Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp675 uint32_t fp_bytes = in GetReturnValueObjectImpl() local
683 fp_bytes = aggregate_field_offsets[0]; in GetReturnValueObjectImpl()
737 if (fp_bytes == 0) in GetReturnValueObjectImpl()
743 fp_bytes += field_byte_width; in GetReturnValueObjectImpl()
802 if (fp_bytes < 8) in GetReturnValueObjectImpl()
807 fp_bytes += field_byte_width; in GetReturnValueObjectImpl()
/freebsd-14.2/sys/amd64/ia32/
H A Dia32_reg.c187 mantissa = *((uint64_t *)fx_reg->fp_bytes); in fill_fpregs32()
193 exp = *((uint16_t *)&fx_reg->fp_bytes[8]) & 0x7fff; in fill_fpregs32()
/freebsd-14.2/sys/x86/include/
H A Dfpu.h57 uint8_t fp_bytes[10]; member
/freebsd-14.2/sys/i386/i386/
H A Dnpx.c1178 mantissa = *((uint64_t *)fx_reg->fp_bytes); in npx_fill_fpregs_xmm1()
1184 exp = *((uint16_t *)&fx_reg->fp_bytes[8]) & 0x7fff; in npx_fill_fpregs_xmm1()
/freebsd-14.2/sys/amd64/amd64/
H A Dexec_machdep.c526 bcopy(sv_xmm->sv_fp[i].fp_acc.fp_bytes, fpregs->fpr_acc[i], 10); in fill_fpregs_xmm()
554 bcopy(fpregs->fpr_acc[i], sv_xmm->sv_fp[i].fp_acc.fp_bytes, 10); in set_fpregs_xmm()