Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dvector.c52 u32 opcode = insn_buf & __INSN_OPCODE_MASK; in insn_is_vector()
H A Dkgdb.c72 if ((op_code & __INSN_OPCODE_MASK) == __INSN_BRANCH_OPCODE) { in get_step_address()
/openbmc/linux/arch/riscv/include/asm/
H A Dinsn.h232 #define __INSN_OPCODE_MASK _UL(0x7F) macro