Searched refs:MASK_C_LD (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | encoding.h | 411 #define MASK_C_LD 0xe003 macro 961 DECLARE_INSN(c_ld, MATCH_C_LD, MASK_C_LD)
|
/freebsd/sys/riscv/riscv/ |
H A D | db_disasm.c | 307 { "c.ld", "Ct,Cl(Cs)", MATCH_C_LD, MASK_C_LD, m_op },
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_riscv.c | 421 else if (m_op(insn, MATCH_C_LD, MASK_C_LD)) in riscv_gen_inst_emul_data()
|