Lines Matching refs:byte1
336 uint8_t byte1, byte2; in readPrefixes() local
337 if (consume(insn, byte1)) { in readPrefixes()
347 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0)) { in readPrefixes()
356 insn->vectorExtensionPrefix[1] = byte1; in readPrefixes()
388 uint8_t byte1; in readPrefixes() local
389 if (peek(insn, byte1)) { in readPrefixes()
394 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) in readPrefixes()
419 uint8_t byte1; in readPrefixes() local
420 if (peek(insn, byte1)) { in readPrefixes()
425 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) in readPrefixes()
451 uint8_t byte1; in readPrefixes() local
452 if (peek(insn, byte1)) { in readPrefixes()
457 if ((byte1 & 0x38) != 0x0) // 0 in these 3 bits is a POP instruction. in readPrefixes()
490 uint8_t byte1; in readPrefixes() local
491 if (peek(insn, byte1)) { in readPrefixes()