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.cpp12271 char CurSuffix = Suffix; in parseDirectiveInst() local
12285 CurSuffix = 'n'; in parseDirectiveInst()
12287 CurSuffix = 'w'; in parseDirectiveInst()
12296 getTargetStreamer().emitInst(Value->getValue(), CurSuffix); in parseDirectiveInst()