Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1040 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); in writeNopData() local
1041 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData()
1044 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
1047 Count -= ThisNopLength; in writeNopData()