Searched refs:MASK_LB (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | encoding.h | 85 #define MASK_LB 0x707f macro 798 DECLARE_INSN(lb, MATCH_LB, MASK_LB)
|
/freebsd/sys/riscv/riscv/ |
H A D | db_disasm.c | 136 { "lb", "d,o(s)", MATCH_LB, MASK_LB, m_op },
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_riscv.c | 377 if (m_op(insn, MATCH_LB, MASK_LB)) in riscv_gen_inst_emul_data()
|