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

  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 329 bool operands_pcrel[TIC6X_MAX_OPERANDS] = { false }; local
905 operands_pcrel[op_num] = true;
919 operands_pcrel[op_num] = true;
1315 if (operands_text[op_num] || operands_pcrel[op_num])
1337 if (operands_text[op_num] || operands_pcrel[op_num])
1430 if (operands_text[op_num] || operands_pcrel[op_num])
1470 if (operands_text[op_num] || operands_pcrel[op_num]
1490 if (!operands_text[op_num] && !operands_pcrel[op_num])
1508 if (operands_pcrel[op_num])
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 329 bool operands_pcrel[TIC6X_MAX_OPERANDS] = { false }; local
905 operands_pcrel[op_num] = true;
919 operands_pcrel[op_num] = true;
1315 if (operands_text[op_num] || operands_pcrel[op_num])
1337 if (operands_text[op_num] || operands_pcrel[op_num])
1430 if (operands_text[op_num] || operands_pcrel[op_num])
1470 if (operands_text[op_num] || operands_pcrel[op_num]
1490 if (!operands_text[op_num] && !operands_pcrel[op_num])
1508 if (operands_pcrel[op_num])
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 329 bool operands_pcrel[TIC6X_MAX_OPERANDS] = { false }; local
905 operands_pcrel[op_num] = true;
919 operands_pcrel[op_num] = true;
1315 if (operands_text[op_num] || operands_pcrel[op_num])
1337 if (operands_text[op_num] || operands_pcrel[op_num])
1430 if (operands_text[op_num] || operands_pcrel[op_num])
1470 if (operands_text[op_num] || operands_pcrel[op_num]
1490 if (!operands_text[op_num] && !operands_pcrel[op_num])
1508 if (operands_pcrel[op_num])
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 329 bool operands_pcrel[TIC6X_MAX_OPERANDS] = { false }; local
905 operands_pcrel[op_num] = true;
919 operands_pcrel[op_num] = true;
1315 if (operands_text[op_num] || operands_pcrel[op_num])
1337 if (operands_text[op_num] || operands_pcrel[op_num])
1430 if (operands_text[op_num] || operands_pcrel[op_num])
1470 if (operands_text[op_num] || operands_pcrel[op_num]
1490 if (!operands_text[op_num] && !operands_pcrel[op_num])
1508 if (operands_pcrel[op_num])

Completed in 43 milliseconds