aboutsummaryrefslogtreecommitdiff
path: root/tcg/aarch64
AgeCommit message (Expand)AuthorFilesLines
2023-05-05tcg/aarch64: Introduce HostAddressRichard Henderson1-27/+59
2023-05-05tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson1-19/+17
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson1-0/+5
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson1-6/+2
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson1-0/+6
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson1-4/+6
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson1-3/+6
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson1-2/+7
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson1-2/+7
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson1-5/+8
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson1-5/+8
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson1-4/+7
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson1-4/+7
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-2/+2
2023-02-04tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_targetRichard 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/+7
2023-01-17tcg/aarch64: Reorg goto_tb implementationRichard Henderson2-39/+29
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson1-1/+0
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson1-4/+0
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson2-3/+5
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson1-19/+21
2023-01-17tcg: Introduce set_jmp_insn_offsetRichard Henderson1-2/+1
2023-01-17tcg: Replace asserts on tcg_jmp_insn_offsetRichard Henderson1-1/+1
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson1-10/+12
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson1-3/+9
2023-01-05tcg/aarch64: Merge tcg_out_callr into tcg_out_callRichard Henderson1-6/+1
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-10-25tcg/aarch64: Remove unused code in tcg_out_opQi Hu1-17/+14
2022-06-02tcg/aarch64: Fix illegal insn from out-of-range shliRichard Henderson1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2022-03-31tcg/aarch64: Use 'ull' suffix to force 64-bit constantRichard Henderson1-2/+2
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson1-0/+3
2022-02-09tcg/aarch64: Support raising sigbus for user-onlyRichard Henderson2-19/+74
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-1/+1
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-7/+7
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson1-2/+2
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson1-1/+0
2021-06-29tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson2-57/+32
2021-06-29tcg/aarch64: Support bswap flagsRichard Henderson1-0/+12
2021-06-29tcg/aarch64: Merge tcg_out_rev{16,32,64}Richard Henderson1-26/+16
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson1-0/+1
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson1-4/+1
2021-05-26tcg/aarch64: Fix tcg_out_rotlYasuo Kuwahara1-3/+2
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina1-1/+2
2021-03-06tcg/aarch64: Fix generation of "scalar" vector operationsRichard Henderson1-30/+181
2021-03-06tcg/aarch64: Fix I3617_CMLE0Richard Henderson1-1/+1