| Commit message (Expand) | Author | Age | Files | Lines |
* | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -1/+2 |
* | exec: Make ldq/ldub_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -1/+2 |
* | exec: Make ldl_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -6/+9 |
* | disas: Implement disassembly output for A64 | Claudio Fontana | 2014-02-08 | 1 | -1/+1 |
* | target-arm: Add support for AArch32 64bit VCVTB and VCVTT | Will Newton | 2014-02-08 | 1 | -22/+61 |
* | target-arm: A64: Add FNEG and FABS to the SIMD 2-reg-misc group | Peter Maydell | 2014-02-08 | 1 | -3/+20 |
* | target-arm: A64: Add 2-reg-misc REV* instructions | Alex Bennée | 2014-02-08 | 1 | -1/+70 |
* | target-arm: A64: Add narrowing 2-reg-misc instructions | Peter Maydell | 2014-02-08 | 1 | -2/+83 |
* | target-arm: A64: Implement 2-reg-misc CNT, NOT and RBIT | Peter Maydell | 2014-02-08 | 3 | -6/+41 |
* | target-arm: A64: Implement 2-register misc compares, ABS, NEG | Peter Maydell | 2014-02-08 | 1 | -2/+134 |
* | target-arm: A64: Add skeleton decode for SIMD 2-reg misc group | Peter Maydell | 2014-02-08 | 1 | -1/+109 |
* | target-arm: A64: Add SIMD simple 64 bit insns from scalar 2-reg misc | Peter Maydell | 2014-02-08 | 1 | -1/+86 |
* | target-arm: A64: Implement remaining integer scalar-3-same insns | Peter Maydell | 2014-02-08 | 1 | -19/+87 |
* | target-arm: A64: Implement scalar pairwise ops | Peter Maydell | 2014-02-08 | 1 | -1/+113 |
* | target-arm: A64: Implement pairwise integer ops from 3-reg-same SIMD | Peter Maydell | 2014-02-08 | 1 | -1/+123 |
* | target-arm: A64: Implement remaining non-pairwise int SIMD 3-reg-same insns | Peter Maydell | 2014-02-08 | 1 | -4/+127 |
* | target-arm: A64: Implement SIMD 3-reg-same shift and saturate insns | Peter Maydell | 2014-02-08 | 1 | -22/+112 |
* | target-arm: A64: Add SIMD shift by immediate | Alex Bennée | 2014-01-31 | 1 | -2/+373 |
* | target-arm: A64: Add simple SIMD 3-same floating point ops | Peter Maydell | 2014-01-31 | 1 | -2/+188 |
* | target-arm: A64: Add integer ops from SIMD 3-same group | Peter Maydell | 2014-01-31 | 1 | -1/+164 |
* | target-arm: A64: Add logic ops from SIMD 3 same group | Peter Maydell | 2014-01-31 | 1 | -1/+72 |
* | target-arm: A64: Add top level decode for SIMD 3-same group | Peter Maydell | 2014-01-31 | 1 | -1/+44 |
* | target-arm: A64: Add SIMD scalar 3 same add, sub and compare ops | Peter Maydell | 2014-01-31 | 1 | -1/+130 |
* | target-arm: A64: Add SIMD three-different ABDL instructions | Peter Maydell | 2014-01-31 | 1 | -2/+33 |
* | target-arm: A64: Add SIMD three-different multiply accumulate insns | Peter Maydell | 2014-01-31 | 1 | -1/+232 |
* | target-arm: Add AArch32 SIMD VCVTA, VCVTN, VCVTP and VCVTM | Will Newton | 2014-01-31 | 1 | -1/+52 |
* | target-arm: Add AArch32 FP VCVTA, VCVTN, VCVTP and VCVTM | Will Newton | 2014-01-31 | 1 | -0/+61 |
* | target-arm: Add AArch32 SIMD VRINTA, VRINTN, VRINTP, VRINTM, VRINTZ | Will Newton | 2014-01-31 | 1 | -1/+39 |
* | target-arm: Add set_neon_rmode helper | Will Newton | 2014-01-31 | 2 | -0/+18 |
* | target-arm: Add support for AArch32 SIMD VRINTX | Will Newton | 2014-01-31 | 1 | -1/+10 |
* | target-arm: Add support for AArch32 FP VRINTX | Will Newton | 2014-01-31 | 1 | -0/+11 |
* | target-arm: Add support for AArch32 FP VRINTZ | Will Newton | 2014-01-31 | 1 | -0/+16 |
* | target-arm: Add support for AArch32 FP VRINTR | Will Newton | 2014-01-31 | 1 | -0/+11 |
* | target-arm: Add AArch32 FP VRINTA, VRINTN, VRINTP and VRINTM | Will Newton | 2014-01-31 | 1 | -0/+54 |
* | target-arm: Move arm_rmode_to_sf to a shared location. | Will Newton | 2014-01-31 | 3 | -28/+30 |
* | ARM: Convert MIDR to a property | Alistair Francis | 2014-01-31 | 1 | -0/+1 |
* | target-arm: A64: Add SIMD scalar copy instructions | Peter Maydell | 2014-01-31 | 1 | -1/+42 |
* | target-arm: A64: Add SIMD modified immediate group | Alex Bennée | 2014-01-31 | 1 | -1/+119 |
* | target-arm: A64: Add SIMD copy operations | Alex Bennée | 2014-01-31 | 1 | -1/+209 |
* | target-arm: A64: Add SIMD across-lanes instructions | Michael Matz | 2014-01-31 | 1 | -1/+176 |
* | target-arm: A64: Add SIMD ZIP/UZP/TRN | Michael Matz | 2014-01-31 | 1 | -1/+75 |
* | target-arm: A64: Add SIMD TBL/TBLX | Michael Matz | 2014-01-31 | 3 | -1/+86 |
* | target-arm: A64: Add SIMD EXT | Peter Maydell | 2014-01-31 | 1 | -1/+78 |
* | target-arm: A64: Add decode skeleton for SIMD data processing insns | Alex Bennée | 2014-01-31 | 1 | -1/+305 |
* | target-arm: A64: Add SIMD ld/st single | Peter Maydell | 2014-01-31 | 1 | -2/+142 |
* | target-arm: A64: Add SIMD ld/st multiple | Alex Bennée | 2014-01-31 | 1 | -2/+248 |
* | Merge remote branch 'luiz/queue/qmp' into qmpq | Edgar E. Iglesias | 2014-01-14 | 1 | -5/+2 |
|\ |
|
| * | hw: Remove assert_no_error usages | Peter Crosthwaite | 2014-01-06 | 1 | -5/+2 |
* | | target-arm: Switch ARMCPUInfo arrays to use terminator entries | Peter Maydell | 2014-01-14 | 2 | -12/+12 |
* | | arm: fix compile on bigendian host | Alexey Kardashevskiy | 2014-01-12 | 1 | -1/+1 |