Searched refs:op_bfx (Results 1 – 1 of 1) sorted by relevance
5626 static bool op_bfx(DisasContext *s, arg_UBFX *a, bool u) in op_bfx() function5653 return op_bfx(s, a, false); in trans_SBFX()5658 return op_bfx(s, a, true); in trans_UBFX()