aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/tcg-opc.h
AgeCommit message (Expand)AuthorFilesLines
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