Searched refs:op_smlald (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 6098 static bool op_smlald(DisasContext *s, arg_rrrr *a, bool m_swap, bool sub) in op_smlald() function 6132 return op_smlald(s, a, false, false); in trans_SMLALD() 6137 return op_smlald(s, a, true, false); in trans_SMLALDX() 6142 return op_smlald(s, a, false, true); in trans_SMLSLD() 6147 return op_smlald(s, a, true, true); in trans_SMLSLDX()
|