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
/
mips
/
fpu_helper.c
Age
Commit message (
Expand
)
Author
2020-12-13
target/mips: Use FloatRoundMode enum for FCR31 modes conversion
Philippe Mathieu-Daudé
2020-12-13
target/mips: Remove unused headers from fpu_helper.c
Philippe Mathieu-Daudé
2020-11-03
target/mips: Fix Lesser GPL version number
Chetan Pant
2020-10-17
target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S>
Aleksandar Markovic
2020-10-17
target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>
Aleksandar Markovic
2020-10-17
target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS>
Aleksandar Markovic
2020-07-14
target/mips: Fix ADD.S FPU instruction
Alex Richardson
2020-06-09
target/mips: fpu: Refactor conversion from ieee to mips exception flags
Aleksandar Markovic
2020-06-09
target/mips: fpu: Name better paired-single variables
Aleksandar Markovic
2020-06-09
target/mips: fpu: Remove now unused FLOAT_RINT macro
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro RINT.<D|S>
Aleksandar Markovic
2020-06-09
target/mips: fpu: Remove now unused FLOAT_CLASS macro
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro CLASS.<D|S>
Aleksandar Markovic
2020-06-09
target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macros
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro NMSUB.<D|S|PS>
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro NMADD.<D|S|PS>
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro MSUB.<D|S|PS>
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro MADD.<D|S|PS>
Aleksandar Markovic
2020-06-09
target/mips: fpu: Remove now unused macro FLOAT_BINOP
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro DIV.<D|S|PS>
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro MUL.<D|S|PS>
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro SUB.<D|S|PS>
Aleksandar Markovic
2020-06-09
target/mips: fpu: Demacro ADD.<D|S|PS>
Aleksandar Markovic
2020-02-04
target/mips: Separate FPU-related helpers into their own file
Aleksandar Markovic