freebsd-dev/lib/libc/sparc64
Jake Burkholder 025c284b8d Add a support macro to convert the 5-bit packed register field of
a floating point instruction into a 6-bit register number for
double and quad arguments.
Make use of the new INSFPdq_RN macro where apporpriate; this
is required for correctly handling the "high" fp registers
(>= %f32).
Fix a number of bugs related to the handling of the high registers
which were caused by using __fpu_[gs]etreg() where __fpu_[gs]etreg64()
should be used (the former can only access the low, single-precision,
registers).

Submitted by:	tmm
2002-05-11 21:20:05 +00:00
..
fpu Add a support macro to convert the 5-bit packed register field of 2002-05-11 21:20:05 +00:00
gen Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
net htonl() and ntohl() operate on unsinged types, so they must zero-extend, 2002-04-06 00:07:15 +00:00
stdlib Minimal libc for sparc64. 2001-10-26 05:40:07 +00:00
string Minimal libc for sparc64. 2001-10-26 05:40:07 +00:00
sys Add a support macro to convert the 5-bit packed register field of 2002-05-11 21:20:05 +00:00
Makefile.inc Connect the sparc64 userland fp emulator to the build. 2002-03-05 00:00:40 +00:00
SYS.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00