- d3cb6e2 target-arm: Fix errors in decode of M profile CPS by Peter Maydell · 13 years ago
- 02afbf6 target-arm/translate.c: Fix slightly misleading comment in Thumb decoder by Peter Maydell · 13 years ago
- da97f52 target-arm: Implement VFPv4 fused multiply-accumulate insns by Peter Maydell · 13 years ago
- b8b8ea0 target-arm: Add ARM UDIV/SDIV support by Peter Maydell · 13 years ago
- 4778999 target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIV by Peter Maydell · 13 years ago
- 41e9564 target-arm: v6 media multiply space: UNDEF on unassigned encodings by Peter Maydell · 13 years ago
- a492892 target-arm: Don't print debug messages for various UNDEF cases by Peter Maydell · 14 years ago
- 6e0c0ed target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert by Peter Maydell · 14 years ago
- 934814f target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM by Peter Maydell · 14 years ago
- 87f19eb target-arm: Support v6 barriers in linux-user mode by Peter Maydell · 14 years ago
- a3ce366 Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm by Blue Swirl · 14 years ago
- 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
- 74594c9 target-arm: Minimal implementation of performance counters by Peter Maydell · 14 years ago
- 02da0b2 Revert "target-arm: Use global env in neon_helper.c helpers" by Peter Maydell · 14 years ago
- aa47cfd target-arm: Pass fp status pointer explicitly to neon fp helpers by Peter Maydell · 14 years ago
- ae1857e target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState by Peter Maydell · 14 years ago
- 5aaebd1 target-arm: Add helper function to generate code to get fpstatus pointer by Peter Maydell · 14 years ago
- 477955b Revert "target-arm: Use global env in iwmmxt_helper.c helpers" by Peter Maydell · 14 years ago
- b7fa921 target-arm: Fix compilation failure for 64 bit hosts by Peter Maydell · 14 years ago
- 5500b06 target-arm: Use correct float status for Neon int-float conversions by Peter Maydell · 14 years ago
- 605a6ae target-arm: Fix VMLA, VMLS, VNMLS, VNMLA handling of NaNs by Peter Maydell · 14 years ago
- a1c7273 Fix typos in comments and code (occured -> occurred and related) by Stefan Weil · 14 years ago
- 1301f32 Fix typos in comments (neccessary -> necessary) by Stefan Weil · 14 years ago
- a7d3970 target-arm: Don't update base register on abort in Thumb T1 LDM by Peter Maydell · 14 years ago
- 5856d44 target-arm: fix LDMIA bug on page boundary by YuYeon Oh · 14 years ago
- f2dd89d target-arm: Handle UNDEF cases for Neon VLD/VST multiple-structures by Peter Maydell · 14 years ago
- 93262b1 target-arm: Handle UNDEFs for Neon single element load/stores by Peter Maydell · 14 years ago
- e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
- 7b59220 move helpers.h to helper.h by Lluís · 14 years ago
- 133da6a target-arm: Handle UNDEF cases for VDUP (scalar) by Juha Riihimäki · 14 years ago
- 56907d7 target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEF by Peter Maydell · 14 years ago
- fc2a9b3 target-arm: Handle UNDEF cases for Neon 2 register misc forms by Peter Maydell · 14 years ago
- 600b828 target-arm: Simplify checking of size field in Neon 2reg-misc forms by Peter Maydell · 14 years ago
- 52579ea target-arm: Handle UNDEF cases for VEXT by Peter Maydell · 14 years ago
- 3e3326d target-arm: Handle UNDEF cases for Neon 2 regs + scalar forms by Peter Maydell · 14 years ago
- 695272d target-arm: Handle UNDEF cases for Neon 3-regs-different-widths by Peter Maydell · 14 years ago
- 7d80fee target-arm: Handle UNDEF cases for Neon invalid modified-immediates by Peter Maydell · 14 years ago
- 2bc7083 target-arm: Collapse VSRI case into VSHL, VSLI by Peter Maydell · 14 years ago
- cc13115 target-arm: Handle UNDEF cases for Neon "2 regs and shift" insns by Peter Maydell · 14 years ago
- a5a1494 target-arm: Simplify three-register pairwise code by Juha Riihimäki · 14 years ago
- 25f84f7 target-arm: Handle UNDEF cases for Neon 3-regs-same insns by Peter Maydell · 14 years ago
- 62698be target-arm: Use lookup table for size check on Neon 3-reg-same insns by Peter Maydell · 14 years ago
- be5e7a7 arm: basic support for ARMv4/ARMv4T emulation by Dmitry Eremin-Solenikov · 14 years ago
- 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
- 947a2fa target-arm: Use global env in iwmmxt_helper.c helpers by Peter Maydell · 14 years ago
- 2a3f75b target-arm: Use global env in neon_helper.c helpers by Peter Maydell · 14 years ago
- 0e32610 target-arm: Fix VCLE.F32 #0, VCLT.F32 #0 NaN handling by Peter Maydell · 14 years ago
- e318a60 target-arm: Don't leak TCG temp for UNDEFs in Neon load/store space by Peter Maydell · 14 years ago
- 8e18cde target-arm: Fix VLD of single element to all lanes by Peter Maydell · 14 years ago
- 7d2aabe target-arm: Fix TCG temporary leaks for scalar VMULL by Peter Maydell · 14 years ago
- e1d177b target-arm: Set Q bit for overflow in SMUAD and SMLAD by Peter Maydell · 14 years ago
- 2a0308c target-arm: Fix UNDEF cases in Thumb load/store by Peter Maydell · 14 years ago
- ca27c05 target-arm: Implement a minimal set of cp14 debug registers by Peter Maydell · 14 years ago
- 3849902 target-arm: Use TCG temporary leak debugging facilities by Peter Maydell · 14 years ago
- 7d1b009 target-arm: Remove ad-hoc leak checking code by Peter Maydell · 14 years ago
- 29501f1 target-arm: Set carry flag correctly for Thumb2 ORNS by Peter Maydell · 14 years ago
- 8387da8 target-arm: Handle VMOV between two core and VFP single regs by Peter Maydell · 14 years ago
- cc68890 target-arm: Don't decode old cp15 WFI instructions on v7 cores by Peter Maydell · 14 years ago
- 92cdfae target-arm: Fix shift by immediate and narrow where src, dest overlap by Peter Maydell · 14 years ago
- c33171c target-arm: Refactor to pull narrowing decode into separate function by Peter Maydell · 14 years ago
- 0b36f4c target-arm: fix decoding of Neon 64 bit shifts. by Christophe Lyon · 14 years ago
- b408a9b target-arm: fix Neon VQSHRN and VSHRN. by Christophe Lyon · 14 years ago
- d68a6f3 target-arm: Move Neon VZIP to helper functions by Peter Maydell · 14 years ago
- 02acedf target-arm: Move Neon VUZP to helper functions by Peter Maydell · 14 years ago
- f06053e target-arm: Correct conversion of Thumb Neon dp encodings into ARM by Juha Riihimäki · 14 years ago
- 4dc064e target-arm: Fix Neon VQDMLSL instruction by Peter Maydell · 14 years ago
- ebcd88c target-arm: Refactor handling of VQDMULL by Peter Maydell · 14 years ago
- e5ca24c target-arm: Implement VMULL.P8 by Peter Maydell · 14 years ago
- 2d981da target-arm: Use standard FPSCR for Neon half-precision operations by Peter Maydell · 14 years ago
- 923e650 target-arm: implement vsli.64, vsri.64 by Christophe Lyon · 14 years ago
- acdf01e target-arm: fix VSHLL Neon instruction. by Christophe Lyon · 14 years ago
- af1bbf3 target-arm: Fix VQMOVUN Neon instruction. by Juha Riihimäki · 14 years ago
- a2fdc89 target-arm: Fix decoding of Thumb preload and hint space by Peter Maydell · 14 years ago
- 3d185e5 target-arm: Fix decoding of preload and memory hint space by Peter Maydell · 14 years ago
- 7290267 Set the right overflow bit for neon 32 and 64 bit saturating add/sub. by Christophe Lyon · 14 years ago
- 5371cb8 target-arm: Fix Neon vsra instructions. by Christophe Lyon · 14 years ago
- 0fad6ef target-arm: Fix loading of scalar value for Neon multiply-by-scalar by Peter Maydell · 14 years ago
- c6067f0 target-arm: Fix garbage collection of temporaries in Neon emulation. by Christophe Lyon · 14 years ago
- 40d3c43 Support saturation with shift=0. by Christophe Lyon · 14 years ago
- 5642463 target-arm: Log instruction start in TCG code by Peter Maydell · 14 years ago
- e12ce78 target-arm: Restore IT bits when resuming after an exception by Peter Maydell · 14 years ago
- bc4a0de target-arm: Refactor translation of exception generating instructions by Peter Maydell · 14 years ago
- 5de3a9d target-arm: Remove redundant setting of IT bits before Thumb SWI by Peter Maydell · 14 years ago
- 61f74d6 target-arm: Translate with user-state from TB flags, not CPUState by Peter Maydell · 14 years ago
- 98eac7c target-arm: Translate with condexec bits from TB flags, not CPUState by Peter Maydell · 14 years ago
- 7204ab8 target-arm: Translate with Thumb state from TB flags, not CPUState by Peter Maydell · 14 years ago
- 69d1fc2 target-arm: Translate with VFP len/stride from TB flags, not CPUState by Peter Maydell · 14 years ago
- 5df8bac target-arm: Translate with VFP-enabled from TB flags, not CPUState by Peter Maydell · 14 years ago
- 39ea3d4 target-arm: Don't generate code specific to current CPU mode for SRS by Peter Maydell · 14 years ago
- 0322b26 ARM: Fix decoding of VQSHL/VQSHLU immediate forms by Peter Maydell · 14 years ago
- 838fa72 target-arm: fix SMMLA/SMMLS instructions by Aurelien Jarno · 14 years ago
- 8aac08b target-arm: fix UMAAL instruction by Aurelien Jarno · 14 years ago
- def126c target-arm: Fix arguments passed to VQSHL helpers by Juha Riihimäki · 14 years ago
- 1a85502 target-arm: fix bug in translation of REVSH by Aurelien Jarno · 14 years ago
- d3587ef ARM: Fix sense of to_integer bit in Neon VCVT float/int conversion by Peter Maydell · 14 years ago
- f73534a ARM: Fix decoding of Neon forms of VCVT between float and fixed point by Peter Maydell · 14 years ago
- 04595bf ARM: Fix decoding of VFP forms of VCVT between float and int/fixed by Peter Maydell · 14 years ago
- 2c9adbd ARM: fix ldrexd/strexd by Peter Maydell · 14 years ago
- 49e1494 target-arm: Handle 'smc' as an undefined instruction by Adam Lackorzynski · 14 years ago
- 4809c61 target-arm: Fix mixup in decoding of saturating add and sub by Johan Bengtsson · 14 years ago