summaryrefslogtreecommitdiffstats
path: root/target/arm/translate-sve.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* target/arm: Implement SVE Memory Contiguous Store GroupRichard Henderson2018-06-291-0/+65
* target/arm: Implement SVE Contiguous Load, first-fault and no-faultRichard Henderson2018-06-291-0/+69
* target/arm: Implement SVE Memory Contiguous Load GroupRichard Henderson2018-06-291-0/+121
* target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson2018-06-151-0/+42
* target/arm: Implement SVE Integer Wide Immediate - Unpredicated GroupRichard Henderson2018-06-151-0/+144
* target/arm: Implement FDUP/DUPRichard Henderson2018-06-151-0/+37
* target/arm: Implement SVE Integer Compare - Scalars GroupRichard Henderson2018-06-151-0/+99
* target/arm: Implement SVE Predicate Count GroupRichard Henderson2018-06-151-0/+133
* target/arm: Implement SVE Partition Break GroupRichard Henderson2018-06-151-0/+106
* target/arm: Implement SVE Integer Compare - Immediate GroupRichard Henderson2018-06-151-0/+66