summaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-arm: refactor cp15.c13 register accessRiku Voipio2010-02-061-0/+55
* target-arm: fix strexdAurelien Jarno2009-12-241-1/+1
* ARM atomic ops rewritePaul Brook2009-11-221-85/+165
* ARM FP16 supportPaul Brook2009-11-191-0/+85
* target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno2009-10-271-38/+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-271-0/+3
* 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 bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330edAurelien Jarno2009-10-181-5/+7
* target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7Aurelien Jarno2009-10-181-3/+3
* 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-171-9/+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
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Remove unused gen_bx_T0 function.Filip Navara2009-06-241-8/+0
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-13/+26
* fix ARMv7 data processing instructionsJuha Riihimäki2009-05-151-77/+111
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+1
* Fix ARM quadword VDUP (core register).pbrook2009-03-171-4/+6
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-6/+6
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-4/+4
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Implement (very) basic Thumb2-EE support. This doesn't actually implementpbrook2008-12-191-0/+75
* Fix VFP fixed point conversion routines.pbrook2008-12-191-8/+12
* ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard).balrog2008-12-071-3/+3
* ARM: fix usad8 and usada8 usage of registers (Mans Rullgard).balrog2008-12-071-3/+3
* Patch holes in ARM translation (Laurent Desnogues).balrog2008-12-071-2/+4
* ARM: cosmetics (Laurent Desnogues).balrog2008-12-071-29/+1
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Remove premature memop TB terminations (Jan Kiszka)aliguori2008-11-181-6/+0
OpenPOWER on IntegriCloud