freebsd-dev/sys/powerpc/fpu
John Baldwin 93312a9143 Restore the ABI of 'struct fpreg' on powerpc.
The PT_{GET,SET}FPREGS requests use 'struct fpreg' and the NT_FPREGSET
core note stores a copy of 'struct fpreg'.  As with x86 and the floating
point state there compared to the extended state in XSAVE, struct fpreg
on powerpc now only holds the 'base' FP state, and setting it via
PT_SETFPREGS leaves the extended vector state in a thread unchanged.

Reviewed by:	jhibbits
Differential Revision:	https://reviews.freebsd.org/D5004
2016-02-01 23:12:04 +00:00
..
fpu_add.c
fpu_arith.h
fpu_compare.c
fpu_div.c
fpu_emu.c Restore the ABI of 'struct fpreg' on powerpc. 2016-02-01 23:12:04 +00:00
fpu_emu.h Restore the ABI of 'struct fpreg' on powerpc. 2016-02-01 23:12:04 +00:00
fpu_explode.c
fpu_extern.h Restore the ABI of 'struct fpreg' on powerpc. 2016-02-01 23:12:04 +00:00
fpu_implode.c
fpu_instr.h
fpu_mul.c
fpu_sqrt.c
fpu_subr.c