aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2018-06-08target/arm: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell
2018-05-31Correct CPACR reset value for v7 coresPeter Maydell
2018-05-31arm: fix malloc type mismatchPaolo Bonzini
2018-05-31tcg: Fix helper function vs host abi for float16Richard Henderson
2018-05-31target/arm: Honour FPCR.FZ in FRECPXPeter Maydell
2018-05-18target/arm: Implement SVE Permute - Extract GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Wide Immediate - Predicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE Bitwise Immediate GroupRichard Henderson
2018-05-18target/arm: Implement SVE Element Count GroupRichard Henderson
2018-05-18target/arm: Implement SVE floating-point trig select coefficientRichard Henderson
2018-05-18target/arm: Implement SVE floating-point exponential acceleratorRichard Henderson
2018-05-18target/arm: Implement SVE Compute Vector Address GroupRichard Henderson
2018-05-18target/arm: Implement SVE Bitwise Shift - Unpredicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE Stack Allocation GroupRichard Henderson
2018-05-18target/arm: Implement SVE Index Generation GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Arithmetic - Unpredicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Multiply-Add GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Arithmetic - Unary Predicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE bitwise shift by wide elements (predicated)Richard Henderson
2018-05-18target/arm: Implement SVE bitwise shift by vector (predicated)Richard Henderson
2018-05-18target/arm: Implement SVE bitwise shift by immediate (predicated)Richard Henderson
2018-05-18target/arm: Implement SVE Integer Reduction GroupRichard Henderson
2018-05-18target/arm: Implement SVE Integer Binary Arithmetic - Predicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE Predicate Misc GroupRichard Henderson
2018-05-18target/arm: Implement SVE Predicate Logical Operations GroupRichard Henderson
2018-05-18target/arm: Implement SVE predicate testRichard Henderson
2018-05-18target/arm: Implement SVE load vector/predicateRichard Henderson
2018-05-18target/arm: Implement SVE Bitwise Logical - Unpredicated GroupRichard Henderson
2018-05-18target/arm: Add SVE decode skeletonRichard Henderson
2018-05-18target/arm: Introduce translate-a64.hRichard Henderson
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida
2018-05-18target/arm: Add "_S" suffix to the secure version of a sysregAbdallah Bouassida
2018-05-18target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo typeAbdallah Bouassida
2018-05-17target/arm: Remove floatX_maybe_silence_nan from conversionsRichard Henderson
2018-05-17target/arm: Use floatX_silence_nan when we have already checked for SNaNRichard Henderson
2018-05-17target/arm: squash FZ16 behaviour for conversionsAlex Bennée
2018-05-17target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée
2018-05-15target/arm: Fix sqrt_f16 exception raisingAlex Bennée
2018-05-15target/arm: Implement FMOV (immediate) for fp16Alex Bennée
2018-05-15target/arm: Implement FCSEL for fp16Alex Bennée
2018-05-15target/arm: Implement FCMP for fp16Alex Bennée
2018-05-15target/arm: Implement FP data-processing (3 source) for fp16Richard Henderson
2018-05-15target/arm: Implement FP data-processing (2 source) for fp16Richard Henderson
2018-05-15target/arm: Introduce and use read_fp_hregRichard Henderson
2018-05-15target/arm: Implement FCVT (scalar, fixed-point) for fp16Richard Henderson