Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12214 char CurSuffix = Suffix; in parseDirectiveInst() local
12228 CurSuffix = 'n'; in parseDirectiveInst()
12230 CurSuffix = 'w'; in parseDirectiveInst()
12239 getTargetStreamer().emitInst(Value->getValue(), CurSuffix); in parseDirectiveInst()