aboutsummaryrefslogtreecommitdiff
path: root/target/mips/fpu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-14target/mips: Fix ADD.S FPU instructionAlex Richardson1-1/+1
2020-06-09target/mips: fpu: Refactor conversion from ieee to mips exception flagsAleksandar Markovic1-25/+30
2020-06-09target/mips: fpu: Name better paired-single variablesAleksandar Markovic1-31/+31
2020-06-09target/mips: fpu: Remove now unused FLOAT_RINT macroAleksandar Markovic1-13/+0
2020-06-09target/mips: fpu: Demacro RINT.<D|S>Aleksandar Markovic1-2/+18
2020-06-09target/mips: fpu: Remove now unused FLOAT_CLASS macroAleksandar Markovic1-39/+0
2020-06-09target/mips: fpu: Demacro CLASS.<D|S>Aleksandar Markovic1-2/+68
2020-06-09target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macrosAleksandar Markovic1-50/+0
2020-06-09target/mips: fpu: Demacro NMSUB.<D|S|PS>Aleksandar Markovic1-1/+43
2020-06-09target/mips: fpu: Demacro NMADD.<D|S|PS>Aleksandar Markovic1-1/+43
2020-06-09target/mips: fpu: Demacro MSUB.<D|S|PS>Aleksandar Markovic1-1/+39
2020-06-09target/mips: fpu: Demacro MADD.<D|S|PS>Aleksandar Markovic1-1/+40
2020-06-09target/mips: fpu: Remove now unused macro FLOAT_BINOPAleksandar Markovic1-39/+0
2020-06-09target/mips: fpu: Demacro DIV.<D|S|PS>Aleksandar Markovic1-1/+36
2020-06-09target/mips: fpu: Demacro MUL.<D|S|PS>Aleksandar Markovic1-1/+36
2020-06-09target/mips: fpu: Demacro SUB.<D|S|PS>Aleksandar Markovic1-1/+36
2020-06-09target/mips: fpu: Demacro ADD.<D|S|PS>Aleksandar Markovic1-1/+37
2020-02-04target/mips: Separate FPU-related helpers into their own fileAleksandar Markovic1-0/+1911