aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl3-3/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-12/+13
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-3/+3
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-3/+3
2011-06-03target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke1-0/+1
2011-06-03target-arm: Fix compilation failure for 64 bit hostsPeter Maydell1-9/+9
2011-05-23target-arm/exec.h: Remove unused #define of M0Peter Maydell1-2/+0
2011-05-23target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell1-22/+18
2011-05-23target-arm: Use correct float status for Neon int-float conversionsPeter Maydell3-194/+146
2011-05-23target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell1-1/+1
2011-05-23target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell1-0/+12
2011-05-23target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell1-2/+10
2011-05-15target-arm: Fix VMLA, VMLS, VNMLS, VNMLA handling of NaNsPeter Maydell1-13/+40
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-5/+5
2011-05-08target-arm: Privatize CPU_INTERRUPT_FIQ.Richard Henderson1-0/+4
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil1-3/+3
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil1-2/+2
2011-04-27target-arm: Don't update base register on abort in Thumb T1 LDMPeter Maydell1-3/+14
2011-04-27target-arm: fix LDMIA bug on page boundaryYuYeon Oh1-1/+9
2011-04-25target-arm: Handle UNDEF cases for Neon VLD/VST multiple-structuresPeter Maydell1-0/+15
2011-04-25target-arm: Handle UNDEFs for Neon single element load/storesPeter Maydell1-0/+34
2011-04-20target-arm: Set Invalid flag for NaN in float-to-int conversionsPeter Maydell1-0/+9
2011-04-20Implement basic part of SA-1110/SA-1100Dmitry Eremin-Solenikov2-0/+12
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-4/+3
2011-04-17move helpers.h to helper.hLluís6-7/+7
2011-04-16Fix some typos in comments and documentationStefan Weil1-1/+1
2011-04-13target-arm: Don't overflow when calculating value for signed VABALPeter Maydell1-17/+21
2011-04-12target-arm: Detect tininess before rounding for FP operationsPeter Maydell1-0/+4
2011-04-12target-arm: Handle UNDEF cases for VDUP (scalar)Juha Riihimäki1-0/+3
2011-04-12target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEFPeter Maydell1-1/+8
2011-04-12target-arm: Handle UNDEF cases for Neon 2 register misc formsPeter Maydell1-5/+16
2011-04-12target-arm: Simplify checking of size field in Neon 2reg-misc formsPeter Maydell1-76/+179
2011-04-12target-arm: Handle UNDEF cases for VEXTPeter Maydell1-0/+4
2011-04-12target-arm: Handle UNDEF cases for Neon 2 regs + scalar formsPeter Maydell1-10/+27
2011-04-12target-arm: Handle UNDEF cases for Neon 3-regs-different-widthsPeter Maydell1-20/+36
2011-04-12target-arm: Handle UNDEF cases for Neon invalid modified-immediatesPeter Maydell1-0/+10
2011-04-12target-arm: Collapse VSRI case into VSHL, VSLIPeter Maydell1-4/+0
2011-04-12target-arm: Handle UNDEF cases for Neon "2 regs and shift" insnsPeter Maydell1-19/+22
2011-04-12target-arm: Simplify three-register pairwise codeJuha Riihimäki1-11/+8
2011-04-12target-arm: Handle UNDEF cases for Neon 3-regs-same insnsPeter Maydell1-11/+43
2011-04-12target-arm: Use lookup table for size check on Neon 3-reg-same insnsPeter Maydell1-64/+133
2011-04-10arm: basic support for ARMv4/ARMv4T emulationDmitry Eremin-Solenikov3-12/+80
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-04-04target-arm: Make Neon helper routines use correct FP statusPeter Maydell1-2/+1
2011-04-04target-arm: Use global env in iwmmxt_helper.c helpersPeter Maydell3-175/+156
2011-04-04target-arm: Use global env in neon_helper.c helpersPeter Maydell3-206/+191
2011-04-03target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter Maydell2-130/+85
2011-04-03target-arm: Use new softfloat min/max functions for VMAX, VMINPeter Maydell1-6/+2