Home
last modified time | relevance | path

Searched refs:high_byte (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh.c2261 int high_byte = target_big_endian ? 0 : 1; in build_relax() local
2274 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]); in build_relax()
2285 p[high_byte] = (opcode->nibbles[0] << 4); in build_relax()