aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/tcg-op.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson1-4/+4
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson1-0/+11
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson1-0/+11
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson1-0/+11
2010-03-26tcg: Use not_i32 to implement not_i64.Richard Henderson1-0/+3
2010-03-26tcg: Change TCGType to an enumeration.Richard Henderson1-2/+0
2010-03-26tcg: Use TCGCond where appropriate.Richard Henderson1-17/+17
2010-03-26tcg: Name the opcode enumeration.Richard Henderson1-42/+42
2010-03-14tcg: declare internal helpers as const and pureAurelien Jarno1-4/+9
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno1-2/+55
2010-02-20tcg: Optional target implementation of ORC.Richard Henderson1-0/+11
2010-02-20tcg: Optional target implementation of ANDC.Richard Henderson1-0/+11
2010-02-08tcg: move setcond* ops to non-optional sectionAurelien Jarno1-35/+37
2010-02-08tcg: add setcondi pseudo-opAurelien Jarno1-0/+18
2010-02-06tcg: generic support for conditional setRichard Henderson1-0/+47
2009-10-04tcg: add ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno1-3/+21
2009-09-16tcg: fix size of local variables in tcg_gen_bswap64_i64Stefan Weil1-5/+4
2009-07-18tcg: Fix tcg_gen_rotr_i64Aurelien Jarno1-1/+1
2009-03-29tcg: fix _tl aliases for divu/remuaurel321-4/+4
2009-03-29tcg: add _tl aliases for div/divu/rem/remuaurel321-0/+8
2009-03-13tcg: add _tl aliases to bswap16/32/64 TCG opsaurel321-0/+5
2009-03-13tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel321-0/+58
2009-03-13tcg: optimize tcg_gen_bswap16_i32aurel321-8/+5
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-9/+9
2009-03-11tcg: fix commit r6805aurel321-18/+6
2009-03-10tcg: optimize logical operationsaurel321-50/+60
2009-03-10Fix tcg after commit 6800aurel321-1/+1
2009-03-10tcg: use TCGV_EQUAL_I{32,64}aurel321-11/+11
2009-03-09tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)aurel321-10/+18
2009-03-09Implement TCG not ops for x86-64aurel321-0/+8
2009-03-09Implement TCG rotation ops for x86-64aurel321-0/+28
2009-02-09Fix DEBUG_TCGV compile error.aurel321-1/+1
2009-01-01tcg_temp_local_new should take no parameteraurel321-2/+2
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-12-07Some cleanups after dyngen removalaurel321-5/+0
2008-12-07Some fixes for TCG debuggingblueswir11-2/+2
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