summaryrefslogtreecommitdiff
path: root/tcg/tcg-opc.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson1-0/+1
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson1-0/+2
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson1-0/+12
2018-02-08tcg: Add generic vector expandersRichard Henderson1-0/+6
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson1-0/+25
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+1
2017-01-10tcg: Add opcode for ctpopRichard Henderson1-0/+2
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson1-0/+4
2017-01-10tcg: Add field extraction primitivesRichard Henderson1-0/+4
2016-09-16Introduce TCGOpcode for memory barrierPranith Kumar1-0/+2
2015-10-19tcg-opc.h: Simplify insn_start defJames Hogan1-8/+5
2015-10-07tcg: Allow extra data to be attached to insn_startRichard Henderson1-2/+2
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson1-2/+2
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson1-2/+5
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno1-0/+3
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno1-2/+2
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson1-4/+4
2015-02-12tcg: Remove unused opcodesRichard Henderson1-9/+0
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson1-100/+14
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson1-5/+5
2014-05-12tcg: Make call address a constant parameterRichard Henderson1-1/+1
2014-04-28tcg: Add INDEX_op_trunc_shr_i32Richard Henderson1-0/+4
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson1-34/+62
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson1-0/+4
2013-07-09tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson1-11/+15
2013-07-09tcg: Allow non-constant control macrosRichard Henderson1-1/+1
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson1-4/+4
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson1-0/+2
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson1-0/+4
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson1-3/+3
2012-10-28tcg: forbid ld/st function to modify globalsAurelien Jarno1-7/+7
2012-10-28tcg: fix some op flagsAurelien Jarno1-8/+7
2012-10-06tcg: remove obsolete jmp opAurelien Jarno1-1/+0
2012-09-21tcg: Introduce movcondRichard Henderson1-0/+2
2012-09-19tcg: mark set_label with TCG_OPF_BB_END flagAurelien Jarno1-1/+1
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson1-154/+88
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson1-49/+49
2011-01-20tcg: Define "deposit" as an optional operation.Richard Henderson1-0/+6
2010-06-09tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno1-146/+147
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno1-1/+1
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson1-2/+3
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson1-0/+6
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson1-0/+6
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson1-0/+6
2010-03-20tcg: protect div2 in tcg/tcg-opc.hAurelien Jarno1-2/+4
2010-02-20tcg: fix assertion with --enable-debugJay Foad1-5/+0
2010-02-20tcg: Optional target implementation of ORC.Richard Henderson1-0/+6
2010-02-20tcg: Optional target implementation of ANDC.Richard Henderson1-0/+6
2010-02-06tcg: generic support for conditional setRichard Henderson1-0/+3
2009-10-04tcg: add ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno1-0/+15