summaryrefslogtreecommitdiffstats
path: root/tcg/arm
Commit message (Expand)AuthorAgeFilesLines
...
* tcg-arm: Delete the 'S' constraintRichard Henderson2013-04-271-4/+2
* tcg-arm: Improve scheduling of tcg_out_tlb_readRichard Henderson2013-04-271-53/+57
* tcg-arm: Split out tcg_out_tlb_readRichard Henderson2013-04-271-99/+70
* tcg-arm: Cleanup most primitive load store subroutinesRichard Henderson2013-04-271-124/+111
* tcg-arm: Cleanup multiply subroutinesRichard Henderson2013-04-271-40/+45
* tcg-arm: Use R12 for the tcg temporaryRichard Henderson2013-04-271-1/+1
* tcg-arm: Use TCG_REG_TMP name for the tcg temporaryRichard Henderson2013-04-271-58/+60
* tcg-arm: Implement division instructionsRichard Henderson2013-04-272-1/+42
* tcg-arm: Implement deposit for armv7Richard Henderson2013-04-272-4/+42
* 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-272-14/+44
* tcg-arm: Fix local stack frameRichard Henderson2013-04-271-74/+47
* tcg-arm: Implement muls2_i32Richard Henderson2013-02-232-1/+5
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+1
* 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
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+3
* 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
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-191-2/+0
|\
| * tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-2/+0
* | tcg/arm: Implement movcond_i32Peter Maydell2012-10-172-1/+11
* | 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
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+1
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-152-29/+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
* w64: Change data type of parameters for flush_icache_rangeStefan Weil2012-03-031-1/+2
* tcg-arm: fix a typo in commentsAurelien Jarno2012-01-131-1/+1
* tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointerPeter Maydell2012-01-101-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: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-141-2/+2
* tcg/arm: Remove unused tcg_out_addi()Peter Maydell2011-10-011-15/+0
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-1/+0
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-14/+16
* 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
OpenPOWER on IntegriCloud