Age | Commit message (Expand) | Author | Files | Lines |
2021-05-02 | target/mips: Move IEEE rounding mode array to new source file | Philippe Mathieu-Daudé | 1 | -8/+0 |
2021-01-14 | target/mips: Extract FPU helpers to 'fpu_helper.h' | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-01-14 | target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6 | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-12-13 | target/mips: Use FloatRoundMode enum for FCR31 modes conversion | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-12-13 | target/mips: Remove unused headers from fpu_helper.c | Philippe Mathieu-Daudé | 1 | -4/+0 |
2020-11-03 | target/mips: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-10-17 | target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S> | Aleksandar Markovic | 1 | -23/+81 |
2020-10-17 | target/mips: Demacro helpers for M<ADD|SUB>F.<D|S> | Aleksandar Markovic | 1 | -17/+46 |
2020-10-17 | target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS> | Aleksandar Markovic | 1 | -21/+40 |
2020-07-14 | target/mips: Fix ADD.S FPU instruction | Alex Richardson | 1 | -1/+1 |
2020-06-09 | target/mips: fpu: Refactor conversion from ieee to mips exception flags | Aleksandar Markovic | 1 | -25/+30 |
2020-06-09 | target/mips: fpu: Name better paired-single variables | Aleksandar Markovic | 1 | -31/+31 |
2020-06-09 | target/mips: fpu: Remove now unused FLOAT_RINT macro | Aleksandar Markovic | 1 | -13/+0 |
2020-06-09 | target/mips: fpu: Demacro RINT.<D|S> | Aleksandar Markovic | 1 | -2/+18 |
2020-06-09 | target/mips: fpu: Remove now unused FLOAT_CLASS macro | Aleksandar Markovic | 1 | -39/+0 |
2020-06-09 | target/mips: fpu: Demacro CLASS.<D|S> | Aleksandar Markovic | 1 | -2/+68 |
2020-06-09 | target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macros | Aleksandar Markovic | 1 | -50/+0 |
2020-06-09 | target/mips: fpu: Demacro NMSUB.<D|S|PS> | Aleksandar Markovic | 1 | -1/+43 |
2020-06-09 | target/mips: fpu: Demacro NMADD.<D|S|PS> | Aleksandar Markovic | 1 | -1/+43 |
2020-06-09 | target/mips: fpu: Demacro MSUB.<D|S|PS> | Aleksandar Markovic | 1 | -1/+39 |
2020-06-09 | target/mips: fpu: Demacro MADD.<D|S|PS> | Aleksandar Markovic | 1 | -1/+40 |
2020-06-09 | target/mips: fpu: Remove now unused macro FLOAT_BINOP | Aleksandar Markovic | 1 | -39/+0 |
2020-06-09 | target/mips: fpu: Demacro DIV.<D|S|PS> | Aleksandar Markovic | 1 | -1/+36 |
2020-06-09 | target/mips: fpu: Demacro MUL.<D|S|PS> | Aleksandar Markovic | 1 | -1/+36 |
2020-06-09 | target/mips: fpu: Demacro SUB.<D|S|PS> | Aleksandar Markovic | 1 | -1/+36 |
2020-06-09 | target/mips: fpu: Demacro ADD.<D|S|PS> | Aleksandar Markovic | 1 | -1/+37 |
2020-02-04 | target/mips: Separate FPU-related helpers into their own file | Aleksandar Markovic | 1 | -0/+1911 |