aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/tcg-op.h
AgeCommit message (Expand)AuthorFilesLines
2008-11-17TCG variable type checking.pbrook1-697/+789
2008-11-03Fix rotri_i64 typo.pbrook1-1/+1
2008-11-03tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructionsaurel321-0/+118
2008-11-03tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targetsaurel321-15/+15
2008-11-0264-bit target subfi fix.pbrook1-1/+1
2008-11-02tcg-ops.h: add a subfi wrapperaurel321-0/+16
2008-11-02tcg-ops.h: _i64 TCG immediate instructions cleanupaurel321-42/+31
2008-10-21TCG: add tcg_const_local_tl()aurel321-0/+2
2008-10-21TCG: add logical operations found on alpha and powerpc processorsaurel321-0/+100
2008-09-23Fix tcg_gen_concat32_i64 on 64-bit hosts.pbrook1-1/+2
2008-09-21Add concat32_i64 and concat_tl_i64 opsblueswir11-0/+14
2008-09-21Add concat_i32_i64 op.pbrook1-0/+17
2008-05-25suppressed unused macro handlingbellard1-6/+0
2008-05-24More TCGv type fixes.pbrook1-2/+9
2008-05-24Fix ARM conditional branch bug.pbrook1-0/+18
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard1-35/+129
2008-05-22added debug_insn_start debug instructionbellard1-0/+12
2008-05-22small shift optsbellard1-6/+30
2008-05-18Switch most MIPS logical and arithmetic instructions to TCG.ths1-0/+4
2008-05-17added not pseudo op - more _tl macrosbellard1-0/+23
2008-05-11Add TCG native negation op.pbrook1-0/+20
2008-05-11Add zero extension (pseudo-)ops.pbrook1-1/+46
2008-05-10Fix DEBUG_TCGV.pbrook1-3/+3
2008-05-10Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir11-1/+1
2008-05-04Add helpers and shorthands for mul and muli operations.ths1-0/+19
2008-05-03Skip register moves when the target and the source are the sameblueswir11-4/+8
2008-03-31ARM TCG conversion 9/16.pbrook1-0/+12
2008-03-31ARM TCG conversion 7/16.pbrook1-0/+19
2008-03-22 Add TL variants of trunc and ext/extublueswir11-0/+12
2008-03-21 Prepare for op.c removal and zero legacy opsblueswir11-0/+2
2008-03-21 Make TCG br op availableblueswir11-0/+5
2008-03-16 Add discard_ptr and discard_tlblueswir11-0/+4
2008-03-13 Add tcg_const_tlblueswir11-0/+2
2008-03-0432-bit host sign extension fix (Juergen Lock).pbrook1-2/+2
2008-03-02 Add brcond_tlblueswir11-0/+2
2008-02-25 Fix mixed definesblueswir11-2/+2
2008-02-24 More helper types, rearrange generic definitionsblueswir11-0/+109
2008-02-20 Fix andi, optimize addi and subi zero casesblueswir11-3/+13
2008-02-04fixed sign extensions - added explicit side effect op flag - added discard in...bellard1-5/+24
2008-02-03Add TCG variable opaque type.pbrook1-296/+374
2008-02-01TCG code generatorbellard1-0/+1175