reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
544 if (insn.sibBase != SIB_BASE_NONE) { 545 switch (insn.sibBase) { 583 (insn.sibBase == SIB_BASE_NONE && insn.mode != MODE_64BIT) || 584 (insn.sibBase != SIB_BASE_NONE && 585 insn.sibBase != SIB_BASE_ESP && insn.sibBase != SIB_BASE_RSP && 585 insn.sibBase != SIB_BASE_ESP && insn.sibBase != SIB_BASE_RSP && 586 insn.sibBase != SIB_BASE_R12D && insn.sibBase != SIB_BASE_R12)) { 586 insn.sibBase != SIB_BASE_R12D && insn.sibBase != SIB_BASE_R12)) {lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
1206 insn->sibBase = SIB_BASE_NONE; 1210 insn->sibBase = (SIBBase)(sibBaseBase + base); 1214 insn->sibBase = (SIBBase)(sibBaseBase + base); 1222 insn->sibBase = (SIBBase)(sibBaseBase + base);