Lines Matching defs:past
2837 When returning true, move *SPTR past the register, store the
8261 const struct mips_opcode *past, struct mips_operand_token *tokens,
8301 while (opcode < past && strcmp (opcode->name, first->name) == 0);
13749 const struct mips_opcode *first, *past;
13759 past = µmips_opcodes[bfd_micromips_num_opcodes];
13764 past = &mips_opcodes[NUMOPCODES];
13790 if (!match_insns (insn, first, past, tokens, opcode_extra, FALSE)
13791 && !match_insns (insn, first, past, tokens, opcode_extra, TRUE))