Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h99 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);
270 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp120 void MipsTargetStreamer::emitDirectiveSetFp( in emitDirectiveSetFp() function in MipsTargetStreamer
626 void MipsTargetAsmStreamer::emitDirectiveSetFp( in emitDirectiveSetFp() function in MipsTargetAsmStreamer
628 MipsTargetStreamer::emitDirectiveSetFp(Value); in emitDirectiveSetFp()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5146 getTargetStreamer().emitDirectiveSetFp(FpAbiVal); in parseSetFpDirective()