summaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-3/+0
* target-arm: Add AArch64 translation stubAlexander Graf2013-09-101-3/+11
* target-arm: Prepare translation for AArch64 codeAlexander Graf2013-09-101-9/+29
* target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell2013-09-101-13/+13
* target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf2013-09-101-4/+5
* target-arm: Export cpu_envAlexander Graf2013-09-101-1/+1
* target-arm: Extract the disas struct to a header fileAlexander Graf2013-09-101-23/+1
* target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell2013-09-101-124/+210
* target-arm: Use sextract32() in branch decodePeter Maydell2013-09-101-2/+3
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-09-031-0/+4
|\
| * target-arm: Report unimplemented opcodes (LOG_UNIMP)Stefan Weil2013-09-011-0/+4
* | tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
|/
* target-arm: Support coprocessor registers which do I/OPeter Maydell2013-08-201-3/+13
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-3/+4
* target-arm: explicitly decode SEVL instructionMans Rullgard2013-07-151-1/+2
* target-arm: implement LDA/STL instructionsMans Rullgard2013-07-151-10/+119
* target-arm: add feature flag for ARMv8Mans Rullgard2013-07-151-0/+1
* target-arm: Change gen_intermediate_code_internal() argument to ARMCPUAndreas Färber2013-07-091-4/+5
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-2/+4
* Merge remote-tracking branch 'pmaydell/target-arm.next' into stagingAnthony Liguori2013-06-141-1/+1
|\
| * Fix rfe instructionPeter Chubb2013-06-031-1/+1
* | Remove unnecessary break statementsStefan Weil2013-06-011-1/+0
|/
* target-arm: Remove gen_{ld,st}* definitionsPeter Maydell2013-05-261-46/+0
* target-arm: Remove gen_{ld,st}* from thumb2 decoderPeter Maydell2013-05-261-10/+20
* target-arm: Remove gen_{ld,st}* from Thumb insnsPeter Maydell2013-05-261-25/+46
* target-arm: Remove gen_{ld,st}* from basic ARM insnsPeter Maydell2013-05-261-32/+69
* target-arm: Remove use of gen_{ld,st}* from ldrex/strexPeter Maydell2013-05-261-13/+18
* target-arm: Remove uses of gen_{ld,st}* from Neon codePeter Maydell2013-05-261-18/+28
* target-arm: Remove uses of gen_{ld,st}* from iWMMXt codePeter Maydell2013-05-261-8/+10
* target-arm: Remove gen_ld64() and gen_st64()Peter Maydell2013-05-261-15/+4
* target-arm: Don't use TCGv when we mean TCGv_i32Peter Maydell2013-05-261-224/+229
* target-arm: Reinsert missing return statement in ARM mode SRS decodePeter Chubb2013-04-191-0/+1
* target-arm: Don't decode RFE or SRS on M profile coresPeter Maydell2013-03-051-2/+3
* target-arm: Factor out handling of SRS instructionPeter Maydell2013-03-051-67/+69
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* target-arm: Fix sbc_CC carryRichard Henderson2013-02-251-24/+4
* arm/translate.c: Fix adc_CC/sbc_CC implementationPeter Crosthwaite2013-02-251-2/+2
* target-arm: Implement sbc_cc inlineRichard Henderson2013-02-231-8/+39
* target-arm: Implement adc_cc inlineRichard Henderson2013-02-231-5/+34
* target-arm: Use add2 in gen_add_CCRichard Henderson2013-02-231-4/+3
* target-arm: Use mul[us]2 and add2 in umlal et alRichard Henderson2013-02-231-12/+14
* target-arm: Use mul[us]2 in gen_mul[us]_i64_i32Richard Henderson2013-02-231-16/+22
* target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writesPeter Maydell2013-01-301-1/+4
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
OpenPOWER on IntegriCloud