Lines Matching refs:byte1
339 uint8_t byte1, byte2; in readPrefixes() local
340 if (consume(insn, byte1)) { in readPrefixes()
350 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0)) { in readPrefixes()
359 insn->vectorExtensionPrefix[1] = byte1; in readPrefixes()
391 uint8_t byte1; in readPrefixes() local
392 if (peek(insn, byte1)) { in readPrefixes()
397 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) in readPrefixes()
422 uint8_t byte1; in readPrefixes() local
423 if (peek(insn, byte1)) { in readPrefixes()
428 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) in readPrefixes()
454 uint8_t byte1; in readPrefixes() local
455 if (peek(insn, byte1)) { in readPrefixes()
460 if ((byte1 & 0x38) != 0x0) // 0 in these 3 bits is a POP instruction. in readPrefixes()
493 uint8_t byte1; in readPrefixes() local
494 if (peek(insn, byte1)) { in readPrefixes()