Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp206 unsigned MinNopLen = HasStdExtC ? 2 : 4; in writeNopData() local
208 if ((Count % MinNopLen) != 0) in writeNopData()