HomeSort by: relevance | last modified time | path
    Searched refs:low_byte (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 1941 int low_byte = target_big_endian ? 1 : 0;
2012 insert (output + low_byte, BFD_RELOC_SH_IMM3, 0, operand);
2018 insert (output + low_byte, BFD_RELOC_SH_IMM3U, 0, operand);
2059 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand);
2062 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand);
2065 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand);
2068 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand + 1);
2071 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand + 1);
2074 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand + 1);
2077 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand)
1939 int low_byte = target_big_endian ? 1 : 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 1941 int low_byte = target_big_endian ? 1 : 0;
2012 insert (output + low_byte, BFD_RELOC_SH_IMM3, 0, operand);
2018 insert (output + low_byte, BFD_RELOC_SH_IMM3U, 0, operand);
2059 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand);
2062 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand);
2065 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand);
2068 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand + 1);
2071 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand + 1);
2074 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand + 1);
2077 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand)
1939 int low_byte = target_big_endian ? 1 : 0; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1933 const unsigned char low_byte = static_cast<unsigned char>(ch); local
1934 return ch == low_byte && isxdigit(low_byte) != 0;

Completed in 29 milliseconds