Lines Matching refs:opcode_extra
7701 struct mips_operand_token *tokens, unsigned int opcode_extra, in match_insn() argument
7717 if ((opcode->pinfo2 & INSN2_VU0_CHANNEL_SUFFIX) != 0 && opcode_extra == 0) in match_insn()
7720 insn->insn_opcode |= opcode_extra; in match_insn()
8148 int opcode_extra, bfd_boolean lax_match) in match_insns() argument
8172 if (match_insn (insn, opcode, tokens, opcode_extra, in match_insns()
8193 if (match_insn (insn, invalid_delay_slot, tokens, opcode_extra, in match_insns()
13564 ssize_t length, unsigned int *opcode_extra) in mips_lookup_insn() argument
13591 *opcode_extra |= mask << mips_vu0_channel_mask.lsb; in mips_lookup_insn()
13642 unsigned int opcode_extra; in mips_ip() local
13655 opcode_extra = 0; in mips_ip()
13661 first = mips_lookup_insn (hash, str, end, &opcode_extra); in mips_ip()
13678 if (!match_insns (insn, first, past, tokens, opcode_extra, FALSE) in mips_ip()
13679 && !match_insns (insn, first, past, tokens, opcode_extra, TRUE)) in mips_ip()