Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp141 return (is16BitMode) ? X86::JAE_2 : X86::JAE_4; in getRelaxedOpcodeBranch()
143 return (is16BitMode) ? X86::JA_2 : X86::JA_4; in getRelaxedOpcodeBranch()
145 return (is16BitMode) ? X86::JBE_2 : X86::JBE_4; in getRelaxedOpcodeBranch()
147 return (is16BitMode) ? X86::JB_2 : X86::JB_4; in getRelaxedOpcodeBranch()
149 return (is16BitMode) ? X86::JE_2 : X86::JE_4; in getRelaxedOpcodeBranch()
151 return (is16BitMode) ? X86::JGE_2 : X86::JGE_4; in getRelaxedOpcodeBranch()
153 return (is16BitMode) ? X86::JG_2 : X86::JG_4; in getRelaxedOpcodeBranch()
157 return (is16BitMode) ? X86::JL_2 : X86::JL_4; in getRelaxedOpcodeBranch()
169 return (is16BitMode) ? X86::JO_2 : X86::JO_4; in getRelaxedOpcodeBranch()
171 return (is16BitMode) ? X86::JP_2 : X86::JP_4; in getRelaxedOpcodeBranch()
[all …]
H A DX86MCCodeEmitter.cpp60 bool is16BitMode(const MCSubtargetInfo &STI) const { in is16BitMode() function in __anon8cde41100111::X86MCCodeEmitter
72 if (is16BitMode(STI) && BaseReg.getReg() == 0 && in Is16BitMemOperand()
1136 if ((TSFlags & X86II::OpSizeMask) == (is16BitMode(STI) ? X86II::OpSize32 in emitOpcodePrefix()
1243 if ((is16BitMode(STI) && AdSize == X86II::AdSize32) || in encodeInstruction()
1256 assert(is16BitMode(STI)); in encodeInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp909 bool is16BitMode() const { in is16BitMode() function in __anon3be435310111::X86AsmParser
925 if (is16BitMode()) return 16; in getPointerWidth()
2507 if (PatchedName == "data16" && is16BitMode()) { in ParseInstruction()
2591 if (Name != "mov" && Name[3] == (is16BitMode() ? 'l' : 'w')) { in ParseInstruction()
2592 Name = is16BitMode() ? "movw" : "movl"; in ParseInstruction()
2597 getX86SubSuperRegisterOrZero(Op1.getReg(), is16BitMode() ? 16 : 32); in ParseInstruction()
3172 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
3370 if (!is16BitMode()) { in ParseDirectiveCode()
3378 if (!is16BitMode()) { in ParseDirectiveCode()
H A DX86AsmInstrumentation.cpp274 bool is16BitMode() const { in is16BitMode() function in __anon6d3404780111::X86AddressSanitizer
279 if (is16BitMode()) return 16; in getPointerWidth()