Lines Matching defs:s

30 static bool sme2_zt0_enabled_check(DisasContext *s)  in sme2_zt0_enabled_check()
45 static TCGv_ptr get_tile_rowcol(DisasContext *s, int esz, int rs, in get_tile_rowcol()
129 static TCGv_ptr get_zarray(DisasContext *s, int rs, int imm, in get_zarray()
140 static TCGv_ptr get_tile(DisasContext *s, int esz, int tile) in get_tile()
151 static bool trans_ZERO(DisasContext *s, arg_ZERO *a) in trans_ZERO()
163 static bool trans_ZERO_zt0(DisasContext *s, arg_ZERO_zt0 *a) in trans_ZERO_zt0()
176 static bool trans_ZERO_za(DisasContext *s, arg_ZERO_za *a) in trans_ZERO_za()
196 static bool do_mova_tile(DisasContext *s, arg_mova_p *a, bool to_vec) in do_mova_tile()
338 static bool do_mova_array_n(DisasContext *s, arg_mova_a *a, int n, in do_mova_array_n()
375 static bool do_movt(DisasContext *s, arg_MOVT_rzt *a, in do_movt()
449 static bool do_ldst_r(DisasContext *s, arg_ldstr *a, GenLdStR *fn) in do_ldst_r()
524 static bool do_outprod_fpst(DisasContext *s, arg_op *a, MemOp esz, in do_outprod_fpst()
547 static bool do_outprod_env(DisasContext *s, arg_op *a, MemOp esz, in do_outprod_env()
737 static bool do_z2z_nn_fpst(DisasContext *s, arg_z2z_en *a, in do_z2z_nn_fpst()
949 static bool do_azz_acc_fp(DisasContext *s, int nreg, int nsel, in do_azz_acc_fp()
990 static bool do_fmlal(DisasContext *s, arg_azz_n *a, bool sub, bool multi) in do_fmlal()
1249 static bool do_dot(DisasContext *s, arg_azz_n *a, bool multi, in do_dot()
1501 static bool do_zipuzp_4(DisasContext *s, arg_zz_e *a, in do_zipuzp_4()
1645 static bool do_clamp(DisasContext *s, arg_zzz_en *a, in do_clamp()
1719 static bool do_lut(DisasContext *s, arg_lut *a, in do_lut()
1759 static bool do_lut_s8(DisasContext *s, arg_lut *a, gen_helper_gvec_2_ptr *fn) in do_lut_s8()