aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-op.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26tcg: Do not elide memory barriers for !CF_PARALLEL in system modeRichard Henderson1-1/+13
2023-06-05tcg: Remove target-specific headers from tcg.[ch]Richard Henderson1-1/+1
2023-06-05tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.hRichard Henderson1-1/+1
2023-05-16tcg: Split out memory ops to tcg-op-ldst.cRichard Henderson1-974/+0
2023-05-16tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson1-6/+63
2023-05-16tcg: Introduce tcg_target_has_memory_bswapRichard Henderson1-9/+11
2023-05-16tcg: Add 128-bit guest memory primitivesRichard Henderson1-56/+107
2023-03-22tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tbRichard Henderson1-1/+0
2023-03-13tcg: Replace tcg_const_i64 in tcg-op.cRichard Henderson1-9/+3
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson1-0/+1
2023-03-05tcg: Link branches to the labelsRichard Henderson1-3/+19
2023-03-01tcg: Use tcg_temp_ebb_new_* in tcg/Richard Henderson1-129/+129
2023-02-04tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}Richard Henderson1-48/+88
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson1-0/+85
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson1-0/+134
2023-02-04tcg: Add basic data movement for TCGv_i128Richard Henderson1-0/+20
2023-01-23tcg: Avoid recursion in tcg_gen_mulu2_i32Richard Henderson1-1/+3
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson1-7/+7
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé1-6/+6
2023-01-05tcg: Move TCG_{LOW,HIGH} to tcg-internal.hRichard Henderson1-9/+28
2022-05-04tcg: Implement tcg_gen_{h,w}swap_{i32,i64}Richard Henderson1-0/+30
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2022-02-09tracing: remove TCG memory access tracingAlex Bennée1-5/+0
2021-10-13tcg: Canonicalize alignment flags in MemOpRichard Henderson1-1/+6
2021-10-05trace: Split guest_mem_beforeRichard Henderson1-13/+4
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson1-9/+21
2021-10-05trace/mem: Pass MemOpIdx to trace_mem_get_infoRichard Henderson1-4/+4
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-6/+6
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson1-5/+8
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson1-16/+12
2021-07-21accel/tcg: Standardize atomic helpers on softmmu apiRichard Henderson1-39/+12
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-1/+1
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson1-1/+1
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé1-1/+1
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_st_*Richard Henderson1-6/+3
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_ld_*Richard Henderson1-14/+10
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson1-40/+83
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson1-5/+8
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson1-120/+107
2021-01-07tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson1-1/+12
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson1-1/+1
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson1-1/+5
2020-07-06tcg: Fix do_nonatomic_op_* vs signed operationsRichard Henderson1-4/+6
2020-05-06tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}Richard Henderson1-8/+8
2020-02-25tcg: save vaddr temp for plugin usageAlex Bennée1-3/+20
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-3/+3
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota1-9/+31
2019-10-28trace: add mmu_index to mem_infoAlex Bennée1-4/+4
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-19/+19