| Commit message (Expand) | Author | Age | Files | Lines |
* | target/arm: Fix alignment for VLD4.32 | Clément Chigot | 2022-09-22 | 1 | -1/+5 |
* | target/arm: Avoid bare abort() or assert(0) | Richard Henderson | 2022-05-05 | 1 | -1/+1 |
* | target/arm: Use tcg_constant in translate-neon.c | Richard Henderson | 2022-04-22 | 1 | -14/+7 |
* | target/arm/translate-neon: Simplify align field check for VLD3 | Peter Maydell | 2022-03-07 | 1 | -5/+5 |
* | target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zero | Peter Maydell | 2022-03-07 | 1 | -0/+3 |
* | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot | 2022-01-08 | 1 | -3/+3 |
* | target/arm: Implement MVE VADD (floating-point) | Peter Maydell | 2021-09-01 | 1 | -6/+0 |
* | target/arm: Remove duplicate 'plus1' function from Neon and SVE decode | Peter Maydell | 2021-07-18 | 1 | -5/+0 |
* | target/arm: Implement MVE vector shift right by immediate insns | Peter Maydell | 2021-07-02 | 1 | -18/+0 |
* | target/arm: Make asimd_imm_const() public | Peter Maydell | 2021-07-02 | 1 | -63/+0 |
* | target/arm: Implement bfloat widening fma (indexed) | Richard Henderson | 2021-06-03 | 1 | -0/+10 |
* | target/arm: Implement bfloat widening fma (vector) | Richard Henderson | 2021-06-03 | 1 | -0/+9 |
* | target/arm: Implement bfloat16 matrix multiply accumulate | Richard Henderson | 2021-06-03 | 1 | -0/+9 |
* | target/arm: Implement bfloat16 dot product (indexed) | Richard Henderson | 2021-06-03 | 1 | -0/+9 |
* | target/arm: Implement bfloat16 dot product (vector) | Richard Henderson | 2021-06-03 | 1 | -0/+9 |
* | target/arm: Implement vector float32 to bfloat16 conversion | Richard Henderson | 2021-06-03 | 1 | -0/+45 |
* | target/arm: Implement integer matrix multiply accumulate | Richard Henderson | 2021-05-25 | 1 | -0/+27 |
* | target/arm: Implement aarch32 VSUDOT, VUSDOT | Richard Henderson | 2021-05-25 | 1 | -0/+27 |
* | target/arm: Split decode of VSDOT and VUDOT | Richard Henderson | 2021-05-25 | 1 | -8/+22 |
* | target/arm: Split out do_neon_ddda | Richard Henderson | 2021-05-25 | 1 | -52/+38 |
* | target/arm: Fix decode for VDOT (indexed) | Richard Henderson | 2021-05-25 | 1 | -1/+1 |
* | target/arm: Remove unused fpst from VDOT_scalar | Richard Henderson | 2021-05-25 | 1 | -3/+0 |
* | target/arm: Split out do_neon_ddda_fpst | Richard Henderson | 2021-05-25 | 1 | -55/+43 |
* | target/arm: Pass separate addend to FCMLA helpers | Richard Henderson | 2021-05-25 | 1 | -4/+6 |
* | target/arm: Pass separate addend to {U, S}DOT helpers | Richard Henderson | 2021-05-25 | 1 | -4/+6 |
* | target/arm: Make translate-neon.c.inc its own compilation unit | Peter Maydell | 2021-05-10 | 1 | -0/+4022 |