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

  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.c 4842 condition_opcode_table[] = variable in typeref:struct:__anon9973
4849 #define NUM_CONDITION_OPCODES (sizeof (condition_opcode_table) / sizeof (condition_opcode_table[0]))
4982 if (check_condition (condition_opcode_table[ci].string,
4987 rx_last_token = condition_opcode_table[ci].token;
4988 return condition_opcode_table[ci].token;
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.c 4842 condition_opcode_table[] = variable in typeref:struct:__anon11445
4849 #define NUM_CONDITION_OPCODES (sizeof (condition_opcode_table) / sizeof (condition_opcode_table[0]))
4982 if (check_condition (condition_opcode_table[ci].string,
4987 rx_last_token = condition_opcode_table[ci].token;
4988 return condition_opcode_table[ci].token;

Completed in 18 milliseconds