Searched refs:ThisNopLength (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp335 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); local
336 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10;
339 const uint8_t Rest = ThisNopLength - Prefixes;
342 Count -= ThisNopLength;

Completed in 70 milliseconds