aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-2/+2
2018-06-08target/arm: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-2/+2
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2-7/+7
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2-7/+7
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-7/+0
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé7-7/+0
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-31Correct CPACR reset value for v7 coresPeter Maydell1-1/+9
2018-05-31arm: fix malloc type mismatchPaolo Bonzini1-2/+1
2018-05-31tcg: Fix helper function vs host abi for float16Richard Henderson2-62/+63
2018-05-31target/arm: Honour FPCR.FZ in FRECPXPeter Maydell1-0/+6
2018-05-18target/arm: Implement SVE Permute - Extract GroupRichard Henderson4-0/+124
2018-05-18target/arm: Implement SVE Integer Wide Immediate - Predicated GroupRichard Henderson4-1/+224
2018-05-18target/arm: Implement SVE Bitwise Immediate GroupRichard Henderson2-0/+66
2018-05-18target/arm: Implement SVE Element Count GroupRichard Henderson4-1/+465
2018-05-18target/arm: Implement SVE floating-point trig select coefficientRichard Henderson4-0/+72
2018-05-18target/arm: Implement SVE floating-point exponential acceleratorRichard Henderson4-0/+125
2018-05-18target/arm: Implement SVE Compute Vector Address GroupRichard Henderson4-0/+93
2018-05-18target/arm: Implement SVE Bitwise Shift - Unpredicated GroupRichard Henderson4-0/+153
2018-05-18target/arm: Implement SVE Stack Allocation GroupRichard Henderson2-0/+39
2018-05-18target/arm: Implement SVE Index Generation GroupRichard Henderson4-0/+138
2018-05-18target/arm: Implement SVE Integer Arithmetic - Unpredicated GroupRichard Henderson2-0/+47
2018-05-18target/arm: Implement SVE Integer Multiply-Add GroupRichard Henderson4-0/+126
2018-05-18target/arm: Implement SVE Integer Arithmetic - Unary Predicated GroupRichard Henderson4-0/+323
2018-05-18target/arm: Implement SVE bitwise shift by wide elements (predicated)Richard Henderson4-0/+86
2018-05-18target/arm: Implement SVE bitwise shift by vector (predicated)Richard Henderson4-0/+64
2018-05-18target/arm: Implement SVE bitwise shift by immediate (predicated)Richard Henderson4-0/+445
2018-05-18target/arm: Implement SVE Integer Reduction GroupRichard Henderson4-0/+225
2018-05-18target/arm: Implement SVE Integer Binary Arithmetic - Predicated GroupRichard Henderson4-0/+449
2018-05-18target/arm: Implement SVE Predicate Misc GroupRichard Henderson5-0/+331
2018-05-18target/arm: Implement SVE Predicate Logical Operations GroupRichard Henderson5-1/+429
2018-05-18target/arm: Implement SVE predicate testRichard Henderson6-1/+171
2018-05-18target/arm: Implement SVE load vector/predicateRichard Henderson2-0/+147
2018-05-18target/arm: Implement SVE Bitwise Logical - Unpredicated GroupRichard Henderson1-8/+47
2018-05-18target/arm: Add SVE decode skeletonRichard Henderson4-1/+124
2018-05-18target/arm: Introduce translate-a64.hRichard Henderson2-97/+133
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida4-0/+129
2018-05-18target/arm: Add "_S" suffix to the secure version of a sysregAbdallah Bouassida1-11/+18
2018-05-18target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo typeAbdallah Bouassida2-2/+3
2018-05-17target/arm: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2-11/+2
2018-05-17target/arm: Use floatX_silence_nan when we have already checked for SNaNRichard Henderson2-9/+9
2018-05-17target/arm: squash FZ16 behaviour for conversionsAlex Bennée1-4/+36
2018-05-17target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée5-77/+112
2018-05-15target/arm: Fix sqrt_f16 exception raisingAlex Bennée1-1/+2
2018-05-15target/arm: Implement FMOV (immediate) for fp16Alex Bennée1-3/+17
2018-05-15target/arm: Implement FCSEL for fp16Alex Bennée1-6/+25
2018-05-15target/arm: Implement FCMP for fp16Alex Bennée3-17/+83
2018-05-15target/arm: Implement FP data-processing (3 source) for fp16Richard Henderson1-0/+48
2018-05-15target/arm: Implement FP data-processing (2 source) for fp16Richard Henderson1-0/+65
2018-05-15target/arm: Introduce and use read_fp_hregRichard Henderson1-16/+14