Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:byte2

454     uint8_t byte1, byte2;
461 if (lookAtByte(insn, &byte2)) {
467 ((~byte1 & 0xc) == 0xc) && ((byte2 & 0x4) == 0x4)) {