Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11955 char CurSuffix = Suffix; in parseDirectiveInst() local
11969 CurSuffix = 'n'; in parseDirectiveInst()
11971 CurSuffix = 'w'; in parseDirectiveInst()
11980 getTargetStreamer().emitInst(Value->getValue(), CurSuffix); in parseDirectiveInst()