Age | Commit message (Expand) | Author | Files | Lines |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add high (indexed) | Richard Henderson | 1 | -0/+14 |
2021-05-25 | target/arm: Implement SVE2 FMMLA | Stephen Long | 1 | -0/+3 |
2021-05-25 | target/arm: Implement SVE2 XAR | Richard Henderson | 1 | -0/+4 |
2021-05-25 | target/arm: Implement SVE2 HISTCNT, HISTSEG | Stephen Long | 1 | -0/+7 |
2021-05-25 | target/arm: Implement SVE2 RSUBHNB, RSUBHNT | Stephen Long | 1 | -0/+8 |
2021-05-25 | target/arm: Implement SVE2 SUBHNB, SUBHNT | Stephen Long | 1 | -0/+8 |
2021-05-25 | target/arm: Implement SVE2 RADDHNB, RADDHNT | Stephen Long | 1 | -0/+8 |
2021-05-25 | target/arm: Implement SVE2 ADDHNB, ADDHNT | Stephen Long | 1 | -0/+8 |
2021-05-25 | target/arm: Implement SVE2 complex integer multiply-add | Richard Henderson | 1 | -0/+18 |
2021-05-25 | target/arm: Implement SVE2 integer multiply-add long | Richard Henderson | 1 | -0/+28 |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add long | Richard Henderson | 1 | -0/+14 |
2021-05-25 | target/arm: Implement SVE2 MATCH, NMATCH | Stephen Long | 1 | -0/+10 |
2021-05-25 | target/arm: Implement SVE2 bitwise ternary operations | Richard Henderson | 1 | -0/+6 |
2021-05-25 | target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS | Richard Henderson | 1 | -1/+2 |
2021-05-25 | target/arm: Implement SVE2 SQSHRN, SQRSHRN | Richard Henderson | 1 | -0/+16 |
2021-05-25 | target/arm: Implement SVE2 UQSHRN, UQRSHRN | Richard Henderson | 1 | -0/+16 |
2021-05-25 | target/arm: Implement SVE2 SQSHRUN, SQRSHRUN | Richard Henderson | 1 | -0/+16 |
2021-05-25 | target/arm: Implement SVE2 SHRN, RSHRN | Richard Henderson | 1 | -0/+16 |
2021-05-25 | target/arm: Implement SVE2 floating-point pairwise | Stephen Long | 1 | -0/+35 |
2021-05-25 | target/arm: Implement SVE2 saturating extract narrow | Richard Henderson | 1 | -0/+24 |
2021-05-25 | target/arm: Implement SVE2 integer add/subtract long with carry | Richard Henderson | 1 | -0/+3 |
2021-05-25 | target/arm: Implement SVE2 integer absolute difference and accumulate long | Richard Henderson | 1 | -0/+14 |
2021-05-25 | target/arm: Implement SVE2 complex integer add | Richard Henderson | 1 | -0/+10 |
2021-05-25 | target/arm: Implement SVE2 bitwise permute | Richard Henderson | 1 | -0/+15 |
2021-05-25 | target/arm: Implement SVE2 bitwise exclusive-or interleaved | Richard Henderson | 1 | -0/+5 |
2021-05-25 | target/arm: Implement SVE2 bitwise shift left long | Richard Henderson | 1 | -0/+8 |
2021-05-25 | target/arm: Implement SVE2 PMULLB, PMULLT | Richard Henderson | 1 | -0/+1 |
2021-05-25 | target/arm: Implement SVE2 integer multiply long | Richard Henderson | 1 | -0/+15 |
2021-05-25 | target/arm: Implement SVE2 integer add/subtract wide | Richard Henderson | 1 | -0/+16 |
2021-05-25 | target/arm: Implement SVE2 integer add/subtract long | Richard Henderson | 1 | -0/+24 |
2021-05-25 | target/arm: Implement SVE2 saturating add/subtract (predicated) | Richard Henderson | 1 | -0/+54 |
2021-05-25 | target/arm: Implement SVE2 integer pairwise arithmetic | Richard Henderson | 1 | -0/+45 |
2021-05-25 | target/arm: Implement SVE2 integer halving add/subtract (predicated) | Richard Henderson | 1 | -0/+54 |
2021-05-25 | target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated) | Richard Henderson | 1 | -0/+54 |
2021-05-25 | target/arm: Implement SVE2 integer unary operations (predicated) | Richard Henderson | 1 | -0/+13 |
2021-05-25 | target/arm: Implement SVE2 integer pairwise add and accumulate long | Richard Henderson | 1 | -0/+14 |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-08-28 | target/arm: Merge helper_sve_clr_* and helper_sve_movz_* | Richard Henderson | 1 | -5/+0 |
2020-06-26 | target/arm: Add mte helpers for sve scatter/gather memory ops | Richard Henderson | 1 | -0/+285 |
2020-06-26 | target/arm: Add mte helpers for sve scalar + int ff/nf loads | Richard Henderson | 1 | -0/+98 |
2020-06-26 | target/arm: Add mte helpers for sve scalar + int stores | Richard Henderson | 1 | -0/+47 |
2020-06-26 | target/arm: Add mte helpers for sve scalar + int loads | Richard Henderson | 1 | -0/+58 |
2020-05-11 | target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA | Richard Henderson | 1 | -19/+34 |
2020-02-21 | target/arm: Convert PMULL.8 to gvec | Richard Henderson | 1 | -0/+2 |
2018-10-08 | target/arm: Rewrite vector gather first-fault loads | Richard Henderson | 1 | -21/+63 |
2018-10-08 | target/arm: Rewrite vector gather stores | Richard Henderson | 1 | -13/+39 |
2018-10-08 | target/arm: Rewrite vector gather loads | Richard Henderson | 1 | -21/+63 |
2018-10-08 | target/arm: Split contiguous stores for endianness | Richard Henderson | 1 | -17/+35 |
2018-10-08 | target/arm: Split contiguous loads for endianness | Richard Henderson | 1 | -38/+83 |
2018-06-29 | target/arm: Implement SVE fp complex multiply add | Richard Henderson | 1 | -0/+4 |