aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-14target/arm: Vectorize SABA/UABARichard Henderson1-0/+5
2020-05-14target/arm: Vectorize SABD/UABDRichard Henderson1-0/+5
2020-05-14target/arm: Create gen_gvec_{qrdmla,qrdmls}Richard Henderson1-0/+5
2020-05-14target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}Richard Henderson1-4/+9
2020-05-14target/arm: Create gen_gvec_{cmtst,ushl,sshl}Richard Henderson1-3/+7
2020-05-14target/arm: Create gen_gvec_{mla,mls}Richard Henderson1-2/+5
2020-05-14target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0Richard Henderson1-5/+11
2020-05-14target/arm: Create gen_gvec_{sri,sli}Richard Henderson1-2/+5
2020-05-14target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson1-0/+9
2020-05-14target/arm: Create gen_gvec_[us]sraRichard Henderson1-2/+5
2020-05-04target/arm: Move gen_ function typedefs to translate.hPeter Maydell1-0/+17
2020-05-04target/arm: Convert Neon 3-reg-same VADD/VSUB to decodetreePeter Maydell1-0/+9
2020-04-30target/arm: Vectorize integer comparison vs zeroRichard Henderson1-0/+5
2020-02-21target/arm: Vectorize USHL and SSHLRichard Henderson1-0/+6
2020-02-07target/arm: Update get_a64_user_mem_index for VHERichard Henderson1-0/+2
2020-02-07target/arm: Rename ARMMMUIdx_S1SE[01] to ARMMMUIdx_SE10_[01]Richard Henderson1-1/+1
2019-12-16target/arm: Handle AArch32 CP15 trapping via HSTR_EL2Marc Zyngier1-0/+2
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell1-1/+1
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-1/+1
2019-09-03Revert "target/arm: Use unallocated_encoding for aarch32"Richard Henderson1-2/+0
2019-08-16target/arm: Use unallocated_encoding for aarch32Richard Henderson1-0/+2
2019-08-16target/arm: Replace s->pc with s->base.pc_nextRichard Henderson1-1/+0
2019-08-16target/arm: Introduce pc_currRichard Henderson1-0/+2
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell1-4/+11
2019-08-16target/arm: Factor out 'generate singlestep exception' functionPeter Maydell1-0/+23
2019-07-01target/arm: Move CPU state dumping routines to cpu.cPhilippe Mathieu-Daudé1-5/+0
2019-06-17target/arm: Move vfp_expand_imm() to translate.[ch]Peter Maydell1-0/+7
2019-06-13target/arm: Use tcg_gen_gvec_bitselRichard Henderson1-3/+0
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell1-0/+1
2019-04-29target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell1-0/+1
2019-04-29target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell1-0/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-5/+2
2019-03-05target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson1-0/+34
2019-02-15target/arm: Use vector operations for saturationRichard Henderson1-0/+4
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson1-1/+2
2019-02-05target/arm: Default handling of BTYPE during translationRichard Henderson1-2/+7
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson1-0/+4
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson1-2/+1
2019-01-21target/arm: Add PAuth active bit to tbflagsRichard Henderson1-0/+2
2018-10-24target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGERichard Henderson1-0/+2
2018-10-24target/arm: Use gvec for NEON_3R_VMLRichard Henderson1-0/+2
2018-10-24target/arm: Use gvec for VSRI, VSLIRichard Henderson1-0/+2
2018-10-24target/arm: Use gvec for VSRARichard Henderson1-0/+2
2018-10-24target/arm: Use gvec for NEON_3R_LOGIC insnsRichard Henderson1-0/+6
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson1-0/+7
2018-10-08target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell1-0/+1
2018-05-17target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée1-0/+12
2018-05-09target/arm: avoid integer overflow in next_page PC checkEmilio G. Cota1-1/+1
2018-04-10tcg: Introduce tcg_set_insn_start_paramRichard Henderson1-1/+1
2018-02-09target/arm: Add SVE state to TB->FLAGSRichard Henderson1-0/+2