Age | Commit message (Expand) | Author |
2021-07-09 | tcg: Avoid including 'trace-tcg.h' in target translate.c | Philippe Mathieu-Daudé |
2021-07-02 | target/arm: Implement MVE shifts by register | Peter Maydell |
2021-07-02 | target/arm: Implement MVE shifts by immediate | Peter Maydell |
2021-07-02 | target/arm: Implement MVE long shifts by register | Peter Maydell |
2021-07-02 | target/arm: Implement MVE long shifts by immediate | Peter Maydell |
2021-07-02 | target/arm: Implement MVE VADDLV | Peter Maydell |
2021-07-02 | target/arm: Implement MVE VSHLC | Peter Maydell |
2021-07-02 | target/arm: Implement MVE saturating narrowing shifts | Peter Maydell |
2021-07-02 | target/arm: Implement MVE VSHRN, VRSHRN | Peter Maydell |
2021-07-02 | target/arm: Implement MVE VSRI, VSLI | Peter Maydell |
2021-07-02 | target/arm: Implement MVE VSHLL | Peter Maydell |
2021-07-02 | target/arm: Implement MVE vector shift right by immediate insns | Peter Maydell |
2021-07-02 | target/arm: Implement MVE vector shift left by immediate insns | Peter Maydell |
2021-07-02 | target/arm: Implement MVE logical immediate insns | Peter Maydell |
2021-07-02 | target/arm: Use dup_const() instead of bitfield_replicate() | Peter Maydell |
2021-07-02 | target/arm: Use asimd_imm_const for A64 decode | Peter Maydell |
2021-07-02 | target/arm: Make asimd_imm_const() public | Peter Maydell |
2021-07-02 | target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVH | Peter Maydell |
2021-07-02 | target/arm: Fix MVE widening/narrowing VLDR/VSTR offset calculation | Peter Maydell |
2021-07-02 | target/arm: Check NaN mode before silencing NaN | Joe Komlodi |
2021-06-29 | target/arm: Improve REVSH | Richard Henderson |
2021-06-29 | target/arm: Improve vector REV | Richard Henderson |
2021-06-29 | target/arm: Improve REV32 | Richard Henderson |
2021-06-29 | tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64 | Richard Henderson |
2021-06-24 | target/arm: Implement MTE3 | Peter Collingbourne |
2021-06-24 | target/arm: Make VMOV scalar <-> gpreg beatwise for MVE | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VADDV | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VHCADD | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VCADD | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VADC, VSBC | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VRHADD | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQDMULL (vector) | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQDMLSDH and VQRDMLSDH | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQDMLADH and VQRDMLADH | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VRSHL | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VSHL insn | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQRSHL | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQSHL (vector) | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQADD, VQSUB (vector) | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQDMULH, VQRDMULH (vector) | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQDMULL scalar | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQDMULH and VQRDMULH (scalar) | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VQADD and VQSUB | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VPST | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VBRSR | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VHADD, VHSUB (scalar) | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VSUB, VMUL (scalar) | Peter Maydell |
2021-06-24 | target/arm: Implement MVE VADD (scalar) | Peter Maydell |
2021-06-21 | target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH | Peter Maydell |
2021-06-21 | target/arm: Implement MVE VMLSLDAV | Peter Maydell |