Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dencoding.h101 #define MASK_SH 0x707f macro
806 DECLARE_INSN(sh, MATCH_SH, MASK_SH)
/freebsd/sys/riscv/riscv/
H A Ddb_disasm.c144 { "sh", "t,q(s)", MATCH_SH, MASK_SH, m_op },
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c364 else if (m_op(insn, MATCH_SH, MASK_SH)) in riscv_gen_inst_emul_data()