Age | Commit message (Expand) | Author |
2021-05-10 | target/arm: Make translate-neon.c.inc its own compilation unit | Peter Maydell |
2021-05-10 | target/arm: Move vfp_reg_ptr() to translate-neon.c.inc | Peter Maydell |
2021-04-30 | target/arm: Enforce alignment for VLDn/VSTn (single) | Richard Henderson |
2021-04-30 | target/arm: Enforce alignment for VLDn/VSTn (multiple) | Richard Henderson |
2021-04-30 | target/arm: Enforce alignment for VLDn (all lanes) | Richard Henderson |
2021-04-30 | target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness | Richard Henderson |
2021-04-30 | target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endianness | Richard Henderson |
2021-04-30 | target/arm: Fix decode of align in VLDST_single | Richard Henderson |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant |
2020-11-10 | target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check | Peter Maydell |
2020-11-10 | target/arm: Fix neon VTBL/VTBX for len > 1 | Richard Henderson |
2020-11-02 | target/arm: Improve do_prewiden_3d | Richard Henderson |
2020-11-02 | target/arm: Simplify do_long_3d and do_2scalar_long | Richard Henderson |
2020-11-02 | target/arm: Add read/write_neon_element64 | Richard Henderson |
2020-11-02 | target/arm: Add read/write_neon_element32 | Richard Henderson |
2020-11-02 | target/arm: Move neon_element_offset to translate.c | Richard Henderson |
2020-11-02 | target/arm: Introduce neon_full_reg_offset | Richard Henderson |
2020-09-14 | target/arm: Convert VCMLA, VCADD size field to MO_* in decode | Peter Maydell |
2020-09-14 | target/arm: Convert Neon VCVT fp size field to MO_* in decode | Peter Maydell |
2020-09-14 | target/arm: Convert Neon 3-same-fp size field to MO_* in decode | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell |
2020-09-01 | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VABS, VNEG of floats | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec | Peter Maydell |
2020-09-01 | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell |
2020-08-24 | target/arm: Use correct FPST for VCMLA, VCADD on fp16 | Peter Maydell |
2020-08-24 | target/arm: Make A32/T32 use new fpstatus_ptr() API | Peter Maydell |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini |