aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-a64.c
AgeCommit message (Expand)Author
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2020-01-09target/arm: only update pc after semihosting completesAlex Bennée
2020-01-08arm/translate-a64: fix uninitialized variable warningPan Nengyuan
2019-10-24target/arm: Rebuild hflags at MSR writesRichard Henderson
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-09-03target/arm: Allow ARMCPRegInfo read/write functions to throw exceptionsPeter Maydell
2019-09-03Revert "target/arm: Use unallocated_encoding for aarch32"Richard Henderson
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-08-16target/arm: Use unallocated_encoding for aarch32Richard Henderson
2019-08-16target/arm: Remove offset argument to gen_exception_bkpt_insnRichard Henderson
2019-08-16target/arm: Replace offset with pc in gen_exception_internal_insnRichard Henderson
2019-08-16target/arm: Replace offset with pc in gen_exception_insnRichard Henderson
2019-08-16target/arm: Replace s->pc with s->base.pc_nextRichard Henderson
2019-08-16target/arm: Introduce pc_currRichard Henderson
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell
2019-08-16target/arm: Factor out 'generate singlestep exception' functionPeter Maydell
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé
2019-06-17target/arm: Move vfp_expand_imm() to translate.[ch]Peter Maydell
2019-06-13target/arm: Use tcg_gen_gvec_bitselRichard Henderson
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10tcg: Create struct CPUTLBRichard Henderson
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-23target/arm: Simplify BFXIL expansionRichard Henderson
2019-05-23target/arm: Use extract2 for EXTRRichard Henderson
2019-05-13target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_absRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-03-25target/arm: Fix non-parallel expansion of CASPRichard Henderson
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson
2019-03-05target/arm: Restructure handle_fp_1src_{single, double}Richard Henderson
2019-03-05target/arm: Implement ARMv8.5-CondMRichard Henderson
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson
2019-03-05target/arm: Rearrange disas_data_proc_regRichard Henderson
2019-03-05target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson
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