Searched refs:highbyte (Results 1 – 2 of 2) sorted by relevance
955 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local963 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()964 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()
3484 int highbyte = target_big_endian ? 0 : 1; in md_convert_frag() local3489 buffer[highbyte] ^= 0x2; in md_convert_frag()3509 buffer[highbyte + 2] = 0xa0; in md_convert_frag()3516 buffer[highbyte] &= ~0x4; /* Removes delay slot from branch. */ in md_convert_frag()3522 buffer[highbyte + 4] = 0x0; in md_convert_frag()3801 int highbyte = target_big_endian ? 0 : 1; in md_apply_fix() local3886 buf[highbyte] |= (val >> 8) & 0x0f; in md_apply_fix()3892 buf[highbyte] |= (val >> 9) & 0x0f; in md_apply_fix()3898 buf[highbyte] |= (val >> 10) & 0x0f; in md_apply_fix()3904 buf[highbyte] |= (val >> 11) & 0x0f; in md_apply_fix()[all …]