summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* 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: fix SMMLA/SMMLS instructionsAurelien Jarno2011-01-061-45/+51
* target-arm: fix UMAAL instructionAurelien Jarno2010-12-311-10/+22
* 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
* target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell2010-12-271-3/+12
* target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki2010-12-271-2/+0
* target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell2010-12-271-1/+1
* target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki2010-12-271-1/+1
* target-arm: Fix arguments passed to VQSHL helpersJuha Riihimäki2010-12-271-2/+2
* target-arm: fix bug in translation of REVSHAurelien Jarno2010-12-271-7/+3
* 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: Fix sense of to_integer bit in Neon VCVT float/int conversionPeter Maydell2010-12-071-4/+4
* ARM: Fix decoding of Neon forms of VCVT between float and fixed pointPeter Maydell2010-12-071-2/+6
* ARM: Fix decoding of VFP forms of VCVT between float and int/fixedPeter Maydell2010-12-071-7/+12
* ARM: fix ldrexd/strexdPeter Maydell2010-12-071-3/+5
* target-arm: Handle 'smc' as an undefined instructionAdam Lackorzynski2010-12-071-1/+8
* target-arm: Fix mixup in decoding of saturating add and subJohan Bengtsson2010-12-071-2/+2
* target-arm: Add support for PKHxx in thumb2Johan Bengtsson2010-12-071-18/+45
* ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell2010-12-032-0/+14
* ARM: enable XScale/iWMMXT in linux-user modePeter Maydell2010-12-031-0/+6
* [PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2010-12-032-16/+0
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-303-4/+5
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-032-5/+6
* target-arm : fix parallel saturated subtraction implementationChih-Min Chao2010-07-011-2/+2
* target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao2010-07-011-2/+2
* target-arm: fix addsub/subadd implementationChih-Min Chao2010-07-011-4/+4
* NEON vldN optimizationPaul Brook2010-06-111-2/+4
* arm: fix arm kernel boot for non zero start addrLars Munch2010-05-311-1/+0
* arm: prevent coprocessor IO resetLars Munch2010-05-281-7/+7
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+0
* target-arm: fix neon vmon/vmvn with modified immediateJuha Riihimäki2010-04-081-1/+1
* target-arm: resource leak fixes for iwmmxt disassembleLars Munch2010-04-081-0/+2
* Fix arm-linux-userPaul Brook2010-04-051-0/+2
* ARMv7-M reset fixesPaul Brook2010-04-052-10/+25
* target-arm: disable PAGE_EXEC for XN pagesRabin Vincent2010-03-271-3/+7
* target-arm: Fix handling of AL condition in IT instructionJohan Bengtsson2010-03-231-3/+5
* Large page TLB flushPaul Brook2010-03-171-21/+27
* target-arm: make RFE usable with any registerAdam Lackorzynski2010-03-131-1/+1
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+3
* target-arm: Fix missing 'return' in SRS handling.Adam Lackorzynski2010-03-061-0/+1
* target-arm: neon vshll instruction fixJuha Riihimäki2010-02-281-0/+1
* target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHNRiku Voipio2010-02-281-2/+2
OpenPOWER on IntegriCloud