aboutsummaryrefslogtreecommitdiff
path: root/tcg/aarch64/tcg-target.c.inc
AgeCommit message (Expand)AuthorFilesLines
2023-02-04tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_targetRichard Henderson1-1/+1
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 Henderson1-38/+28
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson1-2/+3
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
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-02-09tcg/aarch64: Support raising sigbus for user-onlyRichard Henderson1-17/+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-06-29tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson1-56/+31
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-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
2021-03-06tcg/aarch64: Fix constant subtraction in tcg_out_addsub2Richard Henderson1-7/+9
2021-02-05tcg/aarch64: Do not convert TCGArg to temps that are not tempsRichard Henderson1-3/+4
2021-02-02tcg/aarch64: Split out constraint sets to tcg-target-con-set.hRichard Henderson1-59/+29
2021-02-02tcg/aarch64: Split out target constraints to tcg-target-con-str.hRichard Henderson1-43/+8
2021-01-13tcg/aarch64: Use tcg_constant_vec with tcg vec expandersRichard Henderson1-5/+5
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson1-3/+0
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson1-6/+6
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson1-7/+0
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson1-2/+1
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson1-2/+1
2021-01-07tcg/aarch64: Support split-wx code generationRichard Henderson1-25/+32
2021-01-07tcg/aarch64: Use B not BL for tcg_out_goto_longRichard Henderson1-1/+1
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson1-6/+6
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson1-1/+1
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson1-2/+2
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson1-1/+1
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson1-3/+0
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson1-7/+7
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-0/+2973