Age | Commit message (Expand) | Author |
2021-12-15 | target/arm: Take an exception if PC is misaligned | Richard Henderson |
2021-08-26 | target/arm: Implement HSTR.TJDBX | Peter Maydell |
2021-08-25 | target/arm: Implement M-profile trapping on division by zero | Peter Maydell |
2021-07-21 | accel/tcg: Remove TranslatorOps.breakpoint_check | Richard Henderson |
2021-06-21 | target/arm: Implement MVE VLDR/VSTR (non-widening forms) | Peter Maydell |
2021-06-03 | target/arm: Implement bfloat widening fma (indexed) | Richard Henderson |
2021-06-03 | target/arm: Implement bfloat widening fma (vector) | Richard Henderson |
2021-06-03 | target/arm: Implement bfloat16 matrix multiply accumulate | Richard Henderson |
2021-06-03 | target/arm: Implement bfloat16 dot product (indexed) | Richard Henderson |
2021-06-03 | target/arm: Implement bfloat16 dot product (vector) | Richard Henderson |
2021-06-03 | target/arm: Implement vector float32 to bfloat16 conversion | Richard Henderson |
2021-06-03 | target/arm: Implement scalar float32 to bfloat16 conversion | Richard Henderson |
2021-05-25 | target/arm: Implement integer matrix multiply accumulate | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 fp multiply-add long | Stephen Long |
2021-05-25 | target/arm: Implement SVE mixed sign dot product | Richard Henderson |
2021-05-25 | target/arm: Implement SVE mixed sign dot product (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating multiply high (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 signed saturating doubling multiply high | Richard Henderson |
2021-05-25 | target/arm: Pass separate addend to FCMLA helpers | Richard Henderson |
2021-05-25 | target/arm: Pass separate addend to {U, S}DOT helpers | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 XAR | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add high | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 Integer Multiply - Unpredicated | Richard Henderson |
2020-11-10 | target/arm: Fix neon VTBL/VTBX for len > 1 | Richard Henderson |
2020-10-20 | target/arm: AArch32 VCVT fixed-point to float is always round-to-nearest | Peter Maydell |
2020-09-01 | target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations | 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 VADD, VSUB, VABD, VMUL | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 VRINT* | Peter Maydell |
2020-09-01 | target/arm: Use macros instead of open-coding fp16 conversion helpers | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 VCMP | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 for fused-multiply-add | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL | Peter Maydell |
2020-09-01 | target/arm: Implement VFP fp16 for VFP_BINOP operations | Peter Maydell |