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