Searched refs:op_smlad (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 6011 static bool op_smlad(DisasContext *s, arg_rrrr *a, bool m_swap, bool sub) in op_smlad() function 6080 return op_smlad(s, a, false, false); in trans_SMLAD() 6085 return op_smlad(s, a, true, false); in trans_SMLADX() 6090 return op_smlad(s, a, false, true); in trans_SMLSD() 6095 return op_smlad(s, a, true, true); in trans_SMLSDX()
|