summaryrefslogtreecommitdiff
path: root/target/arm/translate-a64.c
AgeCommit message (Expand)Author
2019-02-28target/arm: Implement FMLAL and FMLSL for aarch64Richard Henderson
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson
2019-02-21target/arm: Restructure disas_fp_int_convRichard Henderson
2019-02-15target/arm: Use vector operations for saturationRichard Henderson
2019-02-15target/arm: Use vector minmax expanders for aarch64Richard Henderson
2019-02-15target/arm: Rely on optimization within tcg_gen_gvec_orRichard Henderson
2019-02-05target/arm: Clean TBI for data operations in the translatorRichard Henderson
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson
2019-02-05target/arm: Set btype for indirect branchesRichard Henderson
2019-02-05target/arm: Reset btype for direct branchesRichard Henderson
2019-02-05target/arm: Default handling of BTYPE during translationRichard Henderson
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson
2019-02-05target/arm: Add PSTATE.BTYPERichard Henderson
2019-02-01target/arm: fix decoding of B{,L}RA{A,B}Remi Denis-Courmont
2019-02-01target/arm/translate-a64: Fix mishandling of size in FCMLA decodePeter Maydell
2019-02-01target/arm/translate-a64: Fix FCMLA decoding errorPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode SDOT and UDOTPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode FP insnsPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode add/sub extended registerPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode SIMD ld/st singlePeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode SIMD ld/st multiplePeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode PRFMPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode system instructionsPeter Maydell
2019-01-21target/arm: Tidy TBI handling in gen_a64_set_pcRichard Henderson
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson
2019-01-21target/arm: Decode Load/store register (pac)Richard Henderson
2019-01-21target/arm: Decode PAuth within disas_uncond_b_regRichard Henderson
2019-01-21target/arm: Rearrange decode in disas_uncond_b_regRichard Henderson
2019-01-21target/arm: Add new_pc argument to helper_exception_returnRichard Henderson
2019-01-21target/arm: Decode PAuth within disas_data_proc_2srcRichard Henderson
2019-01-21target/arm: Decode PAuth within disas_data_proc_1srcRichard Henderson
2019-01-21target/arm: Rearrange decode in disas_data_proc_1srcRichard Henderson
2019-01-21target/arm: Decode PAuth within system hint spaceRichard Henderson
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson
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