Searched refs:low_byte (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-sh.c | 2348 int low_byte = target_big_endian ? 1 : 0; in build_Mytes() local 2418 insert (output + low_byte, BFD_RELOC_SH_IMM3, 0, operand); in build_Mytes() 2423 insert (output + low_byte, BFD_RELOC_SH_IMM3U, 0, operand); in build_Mytes() 2464 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand); in build_Mytes() 2467 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand); in build_Mytes() 2470 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand); in build_Mytes() 2473 insert (output + low_byte, BFD_RELOC_SH_IMM4BY4, 0, operand + 1); in build_Mytes() 2476 insert (output + low_byte, BFD_RELOC_SH_IMM4BY2, 0, operand + 1); in build_Mytes() 2479 insert (output + low_byte, BFD_RELOC_SH_IMM4, 0, operand + 1); in build_Mytes() 2482 insert (output + low_byte, BFD_RELOC_SH_IMM8BY4, 0, operand); in build_Mytes() [all …]
|