Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7291 MipsABIFlagsSection::FpABIKind FpAbiVal; in parseSetFpDirective() local
7304 if (!parseFpABIValue(FpAbiVal, ".set")) in parseSetFpDirective()
7311 getTargetStreamer().emitDirectiveSetFp(FpAbiVal); in parseSetFpDirective()