aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-op.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-13tcg: Add support for integer absolute valueRichard Henderson1-0/+20
2019-04-24tcg: Use extract2 in tcg_gen_deposit_{i32,i64}Richard Henderson1-4/+30
2019-04-24tcg: Use deposit and extract2 in tcg_gen_shifti_i64Richard Henderson1-21/+22
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson1-0/+4
2019-04-24tcg: Implement tcg_gen_extract2_{i32,i64}David Hildenbrand1-0/+44
2018-12-26tcg: Reference count labelsRichard Henderson1-0/+2
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson1-2/+116
2018-12-17tcg: Clean up generic bswap64Richard Henderson1-27/+20
2018-12-17tcg: Clean up generic bswap32Richard Henderson1-27/+27
2018-10-18tcg: Implement CPU_LOG_TB_NOCHAIN during expansionRichard Henderson1-1/+8
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-2/+22
2018-05-10tcg: Introduce atomic helpers for integer min/maxRichard Henderson1-0/+8
2018-05-10tcg: Introduce helpers for integer min/maxRichard Henderson1-0/+40
2018-03-16tcg: Improve tcg_gen_muli_i32/i64Richard Henderson1-6/+18
2018-02-08tcg: Standardize integral arguments to expandersRichard Henderson1-21/+21
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson1-24/+0
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-15/+15
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-23/+23
2017-10-24tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-5/+5
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson1-2/+2
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson1-7/+7
2017-10-24tcg: Push tcg_ctx into generator functionsRichard Henderson1-24/+23