| Commit message (Expand) | Author | Age | Files | Lines |
* | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check | Peter Maydell | 2020-11-10 | 1 | -4/+4 |
* | target/arm: Fix neon VTBL/VTBX for len > 1 | Richard Henderson | 2020-11-10 | 1 | -29/+15 |
* | target/arm: Improve do_prewiden_3d | Richard Henderson | 2020-11-02 | 1 | -31/+39 |
* | target/arm: Simplify do_long_3d and do_2scalar_long | Richard Henderson | 2020-11-02 | 1 | -14/+9 |
* | target/arm: Add read/write_neon_element64 | Richard Henderson | 2020-11-02 | 1 | -47/+47 |
* | target/arm: Add read/write_neon_element32 | Richard Henderson | 2020-11-02 | 1 | -99/+157 |
* | target/arm: Move neon_element_offset to translate.c | Richard Henderson | 2020-11-02 | 1 | -19/+0 |
* | target/arm: Introduce neon_full_reg_offset | Richard Henderson | 2020-11-02 | 1 | -22/+22 |
* | target/arm: Convert VCMLA, VCADD size field to MO_* in decode | Peter Maydell | 2020-09-14 | 1 | -10/+12 |
* | target/arm: Convert Neon VCVT fp size field to MO_* in decode | Peter Maydell | 2020-09-14 | 1 | -2/+2 |
* | target/arm: Convert Neon 3-same-fp size field to MO_* in decode | Peter Maydell | 2020-09-14 | 1 | -5/+11 |
* | target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS | Peter Maydell | 2020-09-01 | 1 | -55/+55 |
* | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell | 2020-09-01 | 1 | -42/+3 |
* | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell | 2020-09-01 | 1 | -61/+6 |
* | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell | 2020-09-01 | 1 | -67/+38 |
* | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell | 2020-09-01 | 1 | -0/+5 |
* | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell | 2020-09-01 | 1 | -17/+18 |
* | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell | 2020-09-01 | 1 | -11/+4 |
* | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell | 2020-09-01 | 1 | -26/+16 |
* | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell | 2020-09-01 | 1 | -20/+1 |
* | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell | 2020-09-01 | 1 | -20/+1 |
* | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell | 2020-09-01 | 1 | -28/+5 |
* | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell | 2020-09-01 | 1 | -90/+2 |
* | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell | 2020-09-01 | 1 | -31/+2 |
* | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell | 2020-09-01 | 1 | -8/+15 |
* | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell | 2020-09-01 | 1 | -3/+2 |
* | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell | 2020-09-01 | 1 | -2/+2 |
* | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell | 2020-09-01 | 1 | -3/+3 |
* | target/arm: Implement fp16 for Neon VABS, VNEG of floats | Peter Maydell | 2020-09-01 | 1 | -6/+28 |
* | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec | Peter Maydell | 2020-09-01 | 1 | -2/+29 |
* | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell | 2020-09-01 | 1 | -17/+19 |
* | target/arm: Use correct FPST for VCMLA, VCADD on fp16 | Peter Maydell | 2020-08-24 | 1 | -3/+3 |
* | target/arm: Make A32/T32 use new fpstatus_ptr() API | Peter Maydell | 2020-08-24 | 1 | -14/+14 |
* | meson: rename included C source files to .c.inc | Paolo Bonzini | 2020-08-21 | 1 | -0/+4161 |