Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:mod

1036       debug("Cannot have Mod = 0b11 and a SIB byte");
1101 uint8_t mod, rm, reg;
1112 mod = modFromModRM(insn->modRM);
1145 switch (mod) {
1180 switch (mod) {
1205 insn->eaDisplacement = (mod == 0x1 ? EA_DISP_8 : EA_DISP_32);