Searched refs:MaxNopLength (Results 1 – 2 of 2) sorted by relevance
355 uint64_t MaxNopLength = 10; in writeNopData() local357 MaxNopLength = 7; in writeNopData()359 MaxNopLength = 15; in writeNopData()361 MaxNopLength = 11; in writeNopData()366 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); in writeNopData()
75 const uint64_t MaxNopLength; member in __anon6801bd310111::X86AsmBackend79 MaxNopLength((CPU == "slm" || CPU == "lakemont") ? 7 : 15) { in X86AsmBackend()363 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); in writeNopData()