Searched refs:operands_pcrel (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Dtic6x-dis.c330 bfd_boolean operands_pcrel[TIC6X_MAX_OPERANDS] = { FALSE }; local
896 operands_pcrel[op_num] = TRUE;
910 operands_pcrel[op_num] = TRUE;
1306 if (operands_text[op_num] || operands_pcrel[op_num])
1328 if (operands_text[op_num] || operands_pcrel[op_num])
1421 if (operands_text[op_num] || operands_pcrel[op_num])
1461 if (operands_text[op_num] || operands_pcrel[op_num]
1481 if (!operands_text[op_num] && !operands_pcrel[op_num])
1499 if (operands_pcrel[op_num])

Completed in 93 milliseconds