summaryrefslogtreecommitdiff
path: root/tcg/tcg-op.h
AgeCommit message (Expand)Author
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