aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-opc.h
AgeCommit message (Expand)Author
2015-10-19tcg-opc.h: Simplify insn_start defJames Hogan
2015-10-07tcg: Allow extra data to be attached to insn_startRichard Henderson
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-02-12tcg: Remove unused opcodesRichard Henderson
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson
2014-05-12tcg: Make call address a constant parameterRichard Henderson
2014-04-28tcg: Add INDEX_op_trunc_shr_i32Richard Henderson
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-07-09tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson
2013-07-09tcg: Allow non-constant control macrosRichard Henderson
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson
2012-10-28tcg: forbid ld/st function to modify globalsAurelien Jarno
2012-10-28tcg: fix some op flagsAurelien Jarno
2012-10-06tcg: remove obsolete jmp opAurelien Jarno
2012-09-21tcg: Introduce movcondRichard Henderson
2012-09-19tcg: mark set_label with TCG_OPF_BB_END flagAurelien Jarno
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson
2011-01-20tcg: Define "deposit" as an optional operation.Richard Henderson
2010-06-09tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson
2010-03-20tcg: protect div2 in tcg/tcg-opc.hAurelien Jarno
2010-02-20tcg: fix assertion with --enable-debugJay Foad
2010-02-20tcg: Optional target implementation of ORC.Richard Henderson
2010-02-20tcg: Optional target implementation of ANDC.Richard Henderson
2010-02-06tcg: generic support for conditional setRichard Henderson
2009-10-04tcg: add ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno
2009-03-13tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel32
2009-03-13tcg: allow bswap16_i32 to be implemented by TCG backendsaurel32
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-11tcg: move {not,neg}_i{32,64} definitions at the right placeaurel32
2009-03-09Implement TCG not ops for x86-64aurel32
2009-03-09tcg: don't define TCG rotation ops if they are not supportedaurel32
2009-03-09Implement TCG rotation ops for x86-64aurel32
2008-12-07Some cleanups after dyngen removalaurel32
2008-05-25suppressed unused macro handlingbellard
2008-05-22added debug_insn_start debug instructionbellard