summaryrefslogtreecommitdiff
path: root/tcg/tcg-opc.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-13tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel321-0/+6
2009-03-13tcg: allow bswap16_i32 to be implemented by TCG backendsaurel321-0/+3
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-4/+4
2009-03-11tcg: move {not,neg}_i{32,64} definitions at the right placeaurel321-7/+7
2009-03-09Implement TCG not ops for x86-64aurel321-0/+6
2009-03-09tcg: don't define TCG rotation ops if they are not supportedaurel321-0/+4
2009-03-09Implement TCG rotation ops for x86-64aurel321-2/+6
2008-12-07Some cleanups after dyngen removalaurel321-4/+0
2008-05-25suppressed unused macro handlingbellard1-5/+0
2008-05-22added debug_insn_start debug instructionbellard1-0/+5
2008-05-11Add TCG native negation op.pbrook1-0/+6
2008-05-10Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir11-1/+1
2008-03-21 Prepare for op.c removal and zero legacy opsblueswir11-0/+2
2008-02-04fixed sign extensions - added explicit side effect op flag - added discard in...bellard1-48/+50
2008-02-01TCG code generatorbellard1-0/+228