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

  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 1854 int high_byte = target_big_endian ? 0 : 1;
1867 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]);
1878 p[high_byte] = (opcode->nibbles[0] << 4);
1852 int high_byte = target_big_endian ? 0 : 1; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 1854 int high_byte = target_big_endian ? 0 : 1;
1867 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]);
1878 p[high_byte] = (opcode->nibbles[0] << 4);
1852 int high_byte = target_big_endian ? 0 : 1; local

Completed in 49 milliseconds