Searched defs:do_fmlal (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sme.c | 990 static bool do_fmlal(DisasContext *s, arg_azz_n *a, bool sub, bool multi) in do_fmlal() function 997 TRANS_FEAT(FMLAL_n1, aa64_sme2, do_fmlal, a, false, false) in TRANS_FEAT() argument
|
H A D | translate-a64.c | 5993 static bool do_fmlal(DisasContext *s, arg_qrrr_e *a, bool is_s, bool is_2) in do_fmlal() function 6006 TRANS_FEAT(FMLAL_v, aa64_fhm, do_fmlal, a, false, false) in TRANS_FEAT() argument
|
H A D | vec_helper.c | 2218 static void do_fmlal(float32 *d, void *vn, void *vm, in do_fmlal() function
|