index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
fpu_helper.c
Age
Commit message (
Expand
)
Author
2020-06-26
target/i386: reimplement fpatan using floatx80 operations
Joseph Myers
2020-06-26
target/i386: reimplement fyl2x using floatx80 operations
Joseph Myers
2020-06-26
target/i386: reimplement fyl2xp1 using floatx80 operations
Joseph Myers
2020-06-26
target/i386: reimplement fprem, fprem1 using floatx80 operations
Joseph Myers
2020-06-26
target/i386: reimplement f2xm1 using floatx80 operations
Joseph Myers
2020-06-10
target/i386: fix IEEE x87 floating-point exception raising
Joseph Myers
2020-06-10
target/i386: fix fisttpl, fisttpll handling of out-of-range values
Joseph Myers
2020-06-10
target/i386: fix fbstp handling of out-of-range values
Joseph Myers
2020-06-10
target/i386: fix fbstp handling of negative zero
Joseph Myers
2020-06-10
target/i386: fix fxam handling of invalid encodings
Joseph Myers
2020-06-10
target/i386: fix floating-point load-constant rounding
Joseph Myers
2020-06-10
target/i386: fix fscale handling of rounding precision
Joseph Myers
2020-06-10
target/i386: fix fscale handling of infinite exponents
Joseph Myers
2020-06-10
target/i386: fix fscale handling of invalid exponent encodings
Joseph Myers
2020-06-10
target/i386: fix fscale handling of signaling NaN
Joseph Myers
2020-06-10
target/i386: implement special cases for fxtract
Joseph Myers
2020-05-19
softfloat: Name compare relation enum
Richard Henderson
2020-02-25
target/i386: check for empty register in FXAM
Paolo Bonzini
2019-10-26
i386: implement IGNNE
Paolo Bonzini
2019-10-26
target/i386: introduce cpu_set_fpus
Paolo Bonzini
2019-10-26
target/i386: move FERR handling to target/i386
Paolo Bonzini
2019-06-10
target/i386: Use env_cpu, env_archcpu
Richard Henderson
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2017-07-05
target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inline
Yang Zhong
2017-07-05
target/i386: make cpu_get_fp80()/cpu_set_fp80() static
Yang Zhong
2017-02-27
linux-user: Add signal handling support for x86_64
Pranith Kumar
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth