Age | Commit message (Expand) | Author |
2014-02-20 | target-arm: Remove failure status return from read/write_raw_cp_reg | Peter Maydell |
2014-02-20 | target-arm: Remove unnecessary code now read/write fns can't fail | Peter Maydell |
2014-02-20 | target-arm: Drop success/fail return from cpreg read and write functions | Peter Maydell |
2014-02-20 | target-arm: Convert miscellaneous reginfo structs to accessfn | Peter Maydell |
2014-02-20 | target-arm: Convert generic timer reginfo to accessfn | Peter Maydell |
2014-02-20 | target-arm: Convert performance monitor reginfo to accessfn | Peter Maydell |
2014-02-20 | target-arm: Split cpreg access checks out from read/write functions | Peter Maydell |
2014-02-20 | target-arm: Stop underdecoding ARM946 PRBS registers | Peter Maydell |
2014-02-20 | target-arm: Log bad system register accesses with LOG_UNIMP | Peter Maydell |
2014-02-20 | target-arm: Remove unused ARMCPUState sr substruct | Peter Maydell |
2014-02-20 | target-arm: Restrict check_ap() use of S and R bits to v6 and earlier | Peter Maydell |
2014-02-20 | target-arm: Define names for SCTLR bits | Peter Maydell |
2014-02-20 | target-arm/kvm-consts.h: Define QEMU constants for known KVM CPUs | Peter Maydell |
2014-02-20 | target-arm: A64: Implement remaining 3-same instructions | Peter Maydell |
2014-02-20 | target-arm: A64: Implement floating point pairwise insns | Alex Bennée |
2014-02-20 | target-arm: A64: Implement SIMD FP compare and set insns | Alex Bennée |
2014-02-20 | target-arm: A64: Implement scalar three different instructions | Peter Maydell |
2014-02-20 | target-arm: A64: Implement SIMD scalar indexed instructions | Peter Maydell |
2014-02-20 | target-arm: A64: Implement long vector x indexed insns | Peter Maydell |
2014-02-20 | target-arm: A64: Implement plain vector SIMD indexed element insns | Peter Maydell |
2014-02-11 | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make ldq/ldub_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make ldl_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-08 | disas: Implement disassembly output for A64 | Claudio Fontana |
2014-02-08 | target-arm: Add support for AArch32 64bit VCVTB and VCVTT | Will Newton |
2014-02-08 | target-arm: A64: Add FNEG and FABS to the SIMD 2-reg-misc group | Peter Maydell |
2014-02-08 | target-arm: A64: Add 2-reg-misc REV* instructions | Alex Bennée |
2014-02-08 | target-arm: A64: Add narrowing 2-reg-misc instructions | Peter Maydell |
2014-02-08 | target-arm: A64: Implement 2-reg-misc CNT, NOT and RBIT | Peter Maydell |
2014-02-08 | target-arm: A64: Implement 2-register misc compares, ABS, NEG | Peter Maydell |
2014-02-08 | target-arm: A64: Add skeleton decode for SIMD 2-reg misc group | Peter Maydell |
2014-02-08 | target-arm: A64: Add SIMD simple 64 bit insns from scalar 2-reg misc | Peter Maydell |
2014-02-08 | target-arm: A64: Implement remaining integer scalar-3-same insns | Peter Maydell |
2014-02-08 | target-arm: A64: Implement scalar pairwise ops | Peter Maydell |
2014-02-08 | target-arm: A64: Implement pairwise integer ops from 3-reg-same SIMD | Peter Maydell |
2014-02-08 | target-arm: A64: Implement remaining non-pairwise int SIMD 3-reg-same insns | Peter Maydell |
2014-02-08 | target-arm: A64: Implement SIMD 3-reg-same shift and saturate insns | Peter Maydell |
2014-01-31 | target-arm: A64: Add SIMD shift by immediate | Alex Bennée |
2014-01-31 | target-arm: A64: Add simple SIMD 3-same floating point ops | Peter Maydell |
2014-01-31 | target-arm: A64: Add integer ops from SIMD 3-same group | Peter Maydell |
2014-01-31 | target-arm: A64: Add logic ops from SIMD 3 same group | Peter Maydell |
2014-01-31 | target-arm: A64: Add top level decode for SIMD 3-same group | Peter Maydell |
2014-01-31 | target-arm: A64: Add SIMD scalar 3 same add, sub and compare ops | Peter Maydell |
2014-01-31 | target-arm: A64: Add SIMD three-different ABDL instructions | Peter Maydell |
2014-01-31 | target-arm: A64: Add SIMD three-different multiply accumulate insns | Peter Maydell |
2014-01-31 | target-arm: Add AArch32 SIMD VCVTA, VCVTN, VCVTP and VCVTM | Will Newton |
2014-01-31 | target-arm: Add AArch32 FP VCVTA, VCVTN, VCVTP and VCVTM | Will Newton |
2014-01-31 | target-arm: Add AArch32 SIMD VRINTA, VRINTN, VRINTP, VRINTM, VRINTZ | Will Newton |
2014-01-31 | target-arm: Add set_neon_rmode helper | Will Newton |
2014-01-31 | target-arm: Add support for AArch32 SIMD VRINTX | Will Newton |