Searched refs:do_mov_p (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 499 static bool do_mov_p(DisasContext *s, int rd, int rn) in do_mov_p() function 1328 return do_mov_p(s, a->rd, a->rn); in trans_AND_pppp() 1442 return do_mov_p(s, a->rd, a->rn); in trans_ORR_pppp() 1698 TRANS_FEAT_NONSTREAMING(RDFFR, aa64_sve, do_mov_p, a->rd, FFR_PRED_NUM) 1699 TRANS_FEAT_NONSTREAMING(WRFFR, aa64_sve, do_mov_p, FFR_PRED_NUM, a->rn)
|