Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c241 match_opcode(uint32_t insn, int match, int mask) in match_opcode() function
262 if (match_opcode(invop, (MATCH_SD | RS2_RA | RS1_SP), in dtrace_invop_start()
273 if (match_opcode(invop, (MATCH_JALR | (X_RA << RS1_SHIFT)), in dtrace_invop_start()
280 if (match_opcode(invop, (MATCH_C_SDSP | RS2_C_RA), in dtrace_invop_start()
291 if (match_opcode(invop, (MATCH_C_JR | (X_RA << RD_SHIFT)), in dtrace_invop_start()
/freebsd-13.1/sys/cddl/dev/fbt/riscv/
H A Dfbt_isa.c96 match_opcode(uint32_t insn, int match, int mask) in match_opcode() function
113 if (match_opcode(*instr1, (MATCH_C_JR | (X_RA << RD_SHIFT)), in check_c_ret()
131 if (match_opcode(*instr1, (MATCH_C_SDSP | RS2_C_RA), in check_c_sdsp()
178 if (match_opcode(*instr, (MATCH_SD | RS2_RA | RS1_SP), in fbt_provide_module_function()
217 if (match_opcode(*instr, (MATCH_JALR | (X_RA << RS1_SHIFT)), in fbt_provide_module_function()
/freebsd-13.1/sbin/ipfw/
H A Dipfw2.c2080 match_opcode(int opcode, const int opcodes[], size_t nops) in match_opcode() function
2101 if (match_opcode(cmd->opcode, opcodes, nops)) in print_address()
2110 if (!match_opcode(cmd->opcode, opcodes, nops)) in print_address()