Lines Matching defs:byte1
347 uint8_t byte1, byte2;
348 if (consume(insn, byte1)) {
358 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0)) {
361 --insn->readerCursor; // unconsume byte1
367 insn->vectorExtensionPrefix[1] = byte1;
399 uint8_t byte1;
400 if (peek(insn, byte1)) {
405 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0)
430 uint8_t byte1;
431 if (peek(insn, byte1)) {
436 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0)
462 uint8_t byte1;
463 if (peek(insn, byte1)) {
468 if ((byte1 & 0x38) != 0x0) // 0 in these 3 bits is a POP instruction.
501 uint8_t byte1;
502 if (peek(insn, byte1)) {