HomeSort by: relevance | last modified time | path
    Searched defs:mips16_percent_op (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 15008 static const struct percent_op_match mips16_percent_op[] =
15038 percent_op = mips16_percent_op;
15039 limit = ARRAY_SIZE (mips16_percent_op);
15085 for (i = 0; i < ARRAY_SIZE (mips16_percent_op); i++)
15086 if (reloc == mips16_percent_op[i].reloc)
15087 return mips16_percent_op[i].str;
14998 static const struct percent_op_match mips16_percent_op[] = variable in typeref:struct:percent_op_match
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 14714 static const struct percent_op_match mips16_percent_op[] =
14744 percent_op = mips16_percent_op;
14745 limit = ARRAY_SIZE (mips16_percent_op);
14704 static const struct percent_op_match mips16_percent_op[] = variable in typeref:struct:percent_op_match

Completed in 30 milliseconds