Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Driscv.h156 rv_codec_zcb_ext, enumerator
H A Driscv.c1987 { "c.zext.b", rv_codec_zcb_ext, rv_fmt_rd, NULL, 0 },
1988 { "c.sext.b", rv_codec_zcb_ext, rv_fmt_rd, NULL, 0 },
1989 { "c.zext.h", rv_codec_zcb_ext, rv_fmt_rd, NULL, 0 },
1990 { "c.sext.h", rv_codec_zcb_ext, rv_fmt_rd, NULL, 0 },
1991 { "c.zext.w", rv_codec_zcb_ext, rv_fmt_rd, NULL, 0 },
1992 { "c.not", rv_codec_zcb_ext, rv_fmt_rd, NULL, 0 },
4565 case rv_codec_zcb_ext: in decode_inst_operands()