Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c5376 static bool op_s_rri_rot(DisasContext *s, arg_s_rri_rot *a, in op_s_rri_rot() function
5424 { StoreRegKind k = (K); return op_s_rri_rot(s, a, OP, L, k); }
5440 { return op_s_rri_rot(s, a, OP, L, STREG_NONE); }
5522 return op_s_rri_rot(s, a, tcg_gen_orc_i32, a->s, STREG_NORMAL); in trans_ORN_rri()