Searched refs:MopSizes (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2813 static const unsigned MopSizes[] = {8, 16, 32, 64, 80, 128, 256, 512}; in MatchAndEmitIntelInstruction() local 2814 for (unsigned Size : MopSizes) { in MatchAndEmitIntelInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 3488 static const unsigned MopSizes[] = {8, 16, 32, 64, 80, 128, 256, 512}; in MatchAndEmitIntelInstruction() local 3489 for (unsigned Size : MopSizes) { in MatchAndEmitIntelInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 4468 static const unsigned MopSizes[] = {8, 16, 32, 64, 80, 128, 256, 512}; in MatchAndEmitIntelInstruction() local 4469 for (unsigned Size : MopSizes) { in MatchAndEmitIntelInstruction()
|