Searched refs:rv_fmt_rs1_rs2_zce_ldst (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/disas/ |
H A D | riscv.h | 294 #define rv_fmt_rs1_rs2_zce_ldst "O\t2,i(1)" macro
|
H A D | riscv.c | 2067 { "c.lbu", rv_codec_zcb_lb, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 }, 2068 { "c.lhu", rv_codec_zcb_lh, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 }, 2069 { "c.lh", rv_codec_zcb_lh, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 }, 2070 { "c.sb", rv_codec_zcb_lb, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 }, 2071 { "c.sh", rv_codec_zcb_lh, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 },
|