summaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
Commit message (Expand)AuthorAgeFilesLines
...
* target-arm: Set Q bit for overflow in SMUAD and SMLADPeter Maydell2011-03-221-4/+12
* target-arm: Fix UNDEF cases in Thumb load/storePeter Maydell2011-03-221-11/+18
* target-arm: Implement a minimal set of cp14 debug registersPeter Maydell2011-03-071-0/+28
* target-arm: Use TCG temporary leak debugging facilitiesPeter Maydell2011-03-071-0/+7
* target-arm: Remove ad-hoc leak checking codePeter Maydell2011-03-071-360/+338
* target-arm: Set carry flag correctly for Thumb2 ORNSPeter Maydell2011-03-061-2/+1
* target-arm: Handle VMOV between two core and VFP single regsPeter Maydell2011-03-061-5/+5
* target-arm: Don't decode old cp15 WFI instructions on v7 coresPeter Maydell2011-03-061-5/+30
* target-arm: Fix shift by immediate and narrow where src, dest overlapPeter Maydell2011-02-211-40/+44
* target-arm: Refactor to pull narrowing decode into separate functionPeter Maydell2011-02-211-26/+19
* target-arm: fix decoding of Neon 64 bit shifts.Christophe Lyon2011-02-201-15/+30
* target-arm: fix Neon VQSHRN and VSHRN.Christophe Lyon2011-02-201-2/+2
* target-arm: Move Neon VZIP to helper functionsPeter Maydell2011-02-201-73/+36
* target-arm: Move Neon VUZP to helper functionsPeter Maydell2011-02-201-75/+37
* target-arm: Correct conversion of Thumb Neon dp encodings into ARMJuha Riihimäki2011-02-201-1/+1
* target-arm: Fix Neon VQDMLSL instructionPeter Maydell2011-02-201-8/+14
* target-arm: Refactor handling of VQDMULLPeter Maydell2011-02-201-10/+6
* target-arm: Implement VMULL.P8Peter Maydell2011-02-201-2/+4
* target-arm: Use standard FPSCR for Neon half-precision operationsPeter Maydell2011-02-101-8/+8
* target-arm: implement vsli.64, vsri.64Christophe Lyon2011-02-091-1/+13
* target-arm: fix VSHLL Neon instruction.Christophe Lyon2011-02-091-3/+15
* target-arm: Fix VQMOVUN Neon instruction.Juha Riihimäki2011-02-091-6/+22
* target-arm: Fix decoding of Thumb preload and hint spacePeter Maydell2011-02-041-22/+48
* target-arm: Fix decoding of preload and memory hint spacePeter Maydell2011-02-041-3/+25
* Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon2011-02-041-10/+8
* target-arm: Fix Neon vsra instructions.Christophe Lyon2011-02-041-2/+2
* target-arm: Fix loading of scalar value for Neon multiply-by-scalarPeter Maydell2011-01-261-6/+6
* target-arm: Fix garbage collection of temporaries in Neon emulation.Christophe Lyon2011-01-261-5/+13
* Support saturation with shift=0.Christophe Lyon2011-01-261-16/+12
* target-arm: Log instruction start in TCG codePeter Maydell2011-01-181-0/+4
* target-arm: Restore IT bits when resuming after an exceptionPeter Maydell2011-01-141-0/+36
* target-arm: Refactor translation of exception generating instructionsPeter Maydell2011-01-141-28/+15
* target-arm: Remove redundant setting of IT bits before Thumb SWIPeter Maydell2011-01-141-1/+0
* target-arm: Translate with user-state from TB flags, not CPUStatePeter Maydell2011-01-141-5/+1
* target-arm: Translate with condexec bits from TB flags, not CPUStatePeter Maydell2011-01-141-3/+3
* target-arm: Translate with Thumb state from TB flags, not CPUStatePeter Maydell2011-01-141-3/+3
* target-arm: Translate with VFP len/stride from TB flags, not CPUStatePeter Maydell2011-01-141-3/+7
* target-arm: Translate with VFP-enabled from TB flags, not CPUStatePeter Maydell2011-01-141-9/+5
* target-arm: Don't generate code specific to current CPU mode for SRSPeter Maydell2011-01-141-31/+15
* ARM: Fix decoding of VQSHL/VQSHLU immediate formsPeter Maydell2011-01-121-15/+36
* target-arm: fix SMMLA/SMMLS instructionsAurelien Jarno2011-01-061-45/+51
* target-arm: fix UMAAL instructionAurelien Jarno2010-12-311-10/+22
* 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: 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
OpenPOWER on IntegriCloud