aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-06-10target/riscv: trans_rvv: Avoid assert for RV32 and e64Alistair Francis1-2/+10
2022-06-10target/riscv: Don't expose the CPU properties on names CPUsAlistair Francis1-11/+46
2022-06-10target/riscv: rvv: Add option 'rvv_ta_all_1s' to enable optional tail agnosti...eopXD1-0/+2
2022-06-10target/riscv: rvv: Add tail agnostic for vector permutation instructionseopXD2-2/+45
2022-06-10target/riscv: rvv: Add tail agnostic for vector mask instructionseopXD2-0/+36
2022-06-10target/riscv: rvv: Add tail agnostic for vector reduction instructionseopXD1-0/+20
2022-06-10target/riscv: rvv: Add tail agnostic for vector floating-point instructionseopXD2-196/+261
2022-06-10target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instruct...eopXD1-106/+114
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer merge and move instru...eopXD2-4/+28
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer comparison instructionseopXD1-0/+18
2022-06-10target/riscv: rvv: Add tail agnostic for vector integer shift instructionseopXD2-1/+13
2022-06-10target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructionseopXD3-142/+190
2022-06-10target/riscv: rvv: Add tail agnostic for vector load / store instructionseopXD3-0/+68
2022-06-10target/riscv: rvv: Add tail agnostic for vv instructionseopXD6-132/+178
2022-06-10target/riscv: rvv: Early exit when vstart >= vleopXD1-0/+27
2022-06-10target/riscv: rvv: Rename ambiguous eszeopXD1-38/+38
2022-06-10target/riscv: rvv: Prune redundant access_type parameter passedeopXD1-19/+16
2022-06-10target/riscv: rvv: Prune redundant ESZ, DSZ parameter passedeopXD1-567/+565
2022-06-10target/riscv/debug.c: keep experimental rv128 support workingFrédéric Pétrot1-0/+2
2022-06-10target/riscv: Wake on VS-level external interruptsAndrew Bresticker3-2/+3
2022-06-10target/riscv: add support for zmmul extension v0.1Weiwei Li3-6/+20
2022-06-08target/arm: Add ID_AA64SMFR0_EL1Richard Henderson3-6/+34
2022-06-08target/arm: Add isar_feature_aa64_smeRichard Henderson1-0/+5
2022-06-08target/arm: Export bfdotadd from vec_helper.cRichard Henderson2-1/+14
2022-06-08target/arm: Move expand_pred_h to vec_internal.hRichard Henderson3-29/+33
2022-06-08target/arm: Use expand_pred_b in mve_helper.cRichard Henderson1-3/+3
2022-06-08target/arm: Move expand_pred_b to vec_internal.hRichard Henderson2-10/+7
2022-06-08target/arm: Export sve contiguous ldst support functionsRichard Henderson2-70/+111
2022-06-08target/arm: Split out load/store primitives to sve_ldst_internal.hRichard Henderson2-106/+128
2022-06-08target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_elRichard Henderson5-10/+19
2022-06-08target/arm: Use uint32_t instead of bitmap for sve vq'sRichard Henderson6-105/+75
2022-06-08target/arm: Merge aarch64_sve_zcr_get_valid_len into callerRichard Henderson2-30/+11
2022-06-08target/arm: Do not use aarch64_sve_zcr_get_valid_len in resetRichard Henderson1-2/+1
2022-06-08target/arm: Hoist arm_is_el2_enabled check in sve_exception_elRichard Henderson1-8/+5
2022-06-08target/arm: Use el_is_in_host for sve_exception_elRichard Henderson1-3/+2
2022-06-08target/arm: Use el_is_in_host for sve_zcr_len_for_elRichard Henderson1-2/+1
2022-06-08target/arm: Add el_is_in_hostRichard Henderson2-0/+30
2022-06-08target/arm: Remove fp checks from sve_exception_elRichard Henderson1-39/+19
2022-06-08target/arm: Remove route_to_el2 check from sve_exception_elRichard Henderson1-2/+1
2022-06-08linux-user/aarch64: Introduce sve_vqRichard Henderson1-0/+11
2022-06-08target/arm: Rename TBFLAG_A64 ZCR_LEN to VLRichard Henderson6-6/+7
2022-06-08target/arm: Pass CPUARMState to arm_ld[lq]_ptwRichard Henderson1-14/+9
2022-06-08target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx to ptw.cRichard Henderson2-32/+28
2022-06-08target/arm: Move arm_cpu_get_phys_page_attrs_debug to ptw.cRichard Henderson2-26/+24
2022-06-08target/arm: Move regime_translation_disabled to ptw.cRichard Henderson3-65/+46
2022-06-08target/arm: Move regime_ttbr to ptw.cRichard Henderson3-17/+16
2022-06-08target/arm: Move regime_is_user to ptw.cRichard Henderson3-25/+22
2022-06-08target/arm: Move ap_to_tw_prot etc to ptw.cRichard Henderson3-87/+81
2022-06-08target/arm: Move aa32_va_parameters to ptw.cRichard Henderson3-67/+64
2022-06-08target/arm: Move check_s2_mmu_setup to ptw.cRichard Henderson3-72/+70