Lines Matching refs:highbyte
3085 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local
3090 buffer[highbyte] ^= 0x2; in md_convert_frag()
3105 buffer[highbyte + 2] = 0xa0; in md_convert_frag()
3112 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */ in md_convert_frag()
3118 buffer[highbyte + 4] = 0x0; in md_convert_frag()
3413 int highbyte = target_big_endian ? 0 : 1; in md_apply_fix() local
3482 buf[highbyte] |= (val >> 8) & 0x0f; in md_apply_fix()
3488 buf[highbyte] |= (val >> 9) & 0x0f; in md_apply_fix()
3494 buf[highbyte] |= (val >> 10) & 0x0f; in md_apply_fix()
3500 buf[highbyte] |= (val >> 11) & 0x0f; in md_apply_fix()
3618 buf[highbyte] |= (val >> 8) & 0xf; in md_apply_fix()