Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:nextByte

328   uint8_t nextByte;
351 && !lookAtByte(insn, &nextByte))
361 ((nextByte == 0xf0) ||
362 ((nextByte & 0xfe) == 0x86 || (nextByte & 0xf8) == 0x90)))
371 (nextByte == 0x88 || nextByte == 0x89 ||
372 nextByte == 0xc6 || nextByte == 0xc7))
374 if (insn->mode == MODE_64BIT && (nextByte & 0xf0) == 0x40) {
375 if (consumeByte(insn, &nextByte))
377 if (lookAtByte(insn, &nextByte))
381 if (nextByte != 0x0f && nextByte != 0x90)