Searched refs:op_div (Results 1 – 1 of 1) sorted by relevance
6250 static bool op_div(DisasContext *s, arg_rrr *a, bool u) in op_div() function6273 return op_div(s, a, false); in trans_SDIV()6278 return op_div(s, a, true); in trans_UDIV()