Searched refs:gen_sve_str (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.h | 216 void gen_sve_str(DisasContext *s, TCGv_ptr, int vofs, int len, int rn, int imm);
|
H A D | translate-sme.c | 266 TRANS_FEAT(STR, aa64_sme, do_ldst_r, a, gen_sve_str) in TRANS_FEAT()
|
H A D | translate-sve.c | 4161 void gen_sve_str(DisasContext *s, TCGv_ptr base, int vofs, in gen_sve_str() function 4292 gen_sve_str(s, tcg_env, off, size, a->rn, a->imm * size); in trans_STR_zri() 4305 gen_sve_str(s, tcg_env, off, size, a->rn, a->imm * size); in trans_STR_pri()
|