Searched refs:do_shr_narrow (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-sve.c | 7242 static bool do_shr_narrow(DisasContext *s, arg_rri_esz *a, in TRANS_FEAT() 7309 TRANS_FEAT(SHRNB, aa64_sve2, do_shr_narrow, a, shrnb_ops) in TRANS_FEAT() argument 7368 TRANS_FEAT(SHRNT, aa64_sve2, do_shr_narrow, a, shrnt_ops) 7375 TRANS_FEAT(RSHRNB, aa64_sve2, do_shr_narrow, a, rshrnb_ops) 7382 TRANS_FEAT(RSHRNT, aa64_sve2, do_shr_narrow, a, rshrnt_ops) in TRANS_FEAT() argument 7412 TRANS_FEAT(SQSHRUNB, aa64_sve2, do_shr_narrow, a, sqshrunb_ops) in TRANS_FEAT() argument 7449 TRANS_FEAT(SQSHRUNT, aa64_sve2, do_shr_narrow, a, sqshrunt_ops) 7456 TRANS_FEAT(SQRSHRUNB, aa64_sve2, do_shr_narrow, a, sqrshrunb_ops) 7463 TRANS_FEAT(SQRSHRUNT, aa64_sve2, do_shr_narrow, a, sqrshrunt_ops) in TRANS_FEAT() argument 7496 TRANS_FEAT(SQSHRNB, aa64_sve2, do_shr_narrow, a, sqshrnb_ops) in TRANS_FEAT() argument [all …]
|