summaryrefslogtreecommitdiffstats
path: root/tcg/arm/tcg-target.c
Commit message (Expand)AuthorAgeFilesLines
...
* tcg-arm: Implement deposit for armv7Richard Henderson2013-04-271-3/+38
* tcg-arm: Improve constant generationRichard Henderson2013-04-271-23/+44
* tcg-arm: Handle constant arguments to add2/sub2Richard Henderson2013-04-271-48/+58
* tcg-arm: Use tcg_out_dat_rIN for comparesRichard Henderson2013-04-271-20/+20
* tcg-arm: Allow constant first argument to subRichard Henderson2013-04-271-3/+12
* tcg-arm: Handle negated constant arguments to and/subRichard Henderson2013-04-271-6/+35
* tcg-arm: Use bic to implement and with constantRichard Henderson2013-04-271-12/+44
* tcg-arm: Fix local stack frameRichard Henderson2013-04-271-74/+47
* tcg-arm: Implement muls2_i32Richard Henderson2013-02-231-0/+4
* tcg/target-arm: Add missing parens to assertionsPeter Maydell2013-01-191-2/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* tcg/arm: fix cross-endian qemu_st16Aurelien Jarno2012-11-241-2/+18
* tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno2012-11-241-36/+42
* tcg/arm: Implement movcond_i32Peter Maydell2012-10-171-0/+10
* tcg/arm: Factor out code to emit immediate or reg-reg opPeter Maydell2012-10-171-26/+20
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-12/+3
|\
| * tcg/arm: Use tcg_out_mov_reg rather than inline equivalent codePeter Maydell2012-10-051-12/+3
* | tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson2012-10-061-1/+1
* | tcg: remove obsolete jmp opAurelien Jarno2012-10-061-7/+0
|/
* tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil2012-09-221-6/+0
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-28/+3
* tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 codePeter Maydell2012-08-261-93/+144
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+53
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-11/+11
* tcg-arm: fix a typo in commentsAurelien Jarno2012-01-131-1/+1
* tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert2011-12-141-19/+12
* tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson2011-11-141-6/+7
* tcg/arm: Remove unused tcg_out_addi()Peter Maydell2011-10-011-15/+0
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-0/+2
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-261-7/+10
* tcg/arm: Support host code being compiled for ThumbPeter Maydell2011-03-241-9/+26
* tcg arm/mips/ia64: add a comment about retranslation and cachesAurelien Jarno2011-01-121-0/+3
* tcg/arm: improve constant loadingAurelien Jarno2011-01-101-18/+21
* tcg/arm: fix qemu_st64 for big endian targetsAurelien Jarno2011-01-081-1/+1
* tcg/arm: fix branch target change during code retranslationAurelien Jarno2011-01-081-8/+20
* tcg: Make some tcg-target.c routines static.Richard Henderson2010-06-091-2/+2
* tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson2010-06-091-1/+1
* tcg/arm: fix condition in zero/sign extension functionsAurelien Jarno2010-04-251-6/+6
* tcg/arm: don't try to load constants using pcAurelien Jarno2010-04-191-7/+0
* tcg/arm: optimize register allocation orderAurelien Jarno2010-04-191-5/+5
* tcg/arm: fix argument alignment in qemu_st64Aurelien Jarno2010-04-191-9/+10
* tcg/arm: remove useless register tests in qemu_ld/stAurelien Jarno2010-04-191-20/+10
* tcg/arm: bswap arguments in qemu_ld/st if neededAurelien Jarno2010-04-191-69/+159
* tcg/arm: use ext* ops in qemu_ldAurelien Jarno2010-04-191-18/+12
* tcg/arm: remove conditional argument for qemu_ld/stAurelien Jarno2010-04-191-51/+49
* tcg/arm: add bswap opsAurelien Jarno2010-04-191-0/+42
* tcg/arm: add ext16u opAurelien Jarno2010-04-191-18/+48
* tcg/arm: add rotation opsAurelien Jarno2010-04-191-0/+19
* tcg/arm: use the blx instruction when possibleAurelien Jarno2010-04-191-4/+12
* tcg/arm: sxtb and sxth are available starting with ARMv6Aurelien Jarno2010-04-191-2/+2
OpenPOWER on IntegriCloud