Home
last modified time | relevance | path

Searched refs:is32BitMode (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp48 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anonc010c5d60111::X86MCCodeEmitter
1165 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()
1173 } else if (is32BitMode(STI)) { in encodeInstruction()
1212 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1213 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1225 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1226 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1235 if ((!is32BitMode(STI) && siReg == X86::EDI) || in encodeInstruction()
1236 (is32BitMode(STI) && siReg == X86::DI)) in encodeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp56 bool is32BitMode(const MCSubtargetInfo &STI) const { in is32BitMode() function in __anon1087b92e0111::X86MCCodeEmitter
1244 (is32BitMode(STI) && AdSize == X86II::AdSize16) || in encodeInstruction()
1252 } else if (is32BitMode(STI)) { in encodeInstruction()
1291 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1292 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1304 if ((!is32BitMode(STI) && siReg == X86::ESI) || in encodeInstruction()
1305 (is32BitMode(STI) && siReg == X86::SI)) in encodeInstruction()
1314 if ((!is32BitMode(STI) && siReg == X86::EDI) || in encodeInstruction()
1315 (is32BitMode(STI) && siReg == X86::DI)) in encodeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp901 bool is32BitMode() const { in is32BitMode() function in __anon3ca5b30f0111::X86AsmParser
922 if (is32BitMode()) return 32; in getPointerWidth()
1196 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemSIOperand()
1205 bool Parse32 = is32BitMode() || Code16GCC; in DefaultMemDIOperand()
1745 bool Parse32 = is32BitMode() || Code16GCC; in ParseIntelOffsetOfOperator()
2492 if (is32BitMode()) in ParseInstruction()
3153 : (is32BitMode()) ? "l" : (is16BitMode()) ? "w" : " "; in MatchAndEmitIntelInstruction()
3365 if (!is32BitMode()) { in ParseDirectiveCode()
DX86AsmInstrumentation.cpp270 bool is32BitMode() const { in is32BitMode() function in __anon811bfc160111::X86AddressSanitizer
280 if (is32BitMode()) return 32; in getPointerWidth()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp764 bool is32BitMode() const { in is32BitMode() function in __anonf33d2cb70111::X86AsmParser
785 if (is32BitMode()) return 32; in getPointerWidth()
996 is64BitMode() ? X86::RSI : (is32BitMode() ? X86::ESI : X86::SI); in DefaultMemSIOperand()
1005 is64BitMode() ? X86::RDI : (is32BitMode() ? X86::EDI : X86::DI); in DefaultMemDIOperand()
1729 is64BitMode() ? X86::RBX : (is32BitMode() ? X86::EBX : X86::BX); in ParseIntelOffsetOfOperator()
3012 if (!is32BitMode()) { in ParseDirectiveCode()
DX86AsmInstrumentation.cpp258 bool is32BitMode() const { in is32BitMode() function in llvm::__anon371ad2be0111::X86AddressSanitizer
267 if (is32BitMode()) return 32; in getPointerWidth()