aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-a64.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-01target/arm/translate-a64: Don't underdecode FP insnsPeter Maydell1-1/+21
2019-02-01target/arm/translate-a64: Don't underdecode add/sub extended registerPeter Maydell1-1/+2
2019-02-01target/arm/translate-a64: Don't underdecode SIMD ld/st singlePeter Maydell1-1/+10
2019-02-01target/arm/translate-a64: Don't underdecode SIMD ld/st multiplePeter Maydell1-1/+6
2019-02-01target/arm/translate-a64: Don't underdecode PRFMPeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Don't underdecode system instructionsPeter Maydell1-1/+5
2019-01-21target/arm: Tidy TBI handling in gen_a64_set_pcRichard Henderson1-43/+23
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson1-6/+7
2019-01-21target/arm: Decode Load/store register (pac)Richard Henderson1-0/+61
2019-01-21target/arm: Decode PAuth within disas_uncond_b_regRichard Henderson1-1/+81
2019-01-21target/arm: Rearrange decode in disas_uncond_b_regRichard Henderson1-11/+36
2019-01-21target/arm: Add new_pc argument to helper_exception_returnRichard Henderson1-1/+6
2019-01-21target/arm: Decode PAuth within disas_data_proc_2srcRichard Henderson1-0/+8
2019-01-21target/arm: Decode PAuth within disas_data_proc_1srcRichard Henderson1-0/+146
2019-01-21target/arm: Rearrange decode in disas_data_proc_1srcRichard Henderson1-9/+22
2019-01-21target/arm: Decode PAuth within system hint spaceRichard Henderson1-12/+81
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson1-0/+1
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson1-10/+12
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson1-0/+12
2018-11-06target/arm: Remove can't-happen if() from handle_vec_simd_shli()Peter Maydell1-5/+3
2018-10-24target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGERichard Henderson1-38/+0
2018-10-24target/arm: Use gvec for NEON_3R_VMLRichard Henderson1-106/+0
2018-10-24target/arm: Use gvec for VSRI, VSLIRichard Henderson1-151/+1
2018-10-24target/arm: Use gvec for VSRARichard Henderson1-106/+0
2018-10-24target/arm: Use gvec for NEON_3R_LOGIC insnsRichard Henderson1-61/+0
2018-10-24target/arm: Promote consecutive memory ops for aa64Richard Henderson1-26/+40
2018-10-24target/arm: Use tcg_gen_gvec_dup_i64 for LD[1-4]RRichard Henderson1-25/+3
2018-10-24target/arm: Don't call tcg_clear_temp_countRichard Henderson1-1/+0
2018-10-24target/arm: Hoist address increment for vector memory opsRichard Henderson1-4/+8
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson1-20/+20
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson1-2/+2
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson1-51/+50
2018-10-18target/arm: Check HAVE_CMPXCHG128 at translate timeRichard Henderson1-16/+22
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson1-2/+6
2018-08-16target/arm: Fix aa64 FCADD and FCMLA decodeRichard Henderson1-6/+6
2018-08-16target/arm: Dump SVE state if enabledRichard Henderson1-11/+82
2018-08-16target/arm: Reformat integer register dumpRichard Henderson1-7/+6
2018-06-29target/arm: Fix SVE system register access checksRichard Henderson1-3/+2
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson1-0/+36
2018-06-29target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson1-9/+12
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-3/+3
2018-05-18target/arm: Add SVE decode skeletonRichard Henderson1-1/+6
2018-05-18target/arm: Introduce translate-a64.hRichard Henderson1-97/+15
2018-05-17target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée1-7/+30
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ée1-17/+71
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