Searched refs:do_predset (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 1602 static bool do_predset(DisasContext *s, int esz, int rd, int pat, bool setflag) in do_predset() function 1675 TRANS_FEAT(PTRUE, aa64_sve, do_predset, a->esz, a->rd, a->pat, a->s) 1679 do_predset, 0, FFR_PRED_NUM, 31, false) 1682 TRANS_FEAT(PFALSE, aa64_sve, do_predset, 0, a->rd, 32, false)
|