summaryrefslogtreecommitdiff
path: root/target/mips/fpu_helper.c
AgeCommit message (Expand)Author
2020-12-13target/mips: Use FloatRoundMode enum for FCR31 modes conversionPhilippe Mathieu-Daudé
2020-12-13target/mips: Remove unused headers from fpu_helper.cPhilippe Mathieu-Daudé
2020-11-03target/mips: Fix Lesser GPL version numberChetan Pant
2020-10-17target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S>Aleksandar Markovic
2020-10-17target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>Aleksandar Markovic
2020-10-17target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS>Aleksandar Markovic
2020-07-14target/mips: Fix ADD.S FPU instructionAlex Richardson
2020-06-09target/mips: fpu: Refactor conversion from ieee to mips exception flagsAleksandar Markovic
2020-06-09target/mips: fpu: Name better paired-single variablesAleksandar Markovic
2020-06-09target/mips: fpu: Remove now unused FLOAT_RINT macroAleksandar Markovic
2020-06-09target/mips: fpu: Demacro RINT.<D|S>Aleksandar Markovic
2020-06-09target/mips: fpu: Remove now unused FLOAT_CLASS macroAleksandar Markovic
2020-06-09target/mips: fpu: Demacro CLASS.<D|S>Aleksandar Markovic
2020-06-09target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macrosAleksandar Markovic
2020-06-09target/mips: fpu: Demacro NMSUB.<D|S|PS>Aleksandar Markovic
2020-06-09target/mips: fpu: Demacro NMADD.<D|S|PS>Aleksandar Markovic
2020-06-09target/mips: fpu: Demacro MSUB.<D|S|PS>Aleksandar Markovic
2020-06-09target/mips: fpu: Demacro MADD.<D|S|PS>Aleksandar Markovic
2020-06-09target/mips: fpu: Remove now unused macro FLOAT_BINOPAleksandar Markovic
2020-06-09target/mips: fpu: Demacro DIV.<D|S|PS>Aleksandar Markovic
2020-06-09target/mips: fpu: Demacro MUL.<D|S|PS>Aleksandar Markovic
2020-06-09target/mips: fpu: Demacro SUB.<D|S|PS>Aleksandar Markovic
2020-06-09target/mips: fpu: Demacro ADD.<D|S|PS>Aleksandar Markovic
2020-02-04target/mips: Separate FPU-related helpers into their own fileAleksandar Markovic