Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4466 static const unsigned MopSizes[] = {8, 16, 32, 64, 80, 128, 256, 512}; in matchAndEmitIntelInstruction() local
4467 for (unsigned Size : MopSizes) { in matchAndEmitIntelInstruction()