Searched refs:op_s_rrr_shi (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 3705 static bool op_s_rrr_shi(DisasContext *s, arg_s_rrr_shi *a, in op_s_rrr_shi() function 3835 { StoreRegKind k = (K); return op_s_rrr_shi(s, a, OP, L, k); } \ 3851 { return op_s_rrr_shi(s, a, OP, L, STREG_NONE); } \ 3932 return op_s_rrr_shi(s, a, tcg_gen_orc_i32, a->s, STREG_NORMAL);
|