summaryrefslogtreecommitdiffstats
path: root/tcg/tcg-opc.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel322009-03-131-0/+6
* tcg: allow bswap16_i32 to be implemented by TCG backendsaurel322009-03-131-0/+3
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-4/+4
* tcg: move {not,neg}_i{32,64} definitions at the right placeaurel322009-03-111-7/+7
* Implement TCG not ops for x86-64aurel322009-03-091-0/+6
* tcg: don't define TCG rotation ops if they are not supportedaurel322009-03-091-0/+4
* Implement TCG rotation ops for x86-64aurel322009-03-091-2/+6
* Some cleanups after dyngen removalaurel322008-12-071-4/+0Star
* suppressed unused macro handlingbellard2008-05-251-5/+0Star
* added debug_insn_start debug instructionbellard2008-05-221-0/+5
* Add TCG native negation op.pbrook2008-05-111-0/+6
* Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir12008-05-101-1/+1
* Prepare for op.c removal and zero legacy opsblueswir12008-03-211-0/+2
* fixed sign extensions - added explicit side effect op flag - added discard in...bellard2008-02-041-48/+50
* TCG code generatorbellard2008-02-011-0/+228