Searched refs:ThisNopLength (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp333 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); local
334 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10;
337 const uint8_t Rest = ThisNopLength - Prefixes;
340 Count -= ThisNopLength;

Completed in 109 milliseconds