Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Ddb_disasm.c75 struct riscv_op { struct
80 int (*match_func)(struct riscv_op *op, uint32_t insn); argument
84 m_op(struct riscv_op *op, uint32_t insn) in m_op()
93 static struct riscv_op riscv_opcodes[] = {
297 static struct riscv_op riscv_c_opcodes[] = {
348 oprint(struct riscv_op *op, vm_offset_t loc, int insn) in oprint()
577 struct riscv_op *op; in db_disasm()