Home
last modified time | relevance | path

Searched refs:op_mla (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c4218 static bool op_mla(DisasContext *s, arg_s_rrrr *a, bool add) in op_mla() function
4238 return op_mla(s, a, false); in trans_MUL()
4243 return op_mla(s, a, true); in trans_MLA()