Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c6150 static bool op_smmla(DisasContext *s, arg_rrrr *a, bool round, bool sub) in op_smmla() function
6191 return op_smmla(s, a, false, false); in trans_SMMLA()
6196 return op_smmla(s, a, true, false); in trans_SMMLAR()
6201 return op_smmla(s, a, false, true); in trans_SMMLS()
6206 return op_smmla(s, a, true, true); in trans_SMMLSR()