Searched refs:op_mlal (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 4262 static bool op_mlal(DisasContext *s, arg_s_rrrr *a, bool uns, bool add) in op_mlal() function 4288 return op_mlal(s, a, true, false); in trans_UMULL() 4293 return op_mlal(s, a, false, false); in trans_SMULL() 4298 return op_mlal(s, a, true, true); in trans_UMLAL() 4303 return op_mlal(s, a, false, true); in trans_SMLAL()
|