Home | History | Annotate | Download | only in Disassembler

Lines Matching full:byte1

394     uint8_t byte1;
396 if (lookAtByte(insn, &byte1)) {
401 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
438 uint8_t byte1;
440 if (lookAtByte(insn, &byte1)) {
445 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {