Home | History | Annotate | Download | only in config

Lines Matching defs:high_byte

2263   int high_byte = target_big_endian ? 0 : 1;
2276 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]);
2287 p[high_byte] = (opcode->nibbles[0] << 4);