Age | Commit message (Expand) | Author | Files | Lines |
2022-07-11 | target/arm: Implement FMOPA, FMOPS (widening) | Richard Henderson | 4 | -0/+78 |
2022-07-11 | target/arm: Implement BFMOPA, BFMOPS | Richard Henderson | 4 | -0/+90 |
2022-07-11 | target/arm: Implement FMOPA, FMOPS (non-widening) | Richard Henderson | 4 | -0/+115 |
2022-07-11 | target/arm: Implement SME ADDHA, ADDVA | Richard Henderson | 4 | -0/+137 |
2022-07-11 | target/arm: Implement SME LDR, STR | Richard Henderson | 2 | -0/+31 |
2022-07-11 | target/arm: Export unpredicated ld/st from translate-sve.c | Richard Henderson | 2 | -12/+39 |
2022-07-11 | target/arm: Implement SME LD1, ST1 | Richard Henderson | 4 | -0/+756 |
2022-07-11 | target/arm: Implement SME MOVA | Richard Henderson | 8 | -1/+331 |
2022-07-11 | target/arm: Implement SME ZERO | Richard Henderson | 4 | -0/+44 |
2022-07-11 | target/arm: Implement SME RDSVL, ADDSVL, ADDSPL | Richard Henderson | 3 | -1/+54 |
2022-07-11 | target/arm: Handle SME in sve_access_check | Richard Henderson | 1 | -6/+16 |
2022-07-11 | target/arm: Add SME enablement checks | Richard Henderson | 2 | -0/+55 |
2022-07-11 | target/arm: Mark LD1RO as non-streaming | Richard Henderson | 2 | -3/+2 |
2022-07-11 | target/arm: Mark LDFF1 and LDNF1 as non-streaming | Richard Henderson | 2 | -2/+2 |
2022-07-11 | target/arm: Mark gather prefetch as non-streaming | Richard Henderson | 3 | -8/+16 |
2022-07-11 | target/arm: Mark gather/scatter load/store as non-streaming | Richard Henderson | 2 | -9/+6 |
2022-07-11 | target/arm: Mark string/histo/crypto as non-streaming | Richard Henderson | 2 | -18/+18 |
2022-07-11 | target/arm: Mark SMMLA, UMMLA, USMMLA as non-streaming | Richard Henderson | 2 | -7/+6 |
2022-07-11 | target/arm: Mark FTSMUL, FTMAD, FADDA as non-streaming | Richard Henderson | 2 | -7/+11 |
2022-07-11 | target/arm: Mark PMULL, FMMLA as non-streaming | Richard Henderson | 2 | -11/+15 |
2022-07-11 | target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streaming | Richard Henderson | 2 | -13/+12 |
2022-07-11 | target/arm: Mark RDFFR, WRFFR, SETFFR as non-streaming | Richard Henderson | 2 | -5/+6 |
2022-07-11 | target/arm: Mark ADR as non-streaming | Richard Henderson | 3 | -5/+11 |
2022-07-11 | target/arm: Trap non-streaming usage when Streaming SVE is active | Richard Henderson | 8 | -2/+195 |
2022-07-11 | target/arm: Add infrastructure for disas_sme | Richard Henderson | 5 | -1/+64 |
2022-07-11 | target/arm: Handle SME in aarch64_cpu_dump_state | Richard Henderson | 1 | -1/+16 |
2022-07-07 | target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmem | Peter Maydell | 1 | -1/+1 |
2022-07-07 | target/arm: Correctly implement Feat_DoubleLock | Peter Maydell | 2 | -2/+38 |
2022-07-07 | target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2 | Peter Maydell | 4 | -0/+55 |
2022-07-07 | target/arm: Suppress debug exceptions when OS Lock set | Peter Maydell | 1 | -0/+3 |
2022-07-07 | target/arm: Move define_debug_regs() to debug_helper.c | Peter Maydell | 4 | -530/+538 |
2022-07-07 | target/arm: Fix code style issues in debug helper functions | Peter Maydell | 1 | -20/+38 |
2022-07-07 | target/arm: Record tagged bit for user-only in sve_probe_page | Richard Henderson | 1 | -0/+3 |
2022-07-07 | target/arm: Fix MTE check in sve_ldnfff1_r | Richard Henderson | 1 | -1/+1 |
2022-07-05 | disas: Remove libvixl disassembler | Thomas Huth | 1 | -7/+0 |
2022-06-28 | semihosting: Split out common-semi-target.h | Richard Henderson | 1 | -0/+62 |
2022-06-28 | semihosting: Return void from do_common_semihosting | Richard Henderson | 2 | -3/+3 |
2022-06-27 | target/arm: Check V7VE as well as LPAE in arm_pamax | Richard Henderson | 1 | -1/+7 |
2022-06-27 | target/arm: Extend arm_pamax to more than aarch64 | Richard Henderson | 1 | -8/+16 |
2022-06-27 | target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.h | Richard Henderson | 2 | -36/+38 |
2022-06-27 | target/arm: Add SVL to TB flags | Richard Henderson | 4 | -1/+21 |
2022-06-27 | target/arm: Introduce sve_vqm1_for_el_sm | Richard Henderson | 2 | -9/+32 |
2022-06-27 | target/arm: Add cpu properties for SME | Richard Henderson | 4 | -7/+124 |
2022-06-27 | target/arm: Unexport aarch64_add_*_properties | Richard Henderson | 2 | -5/+2 |
2022-06-27 | target/arm: Move arm_cpu_*_finalize to internals.h | Richard Henderson | 3 | -6/+5 |
2022-06-27 | target/arm: Generalize cpu_arm_{get, set}_default_vec_len | Richard Henderson | 1 | -13/+14 |
2022-06-27 | target/arm: Generalize cpu_arm_{get,set}_vq | Richard Henderson | 1 | -14/+15 |
2022-06-27 | target/arm: Create ARMVQMap | Richard Henderson | 4 | -28/+27 |
2022-06-27 | target/arm: Move error for sve%d property to arm_cpu_sve_finalize | Richard Henderson | 1 | -8/+7 |
2022-06-27 | target/arm: Implement SMSTART, SMSTOP | Richard Henderson | 7 | -3/+112 |