Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:byte1

432     uint8_t byte1;
434 if (lookAtByte(insn, &byte1)) {
439 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
476 uint8_t byte1;
478 if (lookAtByte(insn, &byte1)) {
483 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {