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