aboutsummaryrefslogtreecommitdiff
path: root/target-arm/translate.c
AgeCommit message (Expand)Author
2011-03-07target-arm: Implement a minimal set of cp14 debug registersPeter Maydell
2011-03-07target-arm: Use TCG temporary leak debugging facilitiesPeter Maydell
2011-03-07target-arm: Remove ad-hoc leak checking codePeter Maydell
2011-03-06target-arm: Set carry flag correctly for Thumb2 ORNSPeter Maydell
2011-03-06target-arm: Handle VMOV between two core and VFP single regsPeter Maydell
2011-03-06target-arm: Don't decode old cp15 WFI instructions on v7 coresPeter Maydell
2011-02-21target-arm: Fix shift by immediate and narrow where src, dest overlapPeter Maydell
2011-02-21target-arm: Refactor to pull narrowing decode into separate functionPeter Maydell
2011-02-20target-arm: fix decoding of Neon 64 bit shifts.Christophe Lyon
2011-02-20target-arm: fix Neon VQSHRN and VSHRN.Christophe Lyon
2011-02-20target-arm: Move Neon VZIP to helper functionsPeter Maydell
2011-02-20target-arm: Move Neon VUZP to helper functionsPeter Maydell
2011-02-20target-arm: Correct conversion of Thumb Neon dp encodings into ARMJuha Riihimäki
2011-02-20target-arm: Fix Neon VQDMLSL instructionPeter Maydell
2011-02-20target-arm: Refactor handling of VQDMULLPeter Maydell
2011-02-20target-arm: Implement VMULL.P8Peter Maydell
2011-02-10target-arm: Use standard FPSCR for Neon half-precision operationsPeter Maydell
2011-02-09target-arm: implement vsli.64, vsri.64Christophe Lyon
2011-02-09target-arm: fix VSHLL Neon instruction.Christophe Lyon
2011-02-09target-arm: Fix VQMOVUN Neon instruction.Juha Riihimäki
2011-02-04target-arm: Fix decoding of Thumb preload and hint spacePeter Maydell
2011-02-04target-arm: Fix decoding of preload and memory hint spacePeter Maydell
2011-02-04Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon
2011-02-04target-arm: Fix Neon vsra instructions.Christophe Lyon
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