summaryrefslogtreecommitdiff
path: root/tcg/arm/tcg-target.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-01tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64Richard Henderson1-5/+43
2013-09-02exec: Split softmmu_defs.hRichard Henderson1-2/+0
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson1-2/+2
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson1-4/+4
2013-07-09tcg-arm: Implement tcg_register_jitRichard Henderson1-9/+67
2013-07-09tcg-arm: Use AT_PLATFORM to detect the host ISARichard Henderson1-4/+16
2013-07-09tcg-arm: Simplify logic in detecting the ARM ISA in useRichard Henderson1-39/+23
2013-07-09tcg-arm: Rename use_armv5_instructions to use_armvt5_instructionsRichard Henderson1-6/+6
2013-07-09tcg-arm: Make use of conditional availability of opcodes for divideRichard Henderson1-2/+14
2013-07-09tcg-arm: Don't implement remRichard Henderson1-14/+0
2013-06-05tcg: Remove redundant tcg_target_init checksRichard Henderson1-6/+0
2013-05-03tcg-arm: Use movi32 in exit_tbRichard Henderson1-9/+7
2013-05-03tcg-arm: Fix 64-bit tlb load for pre-v6Richard Henderson1-1/+1
2013-04-27tcg-arm: Remove long jump from tcg_out_goto_labelRichard Henderson1-6/+1
2013-04-27tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson1-107/+202
2013-04-27tcg-arm: Use movi32 + blx for calls on v7Richard Henderson1-0/+3
2013-04-27tcg-arm: Delete the 'S' constraintRichard Henderson1-4/+2
2013-04-27tcg-arm: Improve scheduling of tcg_out_tlb_readRichard Henderson1-53/+57
2013-04-27tcg-arm: Split out tcg_out_tlb_readRichard Henderson1-99/+70
2013-04-27tcg-arm: Cleanup most primitive load store subroutinesRichard Henderson1-124/+111
2013-04-27tcg-arm: Cleanup multiply subroutinesRichard Henderson1-40/+45
2013-04-27tcg-arm: Use R12 for the tcg temporaryRichard Henderson1-1/+1
2013-04-27tcg-arm: Use TCG_REG_TMP name for the tcg temporaryRichard Henderson1-58/+60
2013-04-27tcg-arm: Implement division instructionsRichard Henderson1-0/+36
2013-04-27tcg-arm: Implement deposit for armv7Richard Henderson1-3/+38
2013-04-27tcg-arm: Improve constant generationRichard Henderson1-23/+44
2013-04-27tcg-arm: Handle constant arguments to add2/sub2Richard Henderson1-48/+58
2013-04-27tcg-arm: Use tcg_out_dat_rIN for comparesRichard Henderson1-20/+20
2013-04-27tcg-arm: Allow constant first argument to subRichard Henderson1-3/+12
2013-04-27tcg-arm: Handle negated constant arguments to and/subRichard Henderson1-6/+35
2013-04-27tcg-arm: Use bic to implement and with constantRichard Henderson1-12/+44
2013-04-27tcg-arm: Fix local stack frameRichard Henderson1-74/+47
2013-02-23tcg-arm: Implement muls2_i32Richard Henderson1-0/+4
2013-01-19tcg/target-arm: Add missing parens to assertionsPeter Maydell1-2/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-11-24tcg/arm: fix cross-endian qemu_st16Aurelien Jarno1-2/+18
2012-11-24tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno1-36/+42
2012-10-17tcg/arm: Implement movcond_i32Peter Maydell1-0/+10
2012-10-17tcg/arm: Factor out code to emit immediate or reg-reg opPeter Maydell1-26/+20
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-12/+3
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson1-1/+1
2012-10-06tcg: remove obsolete jmp opAurelien Jarno1-7/+0
2012-10-05tcg/arm: Use tcg_out_mov_reg rather than inline equivalent codePeter Maydell1-12/+3
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil1-6/+0
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-28/+3
2012-08-26tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 codePeter Maydell1-93/+144
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl1-0/+53
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-11/+11
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno1-1/+1
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert1-19/+12