aboutsummaryrefslogtreecommitdiff
path: root/tcg/arm
AgeCommit message (Expand)AuthorFilesLines
2023-05-05tcg/arm: Introduce HostAddressRichard Henderson1-132/+114
2023-05-05tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson1-57/+56
2023-05-02tcg: Introduce tcg_out_movext2Richard Henderson1-26/+18
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson1-0/+5
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson1-12/+4
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson1-0/+5
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson1-0/+5
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson1-0/+5
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson1-0/+5
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson1-0/+5
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson1-7/+10
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson1-6/+4
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson1-3/+9
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson1-6/+4
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-1/+1
2023-02-04tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson1-0/+2
2023-02-04tcg: Introduce tcg_target_call_oarg_regRichard Henderson1-3/+7
2023-02-04tcg: Introduce tcg_out_addi_ptrRichard Henderson1-0/+20
2023-01-23tcg/arm: Use register pair allocation for qemu_{ld,st}_i64Richard Henderson3-13/+24
2023-01-17tcg/arm: Implement direct branch for goto_tbRichard Henderson1-15/+37
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson2-2/+0
2023-01-17tcg: Always define tb_target_set_jmp_targetRichard Henderson1-0/+6
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson1-5/+0
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson1-1/+2
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson1-23/+26
2023-01-17tcg: Introduce get_jmp_target_addrRichard Henderson1-1/+1
2023-01-17tcg: Replace asserts on tcg_jmp_insn_offsetRichard Henderson1-1/+1
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson1-4/+7
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson1-2/+8
2023-01-05tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32Richard Henderson1-0/+1
2023-01-05tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64Richard Henderson1-1/+1
2023-01-04tcg: Remove TCG_TARGET_STACK_GROWSUPRichard Henderson1-1/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2022-03-14tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1Richard Henderson1-2/+15
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson1-0/+3
2022-02-09tcg/arm: Support raising sigbus for user-onlyRichard Henderson2-4/+81
2022-02-09tcg/arm: Reserve a register for guest_baseRichard Henderson1-11/+28
2022-02-09tcg/arm: Support unaligned access for softmmuRichard Henderson1-20/+21
2022-02-09tcg/arm: Check alignment for ldrd and strdRichard Henderson1-15/+8
2022-02-09tcg/arm: Remove use_armv6_instructionsRichard Henderson2-166/+27
2022-02-09tcg/arm: Remove use_armv5t_instructionsRichard Henderson2-31/+7
2022-02-09tcg/arm: Drop support for armv4 and armv5 hostsRichard Henderson1-0/+5
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-5/+5
2021-12-07tcg/arm: Reduce vector alignment requirement for NEONRichard Henderson1-4/+9
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-5/+5
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson1-2/+2
2021-09-14tcg/arm: More use of the TCGReg enumRichard Henderson1-30/+35
2021-09-14tcg/arm: More use of the ARMInsn enumRichard Henderson1-10/+10
2021-09-14tcg/arm: Give enum arm_cond_code_e a typedef and use itRichard Henderson1-68/+68
2021-09-14tcg/arm: Drop inline markersRichard Henderson1-120/+114