aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
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: Set privileged bit in TB flags correctly for M profilePeter 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: Add symbolic constants for bitfields in TB flagsPeter Maydell
2011-01-14target-arm: Don't generate code specific to current CPU mode for SRSPeter Maydell
2011-01-14target-arm: Use the standard FPSCR value for VRSQRTSPeter Maydell
2011-01-14target-arm: Add support for 'Standard FPSCR Value' as used by NeonPeter Maydell
2011-01-14target-arm: Fix implementation of VRSQRTSPeter Maydell
2011-01-12ARM: Fix decoding of VQSHL/VQSHLU immediate formsPeter Maydell
2011-01-12ARM: add neon helpers for VQSHLUJuha Riihimäki
2011-01-06target-arm: wire up the softfloat flush_input_to_zero flagPeter Maydell
2011-01-06target-arm: Set softfloat cumulative exc flags from correct FPSCR bitsPeter Maydell
2011-01-06target-arm: fix SMMLA/SMMLS instructionsAurelien Jarno
2010-12-31target-arm: fix UMAAL instructionAurelien Jarno
2010-12-27target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki
2010-12-27target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm
2010-12-27target-arm: fix vmsav6 access controlJuha Riihimäki
2010-12-27target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell
2010-12-27target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki
2010-12-27target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell
2010-12-27target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki
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: Implement VCVT to 16 bit integer using new softfloat routinesfor-anthonyPeter Maydell
2010-12-07ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed pointPeter Maydell
2010-12-07ARM: Return correct result for single<->double conversion of NaNPeter Maydell
2010-12-07ARM: Return correct result for float-to-integer conversion of NaNPeter Maydell
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-12-03ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell
2010-12-03ARM: enable XScale/iWMMXT in linux-user modePeter Maydell
2010-12-03[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-07-01target-arm : fix parallel saturated subtraction implementationChih-Min Chao
2010-07-01target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao
2010-07-01target-arm: fix addsub/subadd implementationChih-Min Chao