summaryrefslogtreecommitdiffstats
path: root/tcg/tcg-op.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: fix _tl aliases for divu/remuaurel322009-03-291-4/+4
* tcg: add _tl aliases for div/divu/rem/remuaurel322009-03-291-0/+8
* tcg: add _tl aliases to bswap16/32/64 TCG opsaurel322009-03-131-0/+5
* tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel322009-03-131-0/+58
* tcg: optimize tcg_gen_bswap16_i32aurel322009-03-131-8/+5Star
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-9/+9
* tcg: fix commit r6805aurel322009-03-111-18/+6Star
* tcg: optimize logical operationsaurel322009-03-101-50/+60
* Fix tcg after commit 6800aurel322009-03-101-1/+1
* tcg: use TCGV_EQUAL_I{32,64}aurel322009-03-101-11/+11
* tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)aurel322009-03-091-10/+18
* Implement TCG not ops for x86-64aurel322009-03-091-0/+8
* Implement TCG rotation ops for x86-64aurel322009-03-091-0/+28
* Fix DEBUG_TCGV compile error.aurel322009-02-091-1/+1
* tcg_temp_local_new should take no parameteraurel322009-01-011-2/+2
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0Star
* Some cleanups after dyngen removalaurel322008-12-071-5/+0Star
* Some fixes for TCG debuggingblueswir12008-12-071-2/+2
* TCG variable type checking.pbrook2008-11-171-697/+789
* Fix rotri_i64 typo.pbrook2008-11-031-1/+1
* tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructionsaurel322008-11-031-0/+118
* tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targetsaurel322008-11-031-15/+15
* 64-bit target subfi fix.pbrook2008-11-021-1/+1
* tcg-ops.h: add a subfi wrapperaurel322008-11-021-0/+16
* tcg-ops.h: _i64 TCG immediate instructions cleanupaurel322008-11-021-42/+31Star
* TCG: add tcg_const_local_tl()aurel322008-10-211-0/+2
* TCG: add logical operations found on alpha and powerpc processorsaurel322008-10-211-0/+100
* Fix tcg_gen_concat32_i64 on 64-bit hosts.pbrook2008-09-241-1/+2
* Add concat32_i64 and concat_tl_i64 opsblueswir12008-09-211-0/+14
* Add concat_i32_i64 op.pbrook2008-09-211-0/+17
* suppressed unused macro handlingbellard2008-05-251-6/+0Star
* More TCGv type fixes.pbrook2008-05-241-2/+9
* Fix ARM conditional branch bug.pbrook2008-05-241-0/+18
* added tcg_temp_free() and improved the handling of constantsbellard2008-05-231-35/+129
* added debug_insn_start debug instructionbellard2008-05-221-0/+12
* small shift optsbellard2008-05-221-6/+30
* Switch most MIPS logical and arithmetic instructions to TCG.ths2008-05-191-0/+4
* added not pseudo op - more _tl macrosbellard2008-05-171-0/+23
* Add TCG native negation op.pbrook2008-05-111-0/+20
* Add zero extension (pseudo-)ops.pbrook2008-05-111-1/+46
* Fix DEBUG_TCGV.pbrook2008-05-101-3/+3
* Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir12008-05-101-1/+1
* Add helpers and shorthands for mul and muli operations.ths2008-05-041-0/+19
* Skip register moves when the target and the source are the sameblueswir12008-05-031-4/+8
* ARM TCG conversion 9/16.pbrook2008-03-311-0/+12
* ARM TCG conversion 7/16.pbrook2008-03-311-0/+19
* Add TL variants of trunc and ext/extublueswir12008-03-221-0/+12
* Prepare for op.c removal and zero legacy opsblueswir12008-03-211-0/+2
* Make TCG br op availableblueswir12008-03-211-0/+5
* Add discard_ptr and discard_tlblueswir12008-03-161-0/+4