aboutsummaryrefslogtreecommitdiff
path: root/target-arm/translate.c
AgeCommit message (Expand)Author
2011-01-26target-arm: Fix loading of scalar value for Neon multiply-by-scalarPeter Maydell
2011-01-26target-arm: Fix garbage collection of temporaries in Neon emulation.Christophe Lyon
2011-01-26Support saturation with shift=0.Christophe Lyon
2011-01-18target-arm: Log instruction start in TCG codePeter Maydell
2011-01-14target-arm: Restore IT bits when resuming after an exceptionPeter Maydell
2011-01-14target-arm: Refactor translation of exception generating instructionsPeter Maydell
2011-01-14target-arm: Remove redundant setting of IT bits before Thumb SWIPeter Maydell
2011-01-14target-arm: Translate with user-state from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Translate with condexec bits from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Translate with Thumb state from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Translate with VFP len/stride from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Translate with VFP-enabled from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Don't generate code specific to current CPU mode for SRSPeter Maydell
2011-01-12ARM: Fix decoding of VQSHL/VQSHLU immediate formsPeter Maydell
2011-01-06target-arm: fix SMMLA/SMMLS instructionsAurelien Jarno
2010-12-31target-arm: fix UMAAL instructionAurelien Jarno
2010-12-27target-arm: Fix arguments passed to VQSHL helpersJuha Riihimäki
2010-12-27target-arm: fix bug in translation of REVSHAurelien Jarno
2010-12-07ARM: Fix sense of to_integer bit in Neon VCVT float/int conversionPeter Maydell
2010-12-07ARM: Fix decoding of Neon forms of VCVT between float and fixed pointPeter Maydell
2010-12-07ARM: Fix decoding of VFP forms of VCVT between float and int/fixedPeter Maydell
2010-12-07ARM: fix ldrexd/strexdPeter Maydell
2010-12-07target-arm: Handle 'smc' as an undefined instructionAdam Lackorzynski
2010-12-07target-arm: Fix mixup in decoding of saturating add and subJohan Bengtsson
2010-12-07target-arm: Add support for PKHxx in thumb2Johan Bengtsson
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-07-01target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao
2010-06-11NEON vldN optimizationPaul Brook
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-08target-arm: fix neon vmon/vmvn with modified immediateJuha Riihimäki
2010-04-08target-arm: resource leak fixes for iwmmxt disassembleLars Munch
2010-03-23target-arm: Fix handling of AL condition in IT instructionJohan Bengtsson
2010-03-13target-arm: make RFE usable with any registerAdam Lackorzynski
2010-03-06target-arm: Fix missing 'return' in SRS handling.Adam Lackorzynski
2010-02-28target-arm: neon vshll instruction fixJuha Riihimäki
2010-02-28target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHNRiku Voipio
2010-02-23ARM CP15 tls fixPaul Brook
2010-02-19target-arm: implement Thumb-2 exception returnRabin Vincent
2010-02-19target-arm: fix thumb CPSRabin Vincent
2010-02-06target-arm: refactor cp15.c13 register accessRiku Voipio
2009-12-24target-arm: fix strexdAurelien Jarno
2009-11-22ARM atomic ops rewritePaul Brook
2009-11-19ARM FP16 supportPaul Brook
2009-10-27target-arm: use native tcg-ops for ror/bic/vornAurelien Jarno
2009-10-27target-arm: fix neon vsri, vshl and vsli opsJuha Riihimäki
2009-10-27target-arm: allow modifying vfp fpexc en bit onlyJuha Riihimäki
2009-10-27target-arm: add support for neon vld1.64/vst1.64 instructionsJuha Riihimäki
2009-10-27target-arm: fix neon vshrn/vrshrn opsJuha Riihimäki
2009-10-26target-arm: fix incorrect temporary variable freeingJuha Riihimäki
2009-10-23target-arm: optimize thumb 32-bit multiplyJuha.Riihimaki@nokia.com