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