summaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Fix typos in commentsPeter Maydell2012-08-101-5/+5
* arm: translate: comment typo - s/middel/middle/Peter A. G. Crosthwaite2012-08-101-1/+1
* target-arm: Fix TCG temp handling in 64 bit cp writesPeter Maydell2012-07-121-0/+2
* target-arm: Fix CP15 based WFIPaul Brook2012-07-121-1/+1
* target-arm: Remove remaining old cp15 infrastructurePeter Maydell2012-06-201-58/+1
* target-arm: Move block cache ops to new cp15 frameworkPeter Maydell2012-06-201-6/+1
* target-arm: Convert performance monitor registersPeter Maydell2012-06-201-25/+1
* target-arm: Convert TLS registersPeter Maydell2012-06-201-58/+0
* target-arm: Convert WFI/barriers special cases to cp_reginfoPeter Maydell2012-06-201-51/+0
* target-arm: Convert TEECR, TEEHBR to new schemePeter Maydell2012-06-201-66/+0
* target-arm: Convert debug registers to cp_reginfoPeter Maydell2012-06-201-28/+0
* target-arm: Remove old cpu_arm_set_cp_io infrastructurePeter Maydell2012-06-201-40/+1
* target-arm: initial coprocessor register frameworkPeter Maydell2012-06-201-1/+155
* target-arm: Make SETEND respect bswap_code (BE8) settingPeter Maydell2012-04-271-4/+4
* Userspace ARM BE8 supportPaul Brook2012-04-061-4/+7
* ARM: Permit any ARMv6K CPU to read the MVFR0 and MVFR1 VFP registers.Andrew Towers2012-03-301-1/+1
* target-arm: Decode SETEND correctly in ThumbPeter Maydell2012-03-151-23/+40
* target-arm: Don't overuse CPUStateAndreas Färber2012-03-141-52/+52
* target-arm: Fix errors in decode of M profile CPSPeter Maydell2012-01-131-4/+4
* target-arm/translate.c: Fix slightly misleading comment in Thumb decoderPeter Maydell2011-12-051-3/+5
* target-arm: Implement VFPv4 fused multiply-accumulate insnsPeter Maydell2011-10-191-0/+72
* target-arm: Add ARM UDIV/SDIV supportPeter Maydell2011-10-191-0/+19
* target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIVPeter Maydell2011-10-191-1/+2
* target-arm: v6 media multiply space: UNDEF on unassigned encodingsPeter Maydell2011-10-191-4/+20
* target-arm: Don't print debug messages for various UNDEF casesPeter Maydell2011-07-261-6/+0
* target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assertPeter Maydell2011-07-261-8/+11
* target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTMPeter Maydell2011-07-261-7/+31
* target-arm: Support v6 barriers in linux-user modePeter Maydell2011-07-261-18/+33
* Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl2011-07-201-177/+280
|\
| * target-arm: Minimal implementation of performance countersPeter Maydell2011-06-221-2/+18
| * Revert "target-arm: Use global env in neon_helper.c helpers"Peter Maydell2011-06-221-54/+86
| * target-arm: Pass fp status pointer explicitly to neon fp helpersPeter Maydell2011-06-221-30/+81
| * target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUStatePeter Maydell2011-06-221-6/+11
| * target-arm: Add helper function to generate code to get fpstatus pointerPeter Maydell2011-06-221-24/+16
| * Revert "target-arm: Use global env in iwmmxt_helper.c helpers"Peter Maydell2011-06-221-61/+68
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
|/
* target-arm: Fix compilation failure for 64 bit hostsPeter Maydell2011-06-031-9/+9
* target-arm: Use correct float status for Neon int-float conversionsPeter Maydell2011-05-231-69/+79
* target-arm: Fix VMLA, VMLS, VNMLS, VNMLA handling of NaNsPeter Maydell2011-05-151-13/+40
* Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-3/+3
* Fix typos in comments (neccessary -> necessary)Stefan Weil2011-05-081-2/+2
* target-arm: Don't update base register on abort in Thumb T1 LDMPeter Maydell2011-04-271-3/+14
* target-arm: fix LDMIA bug on page boundaryYuYeon Oh2011-04-271-1/+9
* target-arm: Handle UNDEF cases for Neon VLD/VST multiple-structuresPeter Maydell2011-04-251-0/+15
* target-arm: Handle UNDEFs for Neon single element load/storesPeter Maydell2011-04-251-0/+34
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-4/+3
* move helpers.h to helper.hLluís2011-04-171-3/+3
* target-arm: Handle UNDEF cases for VDUP (scalar)Juha Riihimäki2011-04-121-0/+3
* target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEFPeter Maydell2011-04-121-1/+8
* target-arm: Handle UNDEF cases for Neon 2 register misc formsPeter Maydell2011-04-121-5/+16
OpenPOWER on IntegriCloud