Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc72 return gen_unary_per_ol(ctx, a, EXT_NONE, gen_clz, gen_clzw);
88 return gen_unary_per_ol(ctx, a, EXT_ZERO, gen_ctz, gen_ctzw);
H A Dtrans_xthead.c.inc218 return gen_unary_per_ol(ctx, a, EXT_NONE, gen_clz, gen_clzw);
231 return gen_unary_per_ol(ctx, a, EXT_NONE, tcg_gen_bswap_tl, gen_th_revw);
/openbmc/qemu/target/riscv/
H A Dtranslate.c1057 static bool gen_unary_per_ol(DisasContext *ctx, arg_r2 *a, DisasExtend ext, in gen_unary_per_ol() function