Age | Commit message (Expand) | Author | Files | Lines |
2021-05-25 | target/arm: Implement SVE2 FLOGB | Stephen Long | 4 | -0/+119 |
2021-05-25 | target/arm: Implement SVE2 FCVTXNT, FCVTX | Stephen Long | 2 | -10/+41 |
2021-05-25 | target/arm: Implement SVE2 FCVTLT | Stephen Long | 4 | -0/+46 |
2021-05-25 | target/arm: Implement SVE2 FCVTNT | Richard Henderson | 4 | -0/+45 |
2021-05-25 | target/arm: Implement SVE2 TBL, TBX | Stephen Long | 4 | -19/+119 |
2021-05-25 | target/arm: Implement SVE2 crypto constructive binary operations | Richard Henderson | 3 | -0/+25 |
2021-05-25 | target/arm: Implement SVE2 crypto destructive binary operations | Richard Henderson | 3 | -0/+50 |
2021-05-25 | target/arm: Implement SVE2 crypto unary operations | Richard Henderson | 2 | -0/+17 |
2021-05-25 | target/arm: Implement SVE mixed sign dot product | Richard Henderson | 4 | -0/+22 |
2021-05-25 | target/arm: Implement SVE mixed sign dot product (indexed) | Richard Henderson | 5 | -0/+31 |
2021-05-25 | target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h} | Richard Henderson | 1 | -131/+29 |
2021-05-25 | target/arm: Macroize helper_gvec_{s,u}dot_{b,h} | Richard Henderson | 1 | -64/+22 |
2021-05-25 | target/arm: Implement SVE2 complex integer dot product | Richard Henderson | 4 | -0/+135 |
2021-05-25 | target/arm: Implement SVE2 complex integer multiply-add (indexed) | Richard Henderson | 4 | -0/+64 |
2021-05-25 | target/arm: Implement SVE2 integer multiply long (indexed) | Richard Henderson | 4 | -0/+31 |
2021-05-25 | target/arm: Implement SVE2 multiply-add long (indexed) | Richard Henderson | 4 | -0/+71 |
2021-05-25 | target/arm: Implement SVE2 saturating multiply high (indexed) | Richard Henderson | 4 | -0/+118 |
2021-05-25 | target/arm: Implement SVE2 signed saturating doubling multiply high | Richard Henderson | 4 | -0/+116 |
2021-05-25 | target/arm: Implement SVE2 saturating multiply (indexed) | Richard Henderson | 4 | -0/+51 |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add (indexed) | Richard Henderson | 4 | -0/+76 |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add high (indexed) | Richard Henderson | 4 | -0/+66 |
2021-05-25 | target/arm: Implement SVE2 integer multiply-add (indexed) | Richard Henderson | 2 | -0/+39 |
2021-05-25 | target/arm: Implement SVE2 integer multiply (indexed) | Richard Henderson | 2 | -0/+37 |
2021-05-25 | target/arm: Split out formats for 3 vectors + 1 index | Richard Henderson | 2 | -20/+47 |
2021-05-25 | target/arm: Split out formats for 2 vectors + 1 index | Richard Henderson | 1 | -4/+10 |
2021-05-25 | target/arm: Pass separate addend to FCMLA helpers | Richard Henderson | 5 | -51/+62 |
2021-05-25 | target/arm: Pass separate addend to {U, S}DOT helpers | Richard Henderson | 6 | -77/+110 |
2021-05-25 | target/arm: Use correct output type for gvec_sdot_*_b | Richard Henderson | 1 | -4/+4 |
2021-05-25 | target/arm: Implement SVE2 SPLICE, EXT | Stephen Long | 2 | -7/+39 |
2021-05-25 | target/arm: Implement SVE2 FMMLA | Stephen Long | 5 | -0/+125 |
2021-05-25 | target/arm: Implement SVE2 gather load insns | Stephen Long | 2 | -0/+19 |
2021-05-25 | target/arm: Implement SVE2 scatter store insns | Stephen Long | 2 | -0/+18 |
2021-05-25 | target/arm: Implement SVE2 XAR | Richard Henderson | 8 | -21/+172 |
2021-05-25 | target/arm: Implement SVE2 HISTCNT, HISTSEG | Stephen Long | 4 | -0/+163 |
2021-05-25 | target/arm: Implement SVE2 RSUBHNB, RSUBHNT | Stephen Long | 4 | -0/+22 |
2021-05-25 | target/arm: Implement SVE2 SUBHNB, SUBHNT | Stephen Long | 4 | -0/+23 |
2021-05-25 | target/arm: Implement SVE2 RADDHNB, RADDHNT | Stephen Long | 4 | -0/+22 |
2021-05-25 | target/arm: Implement SVE2 ADDHNB, ADDHNT | Stephen Long | 4 | -0/+62 |
2021-05-25 | target/arm: Implement SVE2 complex integer multiply-add | Richard Henderson | 6 | -8/+113 |
2021-05-25 | target/arm: Implement SVE2 integer multiply-add long | Richard Henderson | 4 | -0/+133 |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add high | Richard Henderson | 4 | -6/+195 |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add long | Richard Henderson | 4 | -0/+112 |
2021-05-25 | target/arm: Implement SVE2 MATCH, NMATCH | Stephen Long | 4 | -0/+101 |
2021-05-25 | target/arm: Implement SVE2 bitwise ternary operations | Richard Henderson | 4 | -0/+281 |
2021-05-25 | target/arm: Implement SVE2 WHILERW, WHILEWR | Richard Henderson | 2 | -0/+70 |
2021-05-25 | target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS | Richard Henderson | 4 | -17/+82 |
2021-05-25 | target/arm: Implement SVE2 SQSHRN, SQRSHRN | Richard Henderson | 4 | -0/+149 |
2021-05-25 | target/arm: Implement SVE2 UQSHRN, UQRSHRN | Richard Henderson | 4 | -0/+137 |
2021-05-25 | target/arm: Implement SVE2 SQSHRUN, SQRSHRUN | Richard Henderson | 4 | -0/+153 |
2021-05-25 | target/arm: Implement SVE2 SHRN, RSHRN | Richard Henderson | 4 | -2/+236 |