Home
last modified time | relevance | path

Searched refs:op_bfx (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c5626 static bool op_bfx(DisasContext *s, arg_UBFX *a, bool u) in op_bfx() function
5653 return op_bfx(s, a, false); in trans_SBFX()
5658 return op_bfx(s, a, true); in trans_UBFX()