summaryrefslogtreecommitdiffstats
path: root/tcg/tcg-op.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Fix do_nonatomic_op_* vs signed operationsRichard Henderson2020-07-061-4/+6
* tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}Richard Henderson2020-05-061-8/+8
* tcg: save vaddr temp for plugin usageAlex Bennée2020-02-251-3/+20
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-3/+3
* tcg: let plugins instrument virtual memory accessesEmilio G. Cota2019-10-281-9/+31
* trace: add mmu_index to mem_infoAlex Bennée2019-10-281-4/+4
* tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-19/+19
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* tcg: Add support for integer absolute valueRichard Henderson2019-05-141-0/+20
* tcg: Use extract2 in tcg_gen_deposit_{i32,i64}Richard Henderson2019-04-241-4/+30
* tcg: Use deposit and extract2 in tcg_gen_shifti_i64Richard Henderson2019-04-241-21/+22
* tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson2019-04-241-0/+4
* tcg: Implement tcg_gen_extract2_{i32,i64}David Hildenbrand2019-04-241-0/+44
* tcg: Reference count labelsRichard Henderson2018-12-251-0/+2
* tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson2018-12-171-2/+116
* tcg: Clean up generic bswap64Richard Henderson2018-12-171-27/+20Star
* tcg: Clean up generic bswap32Richard Henderson2018-12-171-27/+27
* tcg: Implement CPU_LOG_TB_NOCHAIN during expansionRichard Henderson2018-10-191-1/+8
* tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-2/+22
* tcg: Introduce atomic helpers for integer min/maxRichard Henderson2018-05-101-0/+8
* tcg: Introduce helpers for integer min/maxRichard Henderson2018-05-101-0/+40
* tcg: Improve tcg_gen_muli_i32/i64Richard Henderson2018-03-151-6/+18
* tcg: Standardize integral arguments to expandersRichard Henderson2018-02-081-21/+21
* tcg: Dynamically allocate TCGOpsRichard Henderson2017-12-291-24/+0Star
* tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-15/+15
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-23/+23
* tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-5/+5
* tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson2017-10-241-2/+2
* tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson2017-10-241-7/+7
* tcg: Push tcg_ctx into generator functionsRichard Henderson2017-10-241-24/+23Star
* tcg: Merge opcode arguments into TCGOpRichard Henderson2017-10-241-64/+35Star
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-101-2/+2
* tcg: Implement implicit ordering semanticsPranith Kumar2017-09-051-0/+16
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+12
* tcg: Initialize return value after exit_atomicRichard Henderson2017-04-261-0/+6
* tcg: Use ctpop to generate ctz if neededRichard Henderson2017-01-101-40/+60
* tcg: Add opcode for ctpopRichard Henderson2017-01-101-0/+29
* tcg: Add helpers for clrsbRichard Henderson2017-01-101-0/+28
* tcg: Add clz and ctz opcodesRichard Henderson2017-01-101-0/+143
* tcg: Add deposit_z expanderRichard Henderson2017-01-101-0/+143
* tcg: Minor adjustments to deposit expandersRichard Henderson2017-01-101-2/+4
* tcg: Add field extraction primitivesRichard Henderson2017-01-101-0/+323
* tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extensionJoseph Myers2016-11-011-1/+1
* tcg: Add tcg_gen_mulsu2_{i32,i64,tl}Richard Henderson2016-11-011-0/+43
* tcg: Emit barriers with parallel_cpusRichard Henderson2016-10-261-11/+1Star
* tcg: Add CONFIG_ATOMIC64Richard Henderson2016-10-261-4/+18
* tcg: Add atomic helpersRichard Henderson2016-10-261-0/+328
* Introduce TCGOpcode for memory barrierPranith Kumar2016-09-161-0/+17
* tcg: Reorg TCGOp chainingRichard Henderson2016-08-051-1/+1
* tcg: Improve the alignment check infrastructureSergey Sorokin2016-07-061-0/+3