aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-op.c
AgeCommit message (Expand)Author
2023-03-22tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tbRichard Henderson
2023-03-13tcg: Replace tcg_const_i64 in tcg-op.cRichard Henderson
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson
2023-03-05tcg: Link branches to the labelsRichard Henderson
2023-03-01tcg: Use tcg_temp_ebb_new_* in tcg/Richard Henderson
2023-02-04tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}Richard Henderson
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson
2023-02-04tcg: Add basic data movement for TCGv_i128Richard Henderson
2023-01-23tcg: Avoid recursion in tcg_gen_mulu2_i32Richard Henderson
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé
2023-01-05tcg: Move TCG_{LOW,HIGH} to tcg-internal.hRichard Henderson
2022-05-04tcg: Implement tcg_gen_{h,w}swap_{i32,i64}Richard Henderson
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-02-09tracing: remove TCG memory access tracingAlex Bennée
2021-10-13tcg: Canonicalize alignment flags in MemOpRichard Henderson
2021-10-05trace: Split guest_mem_beforeRichard Henderson
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson
2021-10-05trace/mem: Pass MemOpIdx to trace_mem_get_infoRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson
2021-07-21accel/tcg: Standardize atomic helpers on softmmu apiRichard Henderson
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_st_*Richard Henderson
2021-06-29tcg: Make use of bswap flags in tcg_gen_qemu_ld_*Richard Henderson
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson
2021-01-07tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson
2020-07-06tcg: Fix do_nonatomic_op_* vs signed operationsRichard Henderson
2020-05-06tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}Richard Henderson
2020-02-25tcg: save vaddr temp for plugin usageAlex Bennée
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota
2019-10-28trace: add mmu_index to mem_infoAlex Bennée
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-13tcg: Add support for integer absolute valueRichard Henderson
2019-04-24tcg: Use extract2 in tcg_gen_deposit_{i32,i64}Richard Henderson
2019-04-24tcg: Use deposit and extract2 in tcg_gen_shifti_i64Richard Henderson
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson
2019-04-24tcg: Implement tcg_gen_extract2_{i32,i64}David Hildenbrand
2018-12-26tcg: Reference count labelsRichard Henderson