Lines Matching refs:is32BitMode
48 bool is32BitMode(const MCSubtargetInfo &STI) const {
1209 (is32BitMode(STI) && AdSize == X86II::AdSize16) ||
1217 } else if (is32BitMode(STI)) {
1255 if ((!is32BitMode(STI) && siReg == X86::ESI) ||
1256 (is32BitMode(STI) && siReg == X86::SI))
1268 if ((!is32BitMode(STI) && siReg == X86::ESI) ||
1269 (is32BitMode(STI) && siReg == X86::SI))
1278 if ((!is32BitMode(STI) && siReg == X86::EDI) ||
1279 (is32BitMode(STI) && siReg == X86::DI))