aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate.h
AgeCommit message (Expand)Author
2024-07-11target/arm: Store FPSR and FPCR in separate CPU state fieldsPeter Maydell
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson
2024-05-30target/arm: Convert SQRSHL and UQRSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SQSHL and UQSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SRSHL and URSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUBRichard Henderson
2024-05-28target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetreeRichard Henderson
2024-05-28target/arm: Convert ADDP to decodetreeRichard Henderson
2024-05-28target/arm: Expand vfp neg and abs inlineRichard Henderson
2024-05-28target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetreeRichard Henderson
2024-05-28target/arm: Split out gengvec.cRichard Henderson
2024-04-09target/arm: Use insn_start from DisasContextBaseRichard Henderson
2024-01-09target/arm: Implement FEAT_NV2 redirection of sysregs to RAMPeter Maydell
2024-01-09target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2Peter Maydell
2024-01-09target/arm: Trap sysreg accesses for FEAT_NVPeter Maydell
2024-01-09target/arm: Enable trapping of ERET for FEAT_NVPeter Maydell
2023-11-06target/arm: Fix A64 LDRA immediate decodePeter Maydell
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-09-21target/arm: Define new TB flag for ATA0Peter Maydell
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson
2023-06-06target/arm: Add SCTLR.nAA to TBFLAG_A64Richard Henderson
2023-06-06target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}Richard Henderson
2023-06-06target/arm: Introduce finalize_memop_{atom,pair}Richard Henderson
2023-06-05target/arm: Add missing include of exec/exec-all.hRichard Henderson
2023-06-05target/arm: Tidy helpers for translationRichard Henderson
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson
2023-05-18target/arm: Convert Add/subtract (immediate) to decodetreeRichard Henderson
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator.hRichard Henderson
2023-03-05target/arm: Drop DisasContext.tmp_a64Richard Henderson
2023-03-05target/arm: Remove value_global from DisasCompareRichard Henderson
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas