aboutsummaryrefslogtreecommitdiff
path: root/tcg/aarch64
AgeCommit message (Expand)Author
2024-03-12tcg/aarch64: Fix tcg_out_brcond for test comparisonsRichard Henderson
2024-03-12tcg/aarch64: Fix tcg_out_cmp for test comparisonsRichard Henderson
2024-02-29tcg/aarch64: Apple does not align __int128_t in even registersRichard Henderson
2024-02-03tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAXRichard Henderson
2024-02-03tcg/aarch64: Generate TBZ, TBNZRichard Henderson
2024-02-03tcg/aarch64: Massage tcg_out_brcond()Philippe Mathieu-Daudé
2024-02-03tcg/aarch64: Support TCG_COND_TST{EQ,NE}Richard Henderson
2024-02-03tcg: Add TCGConst argument to tcg_target_const_matchRichard Henderson
2024-02-03tcg: Introduce TCG_TARGET_HAS_tstRichard Henderson
2023-11-06tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}Richard Henderson
2023-11-06tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}Richard Henderson
2023-10-22tcg/aarch64: Use tcg_use_softmmuRichard Henderson
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé
2023-10-04accel/tcg: Remove env_tlb()Anton Johansson
2023-09-16tcg/aarch64: Emit BTI insns at jump landing padsRichard Henderson
2023-09-16tcg: Add tcg_out_tb_start backend hookRichard Henderson
2023-09-15tcg: pass vece to tcg_target_const_match()Jiajie Chen
2023-08-24tcg: spelling fixesMichael Tokarev
2023-08-24tcg/aarch64: Implement negsetcond_*Richard Henderson
2023-08-24tcg: Introduce negsetcond opcodesRichard Henderson
2023-08-24tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32Richard Henderson
2023-06-05tcg: Split out tcg-target-reg-bits.hRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson
2023-05-30tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITSRichard Henderson
2023-05-30tcg/aarch64: Support 128-bit load/storeRichard Henderson
2023-05-30tcg/aarch64: Simplify constraints on qemu_ld/stRichard Henderson
2023-05-30tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2Richard Henderson
2023-05-30tcg/aarch64: Rename temporariesRichard Henderson
2023-05-23util: Add cpuinfo-aarch64.cRichard Henderson
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson
2023-05-16tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg/aarch64: Remove USE_GUEST_BASERichard Henderson
2023-05-16tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson
2023-05-16tcg/aarch64: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson
2023-05-16tcg: Introduce tcg_target_has_memory_bswapRichard Henderson
2023-05-16tcg/aarch64: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg/aarch64: Detect have_lse, have_lse2 for darwinRichard Henderson
2023-05-16tcg/aarch64: Detect have_lse, have_lse2 for linuxRichard Henderson
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson
2023-05-11tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/aarch64: Introduce prepare_host_addrRichard Henderson
2023-05-05tcg/aarch64: Introduce HostAddressRichard Henderson
2023-05-05tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson