summaryrefslogtreecommitdiffstats
path: root/tcg/README
Commit message (Expand)AuthorAgeFilesLines
* tcg: Add opcodes for vector minmax arithmeticRichard Henderson2019-01-281-0/+10
* tcg: Add opcodes for vector saturated arithmeticRichard Henderson2019-01-281-0/+9
* tcg: fix s/compliment/complement/ typosEmilio G. Cota2018-05-201-1/+1
* tcg: Document INDEX_mul[us]h_*Richard Henderson2018-05-011-0/+8
* tcg: Add generic vector ops for multiplicationRichard Henderson2018-02-081-0/+4
* tcg: Add generic vector ops for comparisonsRichard Henderson2018-02-081-0/+4
* tcg: Add generic vector ops for constant shiftsRichard Henderson2018-02-081-0/+29
* tcg: Add types and basic operations for host vectorsRichard Henderson2018-02-081-0/+49
* docs: fix broken paths to docs/devel/atomics.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+8
* tcg: Add clz and ctz opcodesRichard Henderson2017-01-101-0/+8
* tcg: Allow an operand to be matching or a constantRichard Henderson2017-01-101-4/+9
* tcg: Add field extraction primitivesRichard Henderson2017-01-101-2/+18
* qemu-tech: move text from qemu-tech to tcg/READMEPaolo Bonzini2016-10-071-0/+5
* Introduce TCGOpcode for memory barrierPranith Kumar2016-09-161-0/+17
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell2016-02-231-2/+3
* tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson2015-08-241-4/+10
* tcg: update README about size changing opsAurelien Jarno2015-08-241-3/+15
* tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno2015-08-241-1/+1
* tcg: Add INDEX_op_trunc_shr_i32Richard Henderson2014-04-281-0/+5
* tcg: Use "unspecified behavior" for shiftsRichard Henderson2014-04-191-5/+13
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-24/+19Star
* Use proper term in TCG README陳韋任 (Wei-Ren Chen)2013-03-221-5/+9
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+4
* tcg: Add 64-bit multiword arithmetic operationsRichard Henderson2013-02-231-12/+14
* tcg: rework TCG helper flagsAurelien Jarno2012-10-281-5/+14
* tcg: forbid ld/st function to modify globalsAurelien Jarno2012-10-281-0/+3
* tcg: remove obsolete jmp opAurelien Jarno2012-10-061-6/+1Star
* tcg: Adjust descriptions of *cond opcodesRichard Henderson2012-09-261-5/+5
* tcg/README: document tcg_gen_goto_tb restrictionsMax Filippov2012-09-221-1/+2
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+6
* tcg/README: Expand advice on number of TCG ops per target insnPeter Maydell2011-07-161-1/+9
* tcg: README, name deposit second argument len/LENEdgar E. Iglesias2011-01-201-2/+2
* tcg: Define "deposit" as an optional operation.Richard Henderson2011-01-201-0/+14
* tcg: fix typo in readmeMike Frysinger2011-01-091-1/+1
* tcg/README: Spelling fixesStefan Weil2011-01-091-4/+4
* tcg/README: improve description of bswap*Aurelien Jarno2010-04-101-4/+4
* tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson2010-03-261-3/+7
* tcg: Allow target-specific implementation of EQV.Richard Henderson2010-03-261-1/+1
* tcg: update README with const and pure helpersAurelien Jarno2010-03-131-4/+7
* tcg: generic support for conditional setRichard Henderson2010-02-061-0/+13
* tcg: document double-word support opcodes.Richard Henderson2010-02-061-0/+23
* tcg/README: fix description of bswap32_i32/i64aurel322009-03-291-1/+1
* tcg: update README wrt recent bswap changesaurel322009-03-131-6/+7
* TCG: Fix documentation of qemu_ld/st opsaurel322009-01-031-11/+11
* Remove a few dyngen and dyngen related codeaurel322008-12-071-17/+4Star
* Mention output overlaps.pbrook2008-11-041-0/+5
* tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructionsaurel322008-11-031-1/+9
* TCG: add logical operations found on alpha and powerpc processorsaurel322008-10-211-0/+20