Searched refs:high_byte (Results 1 – 1 of 1) sorted by relevance
2261 int high_byte = target_big_endian ? 0 : 1; in build_relax() local2274 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]); in build_relax()2285 p[high_byte] = (opcode->nibbles[0] << 4); in build_relax()