aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-op.h
AgeCommit message (Expand)Author
2009-02-09Fix DEBUG_TCGV compile error.aurel32
2009-01-01tcg_temp_local_new should take no parameteraurel32
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-07Some fixes for TCG debuggingblueswir1
2008-11-17TCG variable type checking.pbrook
2008-11-03Fix rotri_i64 typo.pbrook
2008-11-03tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructionsaurel32
2008-11-03tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targetsaurel32
2008-11-0264-bit target subfi fix.pbrook
2008-11-02tcg-ops.h: add a subfi wrapperaurel32
2008-11-02tcg-ops.h: _i64 TCG immediate instructions cleanupaurel32
2008-10-21TCG: add tcg_const_local_tl()aurel32
2008-10-21TCG: add logical operations found on alpha and powerpc processorsaurel32
2008-09-23Fix tcg_gen_concat32_i64 on 64-bit hosts.pbrook
2008-09-21Add concat32_i64 and concat_tl_i64 opsblueswir1
2008-09-21Add concat_i32_i64 op.pbrook
2008-05-25suppressed unused macro handlingbellard
2008-05-24More TCGv type fixes.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard
2008-05-22added debug_insn_start debug instructionbellard
2008-05-22small shift optsbellard
2008-05-18Switch most MIPS logical and arithmetic instructions to TCG.ths
2008-05-17added not pseudo op - more _tl macrosbellard
2008-05-11Add TCG native negation op.pbrook
2008-05-11Add zero extension (pseudo-)ops.pbrook
2008-05-10Fix DEBUG_TCGV.pbrook
2008-05-10Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir1
2008-05-04Add helpers and shorthands for mul and muli operations.ths
2008-05-03Skip register moves when the target and the source are the sameblueswir1
2008-03-31ARM TCG conversion 9/16.pbrook
2008-03-31ARM TCG conversion 7/16.pbrook
2008-03-22 Add TL variants of trunc and ext/extublueswir1
2008-03-21 Prepare for op.c removal and zero legacy opsblueswir1
2008-03-21 Make TCG br op availableblueswir1
2008-03-16 Add discard_ptr and discard_tlblueswir1
2008-03-13 Add tcg_const_tlblueswir1
2008-03-0432-bit host sign extension fix (Juergen Lock).pbrook
2008-03-02 Add brcond_tlblueswir1
2008-02-25 Fix mixed definesblueswir1
2008-02-24 More helper types, rearrange generic definitionsblueswir1
2008-02-20 Fix andi, optimize addi and subi zero casesblueswir1
2008-02-04fixed sign extensions - added explicit side effect op flag - added discard in...bellard
2008-02-03Add TCG variable opaque type.pbrook
2008-02-01TCG code generatorbellard