summaryrefslogtreecommitdiffstats
path: root/target/arm/translate-sve.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-1/+1
* tcg: Specify optional vector requirements with a listRichard Henderson2019-05-131-4/+5
* decodetree: Add DisasContext argument to !function expandersRichard Henderson2019-05-061-12/+12
* target/arm: Check access permission to ADDVL/ADDPL/RDVLAmir Charif2019-03-151-8/+14
* target/arm: Rely on optimization within tcg_gen_gvec_orRichard Henderson2019-02-151-5/+1Star
* decodetree: Remove "insn" argument from trans_* expandersRichard Henderson2018-10-311-263/+244Star
* target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson2018-10-081-23/+44
* target/arm: Rewrite vector gather first-fault loadsRichard Henderson2018-10-081-42/+42
* target/arm: Rewrite vector gather storesRichard Henderson2018-10-081-25/+49
* target/arm: Rewrite vector gather loadsRichard Henderson2018-10-081-81/+167
* target/arm: Split contiguous stores for endiannessRichard Henderson2018-10-081-17/+55
* target/arm: Split contiguous loads for endiannessRichard Henderson2018-10-081-71/+143
* target/arm: Clear unused predicate bits for LD1RQRichard Henderson2018-10-081-1/+22
* target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-halfRichard Henderson2018-08-161-2/+2
* target/arm: Fix offset scaling for LD_zprr and ST_zprrRichard Henderson2018-08-161-3/+2Star
* target/arm: Fix offset for LD1R instructionsRichard Henderson2018-08-161-1/+2
* target/arm: Fix sign-extension in sve do_ldr/do_strRichard Henderson2018-08-161-10/+8Star
* target/arm: Reorganize SVE WHILERichard Henderson2018-08-141-17/+32
* target/arm: Fix typo in do_sat_addsub_64Richard Henderson2018-08-141-1/+1
* target/arm: Fix do_predset for large VLRichard Henderson2018-07-091-8/+2Star
* target/arm: Suppress Coverity warning for PRFRichard Henderson2018-07-091-2/+2
* target/arm: Implement SVE dot product (indexed)Richard Henderson2018-06-291-0/+18
* target/arm: Implement SVE dot product (vectors)Richard Henderson2018-06-291-0/+17
* target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson2018-06-291-0/+23
* target/arm: Implement SVE fp complex multiply addRichard Henderson2018-06-291-0/+37
* target/arm: Implement SVE floating-point complex addRichard Henderson2018-06-291-0/+24
* target/arm: Implement SVE MOVPRFXRichard Henderson2018-06-291-1/+59
* target/arm: Implement SVE floating-point unary operationsRichard Henderson2018-06-291-0/+26
* target/arm: Implement SVE floating-point round to integral valueRichard Henderson2018-06-291-0/+77
* target/arm: Implement SVE floating-point convert to integerRichard Henderson2018-06-291-0/+70
* target/arm: Implement SVE floating-point convert precisionRichard Henderson2018-06-291-0/+30
* target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson2018-06-291-0/+27
* target/arm: Implement SVE FP Compare with Zero GroupRichard Henderson2018-06-291-0/+43
* target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson2018-06-291-0/+47
* target/arm: Implement SVE FP Fast Reduction GroupRichard Henderson2018-06-291-0/+57
* target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson2018-06-291-0/+50
* target/arm: Implement SVE floating-point arithmetic with immediateRichard Henderson2018-06-291-0/+75
* target/arm: Implement SVE floating-point compare vectorsRichard Henderson2018-06-291-0/+40
* target/arm: Implement SVE scatter store vector immediateRichard Henderson2018-06-291-26/+59
* target/arm: Implement SVE first-fault gather loadsRichard Henderson2018-06-291-2/+38
* target/arm: Implement SVE gather loadsRichard Henderson2018-06-291-0/+100
* target/arm: Implement SVE prefetchesRichard Henderson2018-06-291-0/+21
* target/arm: Implement SVE scatter storesRichard Henderson2018-06-291-0/+75
* target/arm: Implement SVE store vector/predicate registerRichard Henderson2018-06-291-0/+103
* target/arm: Implement SVE load and broadcast elementRichard Henderson2018-06-291-0/+62
* target/arm: Implement SVE Floating Point Accumulating Reduction GroupRichard Henderson2018-06-291-0/+45
* target/arm: Implement SVE FP Multiply-Add GroupRichard Henderson2018-06-291-0/+49
* target/arm: Implement SVE floating-point arithmetic (predicated)Richard Henderson2018-06-291-0/+46
* target/arm: Implement SVE integer convert to floating-pointRichard Henderson2018-06-291-0/+90
* target/arm: Implement SVE load and broadcast quadwordRichard Henderson2018-06-291-0/+52