aboutsummaryrefslogtreecommitdiff
path: root/tcg/aarch64
AgeCommit message (Expand)Author
2023-01-05tcg/aarch64: Merge tcg_out_callr into tcg_out_callRichard Henderson
2023-01-05tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32Richard Henderson
2023-01-05tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64Richard Henderson
2023-01-04tcg: Remove TCG_TARGET_STACK_GROWSUPRichard Henderson
2022-10-25tcg/aarch64: Remove unused code in tcg_out_opQi Hu
2022-06-02tcg/aarch64: Fix illegal insn from out-of-range shliRichard Henderson
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-31tcg/aarch64: Use 'ull' suffix to force 64-bit constantRichard Henderson
2022-03-04tcg: Add opcodes for vector nand, nor, eqvRichard Henderson
2022-02-09tcg/aarch64: Support raising sigbus for user-onlyRichard Henderson
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson
2021-06-29tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2021-06-29tcg/aarch64: Support bswap flagsRichard Henderson
2021-06-29tcg/aarch64: Merge tcg_out_rev{16,32,64}Richard Henderson
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson
2021-05-26tcg/aarch64: Fix tcg_out_rotlYasuo Kuwahara
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina
2021-03-06tcg/aarch64: Fix generation of "scalar" vector operationsRichard Henderson
2021-03-06tcg/aarch64: Fix I3617_CMLE0Richard Henderson
2021-03-06tcg/aarch64: Fix constant subtraction in tcg_out_addsub2Richard Henderson
2021-02-05tcg/aarch64: Do not convert TCGArg to temps that are not tempsRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson
2021-02-02tcg/aarch64: Split out constraint sets to tcg-target-con-set.hRichard Henderson
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson
2021-02-02tcg/aarch64: Split out target constraints to tcg-target-con-str.hRichard Henderson
2021-01-13tcg/aarch64: Use tcg_constant_vec with tcg vec expandersRichard Henderson
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson
2021-01-07tcg/aarch64: Support split-wx code generationRichard Henderson
2021-01-07tcg/aarch64: Use B not BL for tcg_out_goto_longRichard Henderson
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson
2020-10-08tcg: Remove TCG_TARGET_HAS_cmp_vecRichard Henderson
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson