Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c240 match_opcode(uint32_t insn, int match, int mask) in match_opcode() function
259 if (match_opcode(invop, (MATCH_SD | RS2_RA | RS1_SP), in dtrace_invop_start()
270 if (match_opcode(invop, (MATCH_JALR | (X_RA << RS1_SHIFT)), in dtrace_invop_start()
277 if (match_opcode(invop, (MATCH_C_SDSP | RS2_C_RA), in dtrace_invop_start()
288 if (match_opcode(invop, (MATCH_C_JR | (X_RA << RD_SHIFT)), in dtrace_invop_start()
/freebsd-12.1/sys/cddl/dev/fbt/riscv/
H A Dfbt_isa.c91 match_opcode(uint32_t insn, int match, int mask) in match_opcode() function
108 if (match_opcode(*instr1, (MATCH_C_JR | (X_RA << RD_SHIFT)), in check_c_ret()
126 if (match_opcode(*instr1, (MATCH_C_SDSP | RS2_C_RA), in check_c_sdsp()
160 if (match_opcode(*instr, (MATCH_SD | RS2_RA | RS1_SP), in fbt_provide_module_function()
199 if (match_opcode(*instr, (MATCH_JALR | (X_RA << RS1_SHIFT)), in fbt_provide_module_function()
/freebsd-12.1/contrib/binutils/opcodes/
H A Dcr16-dis.c316 match_opcode (void) in match_opcode() function
797 is_decoded = match_opcode (); in print_insn_cr16()
/freebsd-12.1/sbin/ipfw/
H A Dipfw2.c2057 match_opcode(int opcode, const int opcodes[], size_t nops) in match_opcode() function
2078 if (match_opcode(cmd->opcode, opcodes, nops)) in print_address()
2087 if (!match_opcode(cmd->opcode, opcodes, nops)) in print_address()