summaryrefslogtreecommitdiff
path: root/target-arm/translate.c
AgeCommit message (Expand)Author
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-14Merge remote-tracking branch 'pmaydell/target-arm.next' into stagingAnthony Liguori
2013-06-03Fix rfe instructionPeter Chubb
2013-06-01Remove unnecessary break statementsStefan Weil
2013-05-26target-arm: Remove gen_{ld,st}* definitionsPeter Maydell
2013-05-26target-arm: Remove gen_{ld,st}* from thumb2 decoderPeter Maydell
2013-05-26target-arm: Remove gen_{ld,st}* from Thumb insnsPeter Maydell
2013-05-26target-arm: Remove gen_{ld,st}* from basic ARM insnsPeter Maydell
2013-05-26target-arm: Remove use of gen_{ld,st}* from ldrex/strexPeter Maydell
2013-05-26target-arm: Remove uses of gen_{ld,st}* from Neon codePeter Maydell
2013-05-26target-arm: Remove uses of gen_{ld,st}* from iWMMXt codePeter Maydell
2013-05-26target-arm: Remove gen_ld64() and gen_st64()Peter Maydell
2013-05-26target-arm: Don't use TCGv when we mean TCGv_i32Peter Maydell
2013-04-19target-arm: Reinsert missing return statement in ARM mode SRS decodePeter Chubb
2013-03-05target-arm: Don't decode RFE or SRS on M profile coresPeter Maydell
2013-03-05target-arm: Factor out handling of SRS instructionPeter Maydell
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-02-25target-arm: Fix sbc_CC carryRichard Henderson
2013-02-25arm/translate.c: Fix adc_CC/sbc_CC implementationPeter Crosthwaite
2013-02-23target-arm: Implement sbc_cc inlineRichard Henderson
2013-02-23target-arm: Implement adc_cc inlineRichard Henderson
2013-02-23target-arm: Use add2 in gen_add_CCRichard Henderson
2013-02-23target-arm: Use mul[us]2 and add2 in umlal et alRichard Henderson
2013-02-23target-arm: Use mul[us]2 in gen_mul[us]_i64_i32Richard Henderson
2013-01-30target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writesPeter Maydell
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-10-24target-arm: Implement abs_i32 inline rather than as a helperPeter Maydell
2012-10-24target-arm: Use TCG operation for Neon 64 bit negationPeter Maydell
2012-10-17target-arm/translate: Fix RRX operandsPeter Crosthwaite
2012-10-05target-arm: use deposit instead of hardcoded versionAurelien Jarno
2012-10-05target-arm: convert sar, shl and shr helpers to TCGAurelien Jarno
2012-10-05target-arm: convert add_cc and sub_cc helpers to TCGAurelien Jarno
2012-10-05target-arm: use globals for CC flagsAurelien Jarno
2012-10-05target-arm: Reinstate display of VFP registers in cpu_dump_statePeter Maydell
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-09-15target-arm: final conversion to AREG0 free modeBlue Swirl
2012-09-15target-arm: convert remaining helpersBlue Swirl
2012-09-15target-arm: convert void helpersBlue Swirl
2012-08-10target-arm: Fix typos in commentsPeter Maydell
2012-08-10arm: translate: comment typo - s/middel/middle/Peter A. G. Crosthwaite
2012-07-12target-arm: Fix TCG temp handling in 64 bit cp writesPeter Maydell
2012-07-12target-arm: Fix CP15 based WFIPaul Brook