Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:base

922   uint8_t index, base;
978 base = baseFromSIB(insn->sib) | (bFromREX(insn->rexPrefix) << 3);
980 switch (base) {
1003 insn->sibBase = (SIBBase)(sibBaseBase + base);
1194 #define GENERIC_FIXUP_FUNC(name, base, prefix) \
1206 return base + index; \