Searched refs:op_smmla (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 6150 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()
|