aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-03target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke1-0/+1
2011-05-23target-arm: Use correct float status for Neon int-float conversionsPeter Maydell1-95/+37
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-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-Solenikov1-0/+9
2011-04-17move helpers.h to helper.hLluís1-1/+1
2011-04-16Fix some typos in comments and documentationStefan Weil1-1/+1
2011-04-12target-arm: Detect tininess before rounding for FP operationsPeter Maydell1-0/+4
2011-04-10arm: basic support for ARMv4/ARMv4T emulationDmitry Eremin-Solenikov1-1/+28
2011-04-03target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter Maydell1-100/+55
2011-03-22target-arm: use make_float32() to make constant floats for VRSQRTSPeter Maydell1-6/+5
2011-03-22target-arm: Fix VRECPS edge cases handlingPeter Maydell1-3/+8
2011-03-22target-arm: Fix GE bits for v6media signed modulo arithmeticPeter Maydell1-2/+2
2011-03-06target-arm: Implement cp15 VA->PA translationAdam Lackorzynski1-2/+46
2011-02-24target-arm: fix support for VRSQRTE.Christophe Lyon1-10/+113
2011-02-24target-arm: fix support for VRECPE.Christophe Lyon1-12/+71
2011-02-24target-arm: Introduce float64_256 and float64_512 constants.Christophe Lyon1-0/+5
2011-02-10target-arm: Use standard FPSCR for Neon half-precision operationsPeter Maydell1-4/+22
2011-02-10target-arm: Silence NaNs resulting from half-precision conversionsPeter Maydell1-2/+10
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell1-2/+2
2011-02-04target-arm: Clean up handling of MPIDRPeter Maydell1-5/+21
2011-02-04target-arm: Add CPU feature flag for v7MPPeter Maydell1-0/+6
2011-01-14target-arm: Don't generate code specific to current CPU mode for SRSPeter Maydell1-2/+10
2011-01-14target-arm: Use the standard FPSCR value for VRSQRTSPeter Maydell1-1/+1
2011-01-14target-arm: Add support for 'Standard FPSCR Value' as used by NeonPeter Maydell1-0/+5
2011-01-14target-arm: Fix implementation of VRSQRTSPeter Maydell1-1/+9
2011-01-06target-arm: wire up the softfloat flush_input_to_zero flagPeter Maydell1-1/+7
2011-01-06target-arm: Set softfloat cumulative exc flags from correct FPSCR bitsPeter Maydell1-1/+1
2010-12-27target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki1-0/+2
2010-12-27target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm1-0/+1
2010-12-27target-arm: fix vmsav6 access controlJuha Riihimäki1-15/+19
2010-12-07ARM: Implement VCVT to 16 bit integer using new softfloat routinesPeter Maydell1-1/+1
2010-12-07ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell1-1/+1
2010-12-07ARM: Return correct result for single<->double conversion of NaNPeter Maydell1-2/+10
2010-12-07ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell1-0/+27
2010-12-03ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell1-0/+10
2010-12-03ARM: enable XScale/iWMMXT in linux-user modePeter Maydell1-0/+6
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-1/+1
2010-07-01target-arm : fix parallel saturated subtraction implementationChih-Min Chao1-2/+2
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch1-1/+0
2010-04-05Fix arm-linux-userPaul Brook1-0/+2
2010-04-05ARMv7-M reset fixesPaul Brook1-9/+24
2010-03-27target-arm: disable PAGE_EXEC for XN pagesRabin Vincent1-3/+7
2010-03-17Large page TLB flushPaul Brook1-21/+27
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-02-19target-arm: support thumb exception handlersRabin Vincent1-3/+2
2010-02-06target-arm: refactor cp15.c13 register accessRiku Voipio1-16/+0