Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp116 unsigned NOPBytes = STI->hasStdExtCOrZca() ? 2 : 4; in LowerSTACKMAP() local
124 assert(NumNOPBytes % NOPBytes == 0 && in LowerSTACKMAP()
142 emitNops(NumNOPBytes / NOPBytes); in LowerSTACKMAP()
149 unsigned NOPBytes = STI->hasStdExtCOrZca() ? 2 : 4; in LowerPATCHPOINT() local
191 assert((NumBytes - EncodedBytes) % NOPBytes == 0 && in LowerPATCHPOINT()
193 emitNops((NumBytes - EncodedBytes) / NOPBytes); in LowerPATCHPOINT()
198 unsigned NOPBytes = STI->hasStdExtCOrZca() ? 2 : 4; in LowerSTATEPOINT() local
202 assert(PatchBytes % NOPBytes == 0 && in LowerSTATEPOINT()
204 emitNops(PatchBytes / NOPBytes); in LowerSTATEPOINT()