aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-sve.c
AgeCommit message (Expand)Author
2019-05-13tcg: Specify optional vector requirements with a listRichard Henderson
2019-05-06decodetree: Add DisasContext argument to !function expandersRichard Henderson
2019-03-15target/arm: Check access permission to ADDVL/ADDPL/RDVLpull-target-arm-20190315Amir Charif
2019-02-15target/arm: Rely on optimization within tcg_gen_gvec_orRichard Henderson
2018-10-31decodetree: Remove "insn" argument from trans_* expandersRichard Henderson
2018-10-08target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson
2018-10-08target/arm: Rewrite vector gather first-fault loadsRichard Henderson
2018-10-08target/arm: Rewrite vector gather storesRichard Henderson
2018-10-08target/arm: Rewrite vector gather loadsRichard Henderson
2018-10-08target/arm: Split contiguous stores for endiannessRichard Henderson
2018-10-08target/arm: Split contiguous loads for endiannessRichard Henderson
2018-10-08target/arm: Clear unused predicate bits for LD1RQRichard Henderson
2018-08-16target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-halfRichard Henderson
2018-08-16target/arm: Fix offset scaling for LD_zprr and ST_zprrRichard Henderson
2018-08-16target/arm: Fix offset for LD1R instructionsRichard Henderson
2018-08-16target/arm: Fix sign-extension in sve do_ldr/do_strRichard Henderson
2018-08-14target/arm: Reorganize SVE WHILERichard Henderson
2018-08-14target/arm: Fix typo in do_sat_addsub_64Richard Henderson
2018-07-09target/arm: Fix do_predset for large VLRichard Henderson
2018-07-09target/arm: Suppress Coverity warning for PRFRichard Henderson
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson
2018-06-29target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE fp complex multiply addRichard Henderson
2018-06-29target/arm: Implement SVE floating-point complex addRichard Henderson
2018-06-29target/arm: Implement SVE MOVPRFXRichard Henderson
2018-06-29target/arm: Implement SVE floating-point unary operationsRichard Henderson
2018-06-29target/arm: Implement SVE floating-point round to integral valueRichard Henderson
2018-06-29target/arm: Implement SVE floating-point convert to integerRichard Henderson
2018-06-29target/arm: Implement SVE floating-point convert precisionRichard Henderson
2018-06-29target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson
2018-06-29target/arm: Implement SVE FP Compare with Zero GroupRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson
2018-06-29target/arm: Implement SVE FP Fast Reduction GroupRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson
2018-06-29target/arm: Implement SVE floating-point arithmetic with immediateRichard Henderson
2018-06-29target/arm: Implement SVE floating-point compare vectorsRichard Henderson
2018-06-29target/arm: Implement SVE scatter store vector immediateRichard Henderson
2018-06-29target/arm: Implement SVE first-fault gather loadsRichard Henderson
2018-06-29target/arm: Implement SVE gather loadsRichard Henderson
2018-06-29target/arm: Implement SVE prefetchesRichard Henderson
2018-06-29target/arm: Implement SVE scatter storesRichard Henderson
2018-06-29target/arm: Implement SVE store vector/predicate registerRichard Henderson
2018-06-29target/arm: Implement SVE load and broadcast elementRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Accumulating Reduction GroupRichard Henderson
2018-06-29target/arm: Implement SVE FP Multiply-Add GroupRichard Henderson
2018-06-29target/arm: Implement SVE floating-point arithmetic (predicated)Richard Henderson
2018-06-29target/arm: Implement SVE integer convert to floating-pointRichard Henderson
2018-06-29target/arm: Implement SVE load and broadcast quadwordRichard Henderson
2018-06-29target/arm: Implement SVE Memory Contiguous Store GroupRichard Henderson