aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate.h
AgeCommit message (Expand)Author
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-03Revert "target/arm: Use unallocated_encoding for aarch32"Richard Henderson
2019-08-16target/arm: Use unallocated_encoding for aarch32Richard 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-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell
2019-04-29target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell
2019-04-29target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-03-05target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson
2019-02-15target/arm: Use vector operations for saturationRichard Henderson
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard 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-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson
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: Convert v8 extensions from feature bits to isar testsRichard Henderson
2018-10-08target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell
2018-05-17target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée
2018-05-09target/arm: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson
2018-02-09target/arm: Add SVE state to TB->FLAGSRichard Henderson
2018-01-25target/arm: Mark disas_set_insn_syndrome inlineRichard Henderson
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-09-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170907'...Peter Maydell
2017-09-07target/arm: Implement BXNS, and banked stack pointersPeter Maydell
2017-09-06target/arm: [tcg] Port to generic translation frameworkLluís Vilanova
2017-09-06target/arm: [tcg] Port to translate_insnLluís Vilanova
2017-09-06target/arm: [tcg] Port to DisasContextBaseLluís Vilanova
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-09-06target/arm: Use DISAS_NORETURNRichard Henderson
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-17target/arm/translate.h: expand comment on DISAS_EXITAlex Bennée
2017-06-05target/arm: optimize indirect branchesEmilio G. Cota
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell
2017-04-20arm: Implement M profile exception return properlyPeter Maydell
2017-04-20arm: Track M profile handler mode state in TB flagsPeter Maydell
2017-02-07target/arm: A32, T32: Create Instruction Syndromes for Data AbortsPeter Maydell