Searched refs:rv_fmt_rs1_rs2_zce_ldst (Results 1 – 2 of 2) sorted by relevance
/qemu/disas/ |
H A D | riscv.h | 298 #define rv_fmt_rs1_rs2_zce_ldst "O\t2,i(1)" macro
|
H A D | riscv.c | 2075 { "c.lbu", rv_codec_zcb_lb, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 }, 2076 { "c.lhu", rv_codec_zcb_lh, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 }, 2077 { "c.lh", rv_codec_zcb_lh, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 }, 2078 { "c.sb", rv_codec_zcb_lb, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 }, 2079 { "c.sh", rv_codec_zcb_lh, rv_fmt_rs1_rs2_zce_ldst, NULL, 0, 0, 0 },
|