Searched refs:fp_bytes (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/x86/include/
H A Dfpu.h58 uint8_t fp_bytes[10]; member in struct:fpacc87
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp842 uint32_t fp_bytes = 0; // Tracks how much of the xmm registers we've consumed so far local
919 if (fp_bytes == 0)
925 fp_bytes += field_byte_width;
1005 if (fp_bytes < 8)
1010 fp_bytes += field_byte_width;
/freebsd-10-stable/sys/amd64/amd64/
H A Dmachdep.c2330 bcopy(sv_xmm->sv_fp[i].fp_acc.fp_bytes, fpregs->fpr_acc[i], 10);
2358 bcopy(fpregs->fpr_acc[i], sv_xmm->sv_fp[i].fp_acc.fp_bytes, 10);

Completed in 117 milliseconds