Searched refs:byte1 (Results 1 – 4 of 4) sorted by relevance
55 void SwapByte(uint8* byte1, uint8* byte2) { in SwapByte() argument56 uint8 temp = *byte1; in SwapByte()57 *byte1 = *byte2; in SwapByte()
387 uint8_t byte1; in readPrefixes() local389 if (lookAtByte(insn, &byte1)) { in readPrefixes()394 if (insn->mode == MODE_64BIT || byte1 & 0x8) { in readPrefixes()429 uint8_t byte1; in readPrefixes() local431 if (lookAtByte(insn, &byte1)) { in readPrefixes()436 if (insn->mode == MODE_64BIT || byte1 & 0x8) { in readPrefixes()
210 uint8_t byte1; member294 …if ((bytes.byte0 == bytes.byte1) && (bytes.byte0 == bytes.byte2) && (bytes.byte0 == bytes.byte3)) { in makeEncodedImm()300 if ((bytes.byte0 == bytes.byte2) && !(bytes.byte1 | bytes.byte3)) { in makeEncodedImm()306 if ((bytes.byte1 == bytes.byte3) && !(bytes.byte0 | bytes.byte2)) { in makeEncodedImm()307 encoding.immediate = bytes.byte1; in makeEncodedImm()
1257 int byte1 = 0xF0 | (uuuuu >> 2); // top 3 bits of uuuuu in writeAttrURI() local1264 writer.write(makeHHString(byte1)); in writeAttrURI()