summaryrefslogtreecommitdiffstats
path: root/target-arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM CP15 tls fixPaul Brook2010-02-231-9/+7
* target-arm: support thumb exception handlersRabin Vincent2010-02-191-3/+2
* target-arm: implement Thumb-2 exception returnRabin Vincent2010-02-191-2/+10
* target-arm: fix thumb CPSRabin Vincent2010-02-191-1/+1
* target-arm: refactor cp15.c13 register accessRiku Voipio2010-02-062-16/+55
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* target-arm: fix strexdAurelien Jarno2009-12-241-1/+1
* ARM atomic ops rewritePaul Brook2009-11-224-176/+171
* ARM Cortex-A9 cpu supportPaul Brook2009-11-192-1/+36
* ARM FP16 supportPaul Brook2009-11-194-0/+105
* target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno2009-10-273-47/+14
* target-arm: fix neon shift helper functionsJuha Riihimäki2009-10-271-12/+14
* target-arm: fix neon vsri, vshl and vsli opsJuha Riihimäki2009-10-271-14/+18
OpenPOWER on IntegriCloud