Home | History | Annotate | Download | only in opcodes

Lines Matching refs:highbyte

961 		unsigned int highbyte = (number >> 24) & 0xff;
969 && (highbyte == ((addr >> 24) & 0xff)
970 || (highbyte != 0 && highbyte != 0xff)