Age | Commit message (Expand) | Author |
2021-05-26 | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::write_elf* to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::get_crash_info to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::vmsd to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move AVR target vmsd field from CPUClass to DeviceClass | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Rename CPUClass vmsd -> legacy_vmsd | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Assert DeviceClass::vmsd is NULL on user emulation | Philippe Mathieu-Daudé |
2021-05-25 | target/arm: Enable SVE2 and related extensions | Richard Henderson |
2021-05-25 | target/arm: Implement integer matrix multiply accumulate | Richard Henderson |
2021-05-25 | target/arm: Implement aarch32 VSUDOT, VUSDOT | Richard Henderson |
2021-05-25 | target/arm: Split decode of VSDOT and VUDOT | Richard Henderson |
2021-05-25 | target/arm: Split out do_neon_ddda | Richard Henderson |
2021-05-25 | target/arm: Fix decode for VDOT (indexed) | Richard Henderson |
2021-05-25 | target/arm: Remove unused fpst from VDOT_scalar | Richard Henderson |
2021-05-25 | target/arm: Split out do_neon_ddda_fpst | Richard Henderson |
2021-05-25 | target/arm: Implement aarch64 SUDOT, USDOT | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 fp multiply-add long | Stephen Long |
2021-05-25 | target/arm: Move endian adjustment macros to vec_internal.h | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 bitwise shift immediate | Stephen Long |
2021-05-25 | target/arm: Implement 128-bit ZIP, UZP, TRN | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 LD1RO | Richard Henderson |
2021-05-25 | target/arm: Tidy do_ldrq | Richard Henderson |
2021-05-25 | target/arm: Share table of sve load functions | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 FLOGB | Stephen Long |
2021-05-25 | target/arm: Implement SVE2 FCVTXNT, FCVTX | Stephen Long |
2021-05-25 | target/arm: Implement SVE2 FCVTLT | Stephen Long |
2021-05-25 | target/arm: Implement SVE2 FCVTNT | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 TBL, TBX | Stephen Long |
2021-05-25 | target/arm: Implement SVE2 crypto constructive binary operations | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 crypto destructive binary operations | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 crypto unary operations | Richard Henderson |
2021-05-25 | target/arm: Implement SVE mixed sign dot product | Richard Henderson |
2021-05-25 | target/arm: Implement SVE mixed sign dot product (indexed) | Richard Henderson |
2021-05-25 | target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h} | Richard Henderson |
2021-05-25 | target/arm: Macroize helper_gvec_{s,u}dot_{b,h} | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 complex integer dot product | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 complex integer multiply-add (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer multiply long (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 multiply-add long (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating multiply high (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 signed saturating doubling multiply high | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating multiply (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add high (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer multiply-add (indexed) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer multiply (indexed) | Richard Henderson |
2021-05-25 | target/arm: Split out formats for 3 vectors + 1 index | Richard Henderson |