summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* Large page TLB flushPaul Brook2010-03-171-21/+27
* target-arm: make RFE usable with any registerAdam Lackorzynski2010-03-131-1/+1
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+3
* target-arm: Fix missing 'return' in SRS handling.Adam Lackorzynski2010-03-061-0/+1
* target-arm: neon vshll instruction fixJuha Riihimäki2010-02-281-0/+1
* target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHNRiku Voipio2010-02-281-2/+2
* ARM CP15 tls fixPaul Brook2010-02-231-9/+7
* target-arm: support thumb exception handlersRabin Vincent2010-02-191-3/+2
* target-arm: implement Thumb-2 exception returnRabin Vincent2010-02-191-2/+10
* target-arm: fix thumb CPSRabin Vincent2010-02-191-1/+1
* target-arm: refactor cp15.c13 register accessRiku Voipio2010-02-062-16/+55
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* target-arm: fix strexdAurelien Jarno2009-12-241-1/+1
* ARM atomic ops rewritePaul Brook2009-11-224-176/+171
* ARM Cortex-A9 cpu supportPaul Brook2009-11-192-1/+36
* ARM FP16 supportPaul Brook2009-11-194-0/+105
* target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno2009-10-273-47/+14
* target-arm: fix neon shift helper functionsJuha Riihimäki2009-10-271-12/+14
* target-arm: fix neon vsri, vshl and vsli opsJuha Riihimäki2009-10-271-14/+18
* target-arm: allow modifying vfp fpexc en bit onlyJuha Riihimäki2009-10-272-1/+4
* target-arm: add support for neon vld1.64/vst1.64 instructionsJuha Riihimäki2009-10-271-52/+81
* target-arm: fix neon vshrn/vrshrn opsJuha Riihimäki2009-10-271-9/+3
* target-arm: fix incorrect temporary variable freeingJuha Riihimäki2009-10-261-2/+2
* target-arm: optimize thumb 32-bit multiplyJuha.Riihimaki@nokia.com2009-10-231-17/+1
* target-arm: cleanup internal resource leaksJuha Riihimäki2009-10-231-27/+89
* target-arm: fix sdiv helperAurelien Jarno2009-10-231-0/+2
* target-arm: use clz32() instead of a for loopAurelien Jarno2009-10-231-4/+2
* target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330edAurelien Jarno2009-10-181-5/+7
* target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7Aurelien Jarno2009-10-181-3/+3
* target-arm: remove T0 and T1Aurelien Jarno2009-10-171-2/+0
* target-arm: remove cpu_T for ARM once and for allFilip Navara2009-10-171-26/+0
* target-arm: convert VFP not to use cpu_TFilip Navara2009-10-171-28/+22
* target-arm: convert disas_iwmmxt_insn not to use cpu_TFilip Navara2009-10-171-252/+219
* target-arm: convert disas_dsp_insn not use cpu_TFilip Navara2009-10-171-39/+20
* target-arm: convert disas_neon_ls_insn not to use cpu_TFilip Navara2009-10-171-33/+34
* target-arm: convert disas_neon_data_insn and helpers not to use cpu_TFilip Navara2009-10-171-296/+271
* target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_TFilip Navara2009-10-171-41/+56
* target-arm: replace thumb usage of cpu_T registers by proper register allocat...Filip Navara2009-10-171-129/+139
* target-arm: fix TANDC and TORC instructionsFilip Navara2009-10-171-0/+2
* target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCGFilip Navara2009-10-173-73/+142
* target-arm: convert gen_lookup_tb not to use cpu_TFilip Navara2009-10-171-2/+1
* target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_p...Filip Navara2009-10-171-20/+24
* target-arm: fix SRS/RFE instructionsFilip Navara2009-10-171-15/+16
* target-arm: remove unused gen_movl_T2_reg functionFilip Navara2009-10-171-5/+0
* target-arm: remove useless line that sets register that is never used againFilip Navara2009-10-171-1/+0
* target-arm: get rid of temporary variable cacheFilip Navara2009-10-171-28/+3
* target-arm: use tcg_global_mem_new_i32 to allocate registersFilip Navara2009-10-171-17/+23
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-012-3/+3
* Get rid of _t suffixmalc2009-10-012-3/+3
OpenPOWER on IntegriCloud