aboutsummaryrefslogtreecommitdiff
path: root/target-arm/translate.c
AgeCommit message (Expand)Author
2013-09-03target-arm: Add AArch64 translation stubAlexander Graf
2013-09-03target-arm: Prepare translation for AArch64 codeAlexander Graf
2013-09-03target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell
2013-09-03target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf
2013-09-03target-arm: Export cpu_envAlexander Graf
2013-09-03target-arm: Extract the disas struct to a header fileAlexander Graf
2013-09-03target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-08-20target-arm: Support coprocessor registers which do I/OPeter Maydell
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-15target-arm: explicitly decode SEVL instructionMans Rullgard
2013-07-15target-arm: implement LDA/STL instructionsMans Rullgard
2013-07-15target-arm: add feature flag for ARMv8Mans Rullgard
2013-07-09target-arm: Change gen_intermediate_code_internal() argument to ARMCPUAndreas Färber
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