Searched refs:strided (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sme.decode | 970 # LUTI2, strided (must check zd alignment) 989 # LUTI4, strided (must check zd alignment)
|
| H A D | translate-sve.c | 8115 MemOp esz, bool is_write, int n, bool strided) in gen_ldst_c() argument 8146 if (strided) { in gen_ldst_c() 8159 if (strided || !dc_isar_feature(aa64_sve2p1, s) in gen_ldst_c() 8187 bool is_write, bool strided) in gen_ldst_zcrr_c() argument 8194 a->nreg, strided); in gen_ldst_zcrr_c() 8198 bool is_write, bool strided) in gen_ldst_zcri_c() argument 8205 a->nreg, strided); in gen_ldst_zcri_c()
|
| H A D | translate-sme.c | 1720 gen_helper_gvec_2_ptr *fn, bool strided) in do_lut() argument 1726 tcg_env, svl, svl, strided | (a->idx << 1), fn); in do_lut()
|
| H A D | vec_helper.c | 3504 unsigned strided = extract32(desc, SIMD_DATA_SHIFT, 1); \ 3507 unsigned dstride = (!strided ? 1 : NREG == 4 ? 4 : 8); \
|
| /openbmc/qemu/target/riscv/ |
| H A D | insn32.decode | 380 # Vector strided insns.
|
| /openbmc/qemu/target/riscv/insn_trans/ |
| H A D | trans_rvv.c.inc | 263 * Vector unit-stride, strided, unit-stride segment, strided segment 283 * Vector unit-stride, strided, unit-stride segment, strided segment
|