Home
last modified time | relevance | path

Searched refs:is16BitMode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp142 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool is16BitMode) { in getRelaxedOpcodeBranch() argument
148 return (is16BitMode) ? X86::JAE_2 : X86::JAE_4; in getRelaxedOpcodeBranch()
150 return (is16BitMode) ? X86::JA_2 : X86::JA_4; in getRelaxedOpcodeBranch()
152 return (is16BitMode) ? X86::JBE_2 : X86::JBE_4; in getRelaxedOpcodeBranch()
154 return (is16BitMode) ? X86::JB_2 : X86::JB_4; in getRelaxedOpcodeBranch()
156 return (is16BitMode) ? X86::JE_2 : X86::JE_4; in getRelaxedOpcodeBranch()
158 return (is16BitMode) ? X86::JGE_2 : X86::JGE_4; in getRelaxedOpcodeBranch()
160 return (is16BitMode) ? X86::JG_2 : X86::JG_4; in getRelaxedOpcodeBranch()
162 return (is16BitMode) ? X86::JLE_2 : X86::JLE_4; in getRelaxedOpcodeBranch()
164 return (is16BitMode) ? X86::JL_2 : X86::JL_4; in getRelaxedOpcodeBranch()
[all …]
DX86MCCodeEmitter.cpp52 bool is16BitMode(const MCSubtargetInfo &STI) const { in is16BitMode() function in __anonc84e4ccd0111::X86MCCodeEmitter
64 if (is16BitMode(STI) && BaseReg.getReg() == 0 && in Is16BitMemOperand()
1064 if ((TSFlags & X86II::OpSizeMask) == (is16BitMode(STI) ? X86II::OpSize32 in emitOpcodePrefix()
1164 if ((is16BitMode(STI) && AdSize == X86II::AdSize32) || in encodeInstruction()
1177 assert(is16BitMode(STI)); in encodeInstruction()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp261 bool is16BitMode() const { in is16BitMode() function in llvm::__anon44d5f3750111::X86AddressSanitizer
266 if (is16BitMode()) return 16; in getPointerWidth()
DX86AsmParser.cpp768 bool is16BitMode() const { in is16BitMode() function in __anon720aab8e0111::X86AsmParser
784 if (is16BitMode()) return 16; in getPointerWidth()
3006 if (!is16BitMode()) { in ParseDirectiveCode()