Searched refs:is16BitMode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp52 bool is16BitMode(const MCSubtargetInfo &STI) const { function in class:__anon26176::X86MCCodeEmitter
64 if (is16BitMode(STI) && BaseReg.getReg() == 0 &&
1133 if (OpSize == (is16BitMode(STI) ? X86II::OpSize32 : X86II::OpSize16))
1227 if ((!is16BitMode(STI) && TSFlags & X86II::AdSize) ||
1228 (is16BitMode(STI) && (MI.getOpcode() == X86::JECXZ_32 ||
1245 assert(is16BitMode(STI));
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp718 bool is16BitMode() const { function in class:__anon26165::X86AsmParser
2577 if (!is16BitMode()) {

Completed in 897 milliseconds