Lines Matching refs:opcode_extra
7806 struct mips_operand_token *tokens, unsigned int opcode_extra, in match_insn() argument
7822 if ((opcode->pinfo2 & INSN2_VU0_CHANNEL_SUFFIX) != 0 && opcode_extra == 0) in match_insn()
7825 insn->insn_opcode |= opcode_extra; in match_insn()
8253 int opcode_extra, bfd_boolean lax_match) in match_insns() argument
8277 if (match_insn (insn, opcode, tokens, opcode_extra, in match_insns()
8298 if (match_insn (insn, invalid_delay_slot, tokens, opcode_extra, in match_insns()
13668 ssize_t length, unsigned int *opcode_extra) in mips_lookup_insn() argument
13697 *opcode_extra |= mask << mips_vu0_channel_mask.lsb; in mips_lookup_insn()
13745 unsigned int opcode_extra; in mips_ip() local
13758 opcode_extra = 0; in mips_ip()
13764 first = mips_lookup_insn (hash, str, end, &opcode_extra); in mips_ip()
13781 if (!match_insns (insn, first, past, tokens, opcode_extra, FALSE) in mips_ip()
13782 && !match_insns (insn, first, past, tokens, opcode_extra, TRUE)) in mips_ip()