summaryrefslogtreecommitdiffstats
path: root/target-arm/helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Set Invalid flag for NaN in float-to-int conversionsPeter Maydell2011-04-201-0/+9
* Implement basic part of SA-1110/SA-1100Dmitry Eremin-Solenikov2011-04-201-0/+9
* move helpers.h to helper.hLluís2011-04-171-1/+1
* Fix some typos in comments and documentationStefan Weil2011-04-161-1/+1
* target-arm: Detect tininess before rounding for FP operationsPeter Maydell2011-04-121-0/+4
* arm: basic support for ARMv4/ARMv4T emulationDmitry Eremin-Solenikov2011-04-101-1/+28
* target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter Maydell2011-04-031-100/+55
* target-arm: use make_float32() to make constant floats for VRSQRTSPeter Maydell2011-03-221-6/+5
* target-arm: Fix VRECPS edge cases handlingPeter Maydell2011-03-221-3/+8
* target-arm: Fix GE bits for v6media signed modulo arithmeticPeter Maydell2011-03-221-2/+2
* target-arm: Implement cp15 VA->PA translationAdam Lackorzynski2011-03-061-2/+46
* target-arm: fix support for VRSQRTE.Christophe Lyon2011-02-241-10/+113
* target-arm: fix support for VRECPE.Christophe Lyon2011-02-241-12/+71
* target-arm: Introduce float64_256 and float64_512 constants.Christophe Lyon2011-02-241-0/+5
* target-arm: Use standard FPSCR for Neon half-precision operationsPeter Maydell2011-02-101-4/+22
* target-arm: Silence NaNs resulting from half-precision conversionsPeter Maydell2011-02-101-2/+10
* softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell2011-02-101-2/+2
* target-arm: Clean up handling of MPIDRPeter Maydell2011-02-041-5/+21
* target-arm: Add CPU feature flag for v7MPPeter Maydell2011-02-041-0/+6
* target-arm: Don't generate code specific to current CPU mode for SRSPeter Maydell2011-01-141-2/+10
* target-arm: Use the standard FPSCR value for VRSQRTSPeter Maydell2011-01-141-1/+1
* target-arm: Add support for 'Standard FPSCR Value' as used by NeonPeter Maydell2011-01-141-0/+5
* target-arm: Fix implementation of VRSQRTSPeter Maydell2011-01-141-1/+9
* target-arm: wire up the softfloat flush_input_to_zero flagPeter Maydell2011-01-061-1/+7
* target-arm: Set softfloat cumulative exc flags from correct FPSCR bitsPeter Maydell2011-01-061-1/+1
* target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki2010-12-271-0/+2
* target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm2010-12-271-0/+1
* target-arm: fix vmsav6 access controlJuha Riihimäki2010-12-271-15/+19
* ARM: Implement VCVT to 16 bit integer using new softfloat routinesPeter Maydell2010-12-071-1/+1
* ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell2010-12-071-1/+1
* ARM: Return correct result for single<->double conversion of NaNPeter Maydell2010-12-071-2/+10
* ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell2010-12-071-0/+27
* ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell2010-12-031-0/+10
* ARM: enable XScale/iWMMXT in linux-user modePeter Maydell2010-12-031-0/+6
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-1/+1
* target-arm : fix parallel saturated subtraction implementationChih-Min Chao2010-07-011-2/+2
* arm: fix arm kernel boot for non zero start addrLars Munch2010-05-311-1/+0
* Fix arm-linux-userPaul Brook2010-04-051-0/+2
* ARMv7-M reset fixesPaul Brook2010-04-051-9/+24
* target-arm: disable PAGE_EXEC for XN pagesRabin Vincent2010-03-271-3/+7
* Large page TLB flushPaul Brook2010-03-171-21/+27
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* target-arm: support thumb exception handlersRabin Vincent2010-02-191-3/+2
* target-arm: refactor cp15.c13 register accessRiku Voipio2010-02-061-16/+0
* ARM atomic ops rewritePaul Brook2009-11-221-84/+0
* ARM Cortex-A9 cpu supportPaul Brook2009-11-191-1/+35
* ARM FP16 supportPaul Brook2009-11-191-0/+16
* target-arm: allow modifying vfp fpexc en bit onlyJuha Riihimäki2009-10-271-1/+1
* target-arm: fix sdiv helperAurelien Jarno2009-10-231-0/+2
* target-arm: use clz32() instead of a for loopAurelien Jarno2009-10-231-4/+2
OpenPOWER on IntegriCloud