Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:mod

1217       debug("Cannot have Mod = 0b11 and a SIB byte");
1282 uint8_t mod, rm, reg;
1293 mod = modFromModRM(insn->modRM);
1330 switch (mod) {
1366 switch (mod) {
1393 insn->eaDisplacement = (mod == 0x1 ? EA_DISP_8 : EA_DISP_32);