aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-15target/arm: Implement FCVT (scalar, fixed-point) for fp16Richard Henderson1-2/+15
2018-05-15target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson3-18/+122
2018-05-15target/arm: Early exit after unallocated_encoding in disas_fp_int_convRichard Henderson1-1/+1
2018-05-15target/arm: Implement FMOV (general) for fp16Richard Henderson1-0/+21
2018-05-15target/arm: Fix fp_status_f16 tininess before roundingPeter Maydell1-0/+2
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell7-122/+464
2018-05-10target/arm: Clear SVE high bits for FMOVRichard Henderson1-12/+5
2018-05-10target/arm: Fix float16 to/from int16Richard Henderson3-6/+55
2018-05-10target/arm: Implement vector shifted FCVT for fp16Richard Henderson1-18/+45
2018-05-10target/arm: Implement vector shifted SCVF/UCVF for fp16Richard Henderson1-13/+20
2018-05-10target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson1-0/+1
2018-05-10target/arm: Implement CAS and CASPRichard Henderson3-3/+161
2018-05-10target/arm: Fill in disas_ldst_atomicRichard Henderson1-2/+36
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson2-43/+134
2018-05-10target/arm: Use new min/max expandersRichard Henderson1-32/+14
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota2-11/+6
2018-05-09target/arm: avoid integer overflow in next_page PC checkEmilio G. Cota2-7/+6
2018-05-04target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_routeEric Auger2-1/+40
2018-05-04target/arm: Implement v8M VLLDM and VLSTMPeter Maydell1-1/+16
2018-05-04target/arm: Tidy condition in disas_simd_two_reg_miscRichard Henderson1-1/+5
2018-05-04target/arm: Tidy conditions in handle_vec_simd_shriRichard Henderson1-5/+1
2018-05-04target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...Mathew Maidment1-1/+1
2018-04-26target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay2-4/+5
2018-04-26target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay1-1/+1
2018-04-26target/arm: Allow EL change hooks to do IOAaron Lindsay2-0/+18
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay5-9/+58
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay3-18/+30
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay1-10/+0