Searched refs:MASK_SC_W (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/cddl/dev/kinst/riscv/ |
| H A D | kinst_isa.c | 434 if (dtrace_match_opcode(instr, MATCH_SC_W, MASK_SC_W) || in kinst_instr_sc()
|
| /freebsd/sys/riscv/include/ |
| H A D | encoding.h | 157 #define MASK_SC_W 0xf800707f macro 834 DECLARE_INSN(sc_w, MATCH_SC_W, MASK_SC_W)
|
| /freebsd/sys/riscv/riscv/ |
| H A D | db_disasm.c | 172 { "sc.w", "d,t,0(s)", MATCH_SC_W, MASK_SC_W, m_op },
|