aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2018-05-18target/arm: Implement SVE Permute - Extract Grouppull-target-arm-20180518Richard 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
2018-05-15target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson
2018-05-15target/arm: Early exit after unallocated_encoding in disas_fp_int_convRichard Henderson
2018-05-15target/arm: Implement FMOV (general) for fp16Richard Henderson
2018-05-15target/arm: Fix fp_status_f16 tininess before roundingPeter Maydell
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell
2018-05-10target/arm: Clear SVE high bits for FMOVpull-target-arm-20180510Richard Henderson
2018-05-10target/arm: Fix float16 to/from int16Richard Henderson
2018-05-10target/arm: Implement vector shifted FCVT for fp16Richard Henderson
2018-05-10target/arm: Implement vector shifted SCVF/UCVF for fp16Richard Henderson
2018-05-10target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson