aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-op.h
AgeCommit message (Expand)Author
2009-10-04tcg: add ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno
2009-09-16tcg: fix size of local variables in tcg_gen_bswap64_i64Stefan Weil
2009-07-18tcg: Fix tcg_gen_rotr_i64Aurelien Jarno
2009-03-29tcg: fix _tl aliases for divu/remuaurel32
2009-03-29tcg: add _tl aliases for div/divu/rem/remuaurel32
2009-03-13tcg: add _tl aliases to bswap16/32/64 TCG opsaurel32
2009-03-13tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel32
2009-03-13tcg: optimize tcg_gen_bswap16_i32aurel32
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-11tcg: fix commit r6805aurel32
2009-03-10tcg: optimize logical operationsaurel32
2009-03-10Fix tcg after commit 6800aurel32
2009-03-10tcg: use TCGV_EQUAL_I{32,64}aurel32
2009-03-09tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)aurel32
2009-03-09Implement TCG not ops for x86-64aurel32
2009-03-09Implement TCG rotation ops for x86-64aurel32
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