aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-op.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-24tcg: Merge opcode arguments into TCGOpRichard Henderson1-64/+35
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-2/+2
2017-09-05tcg: Implement implicit ordering semanticsPranith Kumar1-0/+16
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+12
2017-04-26tcg: Initialize return value after exit_atomicRichard Henderson1-0/+6
2017-01-10tcg: Use ctpop to generate ctz if neededRichard Henderson1-40/+60
2017-01-10tcg: Add opcode for ctpopRichard Henderson1-0/+29
2017-01-10tcg: Add helpers for clrsbRichard Henderson1-0/+28
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson1-0/+143
2017-01-10tcg: Add deposit_z expanderRichard Henderson1-0/+143
2017-01-10tcg: Minor adjustments to deposit expandersRichard Henderson1-2/+4
2017-01-10tcg: Add field extraction primitivesRichard Henderson1-0/+323
2016-11-01tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extensionJoseph Myers1-1/+1
2016-11-01tcg: Add tcg_gen_mulsu2_{i32,i64,tl}Richard Henderson1-0/+43
2016-10-26tcg: Emit barriers with parallel_cpusRichard Henderson1-11/+1
2016-10-26tcg: Add CONFIG_ATOMIC64Richard Henderson1-4/+18
2016-10-26tcg: Add atomic helpersRichard Henderson1-0/+328
2016-09-16Introduce TCGOpcode for memory barrierPranith Kumar1-0/+17
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson1-1/+1
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin1-0/+3
2016-06-20trace: [all] Add "guest_mem_before" eventLluĂ­s Vilanova1-0/+10
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-01-29tcg: Clean up includesPeter Maydell1-0/+1
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson1-19/+19
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno1-6/+4