Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-14 | x86: avoid AREG0 for FPU helpers | Blue Swirl | |
Make FPU helpers take a parameter for CPUState instead of relying on global env. Introduce temporary wrappers for FPU load and store ops. Remove wrappers for non-AREG0 code. Don't call unconverted helpers directly. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||
2012-06-28 | x86: split off FPU helpers | Blue Swirl | |
Move FPU and MMX/SSE helpers to fpu_helpers.c. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |