aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-a64.c
AgeCommit message (Expand)Author
2018-11-06target/arm: Remove can't-happen if() from handle_vec_simd_shli()Peter Maydell
2018-10-24target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGERichard Henderson
2018-10-24target/arm: Use gvec for NEON_3R_VMLRichard Henderson
2018-10-24target/arm: Use gvec for VSRI, VSLIRichard Henderson
2018-10-24target/arm: Use gvec for VSRARichard Henderson
2018-10-24target/arm: Use gvec for NEON_3R_LOGIC insnsRichard Henderson
2018-10-24target/arm: Promote consecutive memory ops for aa64Richard Henderson
2018-10-24target/arm: Use tcg_gen_gvec_dup_i64 for LD[1-4]RRichard Henderson
2018-10-24target/arm: Don't call tcg_clear_temp_countRichard Henderson
2018-10-24target/arm: Hoist address increment for vector memory opsRichard Henderson
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson
2018-10-18target/arm: Check HAVE_CMPXCHG128 at translate timeRichard Henderson
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson
2018-08-16target/arm: Fix aa64 FCADD and FCMLA decodeRichard Henderson
2018-08-16target/arm: Dump SVE state if enabledRichard Henderson
2018-08-16target/arm: Reformat integer register dumpRichard Henderson
2018-06-29target/arm: Fix SVE system register access checksRichard Henderson
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson
2018-06-29target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-18target/arm: Add SVE decode skeletonRichard Henderson
2018-05-18target/arm: Introduce translate-a64.hRichard Henderson
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-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell
2018-05-10target/arm: Clear SVE high bits for FMOVRichard 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: Implement CAS and CASPRichard Henderson
2018-05-10target/arm: Fill in disas_ldst_atomicRichard Henderson
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson
2018-05-10target/arm: Use new min/max expandersRichard Henderson
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2018-05-04target/arm: Tidy condition in disas_simd_two_reg_miscRichard Henderson
2018-05-04target/arm: Tidy conditions in handle_vec_simd_shriRichard Henderson
2018-04-26target/arm: Allow EL change hooks to do IOAaron Lindsay
2018-03-23target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRKPeter Maydell