Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dencoding.h91 #define MASK_LD 0x707f macro
801 DECLARE_INSN(ld, MATCH_LD, MASK_LD)
/freebsd/sys/riscv/riscv/
H A Ddb_disasm.c139 { "ld", "d,o(s)", MATCH_LD, MASK_LD, m_op },
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c383 else if (m_op(insn, MATCH_LD, MASK_LD)) in riscv_gen_inst_emul_data()