Searched refs:op_mla (Results 1 – 1 of 1) sorted by relevance
4218 static bool op_mla(DisasContext *s, arg_s_rrrr *a, bool add) in op_mla() function4238 return op_mla(s, a, false); in trans_MUL()4243 return op_mla(s, a, true); in trans_MLA()