Searched refs:MaximumNopLength (Results 1 – 1 of 1) sorted by relevance
626 int64_t MaximumNopLength = Asm.getBackend().getMaximumNopSize(); in writeFragment() local631 if (ControlledNopLength > MaximumNopLength) { in writeFragment()636 std::to_string(MaximumNopLength) + "])"); in writeFragment()639 ControlledNopLength = MaximumNopLength; in writeFragment()644 ControlledNopLength = MaximumNopLength; in writeFragment()