aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-06target-arm: fix SMMLA/SMMLS instructionsAurelien Jarno1-45/+51
2010-12-31target-arm: fix UMAAL instructionAurelien Jarno1-10/+22
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-27target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell1-3/+12
2010-12-27target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki1-2/+0
2010-12-27target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell1-1/+1
2010-12-27target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki1-1/+1
2010-12-27target-arm: Fix arguments passed to VQSHL helpersJuha Riihimäki1-2/+2
2010-12-27target-arm: fix bug in translation of REVSHAurelien Jarno1-7/+3
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-07ARM: Fix sense of to_integer bit in Neon VCVT float/int conversionPeter Maydell1-4/+4
2010-12-07ARM: Fix decoding of Neon forms of VCVT between float and fixed pointPeter Maydell1-2/+6
2010-12-07ARM: Fix decoding of VFP forms of VCVT between float and int/fixedPeter Maydell1-7/+12
2010-12-07ARM: fix ldrexd/strexdPeter Maydell1-3/+5
2010-12-07target-arm: Handle 'smc' as an undefined instructionAdam Lackorzynski1-1/+8
2010-12-07target-arm: Fix mixup in decoding of saturating add and subJohan Bengtsson1-2/+2
2010-12-07target-arm: Add support for PKHxx in thumb2Johan Bengtsson1-18/+45
2010-12-03ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell2-0/+14
2010-12-03ARM: enable XScale/iWMMXT in linux-user modePeter Maydell1-0/+6
2010-12-03[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2-16/+0
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil3-4/+5
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+6
2010-07-01target-arm : fix parallel saturated subtraction implementationChih-Min Chao1-2/+2
2010-07-01target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao1-2/+2
2010-07-01target-arm: fix addsub/subadd implementationChih-Min Chao1-4/+4
2010-06-11NEON vldN optimizationPaul Brook1-2/+4
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch1-1/+0
2010-05-28arm: prevent coprocessor IO resetLars Munch1-7/+7
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+0
2010-04-08target-arm: fix neon vmon/vmvn with modified immediateJuha Riihimäki1-1/+1
2010-04-08target-arm: resource leak fixes for iwmmxt disassembleLars Munch1-0/+2
2010-04-05Fix arm-linux-userPaul Brook1-0/+2
2010-04-05ARMv7-M reset fixesPaul Brook2-10/+25
2010-03-27target-arm: disable PAGE_EXEC for XN pagesRabin Vincent1-3/+7
2010-03-23target-arm: Fix handling of AL condition in IT instructionJohan Bengtsson1-3/+5
2010-03-17Large page TLB flushPaul Brook1-21/+27
2010-03-13target-arm: make RFE usable with any registerAdam Lackorzynski1-1/+1
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+3
2010-03-06target-arm: Fix missing 'return' in SRS handling.Adam Lackorzynski1-0/+1
2010-02-28target-arm: neon vshll instruction fixJuha Riihimäki1-0/+1
2010-02-28target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHNRiku Voipio1-2/+2