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

  /src/external/gpl3/binutils/dist/opcodes/
metag-dis.c 2328 bool is_high = false; local
2345 is_high = ((part & 0x18) == 0x18);
2348 if (is_high)
2425 snprintf (prefix, DSP_PREFIX_WIDTH, "D%s", is_high ? "H" : "");
  /src/external/gpl3/binutils.old/dist/opcodes/
metag-dis.c 2328 bool is_high = false; local
2345 is_high = ((part & 0x18) == 0x18);
2348 if (is_high)
2425 snprintf (prefix, DSP_PREFIX_WIDTH, "D%s", is_high ? "H" : "");
  /src/external/gpl3/gdb.old/dist/opcodes/
metag-dis.c 2328 bool is_high = false; local
2345 is_high = ((part & 0x18) == 0x18);
2348 if (is_high)
2425 snprintf (prefix, DSP_PREFIX_WIDTH, "D%s", is_high ? "H" : "");
  /src/external/gpl3/gdb/dist/opcodes/
metag-dis.c 2328 bool is_high = false; local
2345 is_high = ((part & 0x18) == 0x18);
2348 if (is_high)
2425 snprintf (prefix, DSP_PREFIX_WIDTH, "D%s", is_high ? "H" : "");

Completed in 27 milliseconds