aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-06-10target/arm: Create helper_exception_swstepRichard Henderson3-9/+20
2022-06-10target/arm: Introduce gen_exception_insnRichard Henderson5-29/+22
2022-06-10target/arm: Rename gen_exception_insn to gen_exception_insn_elRichard Henderson6-52/+53
2022-06-10target/arm: Introduce gen_exception_insn_el_vRichard Henderson1-15/+12
2022-06-10target/arm: Rename helper_exception_with_syndromeRichard Henderson4-10/+10
2022-06-10target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson2-25/+26
2022-06-10target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson2-29/+31
2022-06-10target/arm: Use is_a64 in arm_generate_debug_exceptionsRichard Henderson1-1/+1
2022-06-10target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson3-91/+95
2022-06-10target/arm: Move arm_singlestep_active out of lineRichard Henderson3-10/+13
2022-06-10target/arm: Move exception_target_el out of lineRichard Henderson2-15/+16
2022-06-10target/arm: Add coproc parameter to syn_fp_access_trapRichard Henderson3-6/+18
2022-06-10target/arm: Mark exception helpers as noreturnRichard Henderson1-3/+3
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