Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp363 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); in writeNopData() local
364 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData()
367 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
370 Count -= ThisNopLength; in writeNopData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp366 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); in writeNopData() local
367 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData()
370 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
373 Count -= ThisNopLength; in writeNopData()