Age | Commit message (Expand) | Author | Files | Lines |
2020-09-01 | target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS | Peter Maydell | 1 | -55/+55 |
2020-09-01 | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell | 1 | -42/+3 |
2020-09-01 | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell | 1 | -61/+6 |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell | 1 | -67/+38 |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell | 1 | -0/+5 |
2020-09-01 | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell | 1 | -17/+18 |
2020-09-01 | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell | 1 | -11/+4 |
2020-09-01 | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell | 1 | -26/+16 |
2020-09-01 | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell | 1 | -20/+1 |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell | 1 | -20/+1 |
2020-09-01 | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell | 1 | -28/+5 |
2020-09-01 | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell | 1 | -90/+2 |
2020-09-01 | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell | 1 | -31/+2 |
2020-09-01 | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell | 1 | -8/+15 |
2020-09-01 | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell | 1 | -3/+2 |
2020-09-01 | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell | 1 | -2/+2 |
2020-09-01 | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell | 1 | -3/+3 |
2020-09-01 | target/arm: Implement fp16 for Neon VABS, VNEG of floats | Peter Maydell | 1 | -6/+28 |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec | Peter Maydell | 1 | -2/+29 |
2020-09-01 | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell | 1 | -17/+19 |
2020-08-24 | target/arm: Use correct FPST for VCMLA, VCADD on fp16 | Peter Maydell | 1 | -3/+3 |
2020-08-24 | target/arm: Make A32/T32 use new fpstatus_ptr() API | Peter Maydell | 1 | -14/+14 |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini | 1 | -0/+4161 |