Home
last modified time | relevance | path

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

/freebsd/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/sys/amd64/ia32/
H A Dia32_reg.c186 mantissa = *((uint64_t *)fx_reg->fp_bytes); in fill_fpregs32()
192 exp = *((uint16_t *)&fx_reg->fp_bytes[8]) & 0x7fff; in fill_fpregs32()
/freebsd/sys/x86/include/
H A Dfpu.h55 uint8_t fp_bytes[10]; member
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c524 bcopy(sv_xmm->sv_fp[i].fp_acc.fp_bytes, fpregs->fpr_acc[i], 10); in fill_fpregs_xmm()
552 bcopy(fpregs->fpr_acc[i], sv_xmm->sv_fp[i].fp_acc.fp_bytes, 10); in set_fpregs_xmm()
/freebsd/sys/i386/i386/
H A Dnpx.c1176 mantissa = *((uint64_t *)fx_reg->fp_bytes); in npx_fill_fpregs_xmm1()
1182 exp = *((uint16_t *)&fx_reg->fp_bytes[8]) & 0x7fff; in npx_fill_fpregs_xmm1()