Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h96 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);
201 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp95 void MipsTargetStreamer::emitDirectiveSetFp( in emitDirectiveSetFp() function in MipsTargetStreamer
366 void MipsTargetAsmStreamer::emitDirectiveSetFp( in emitDirectiveSetFp() function in MipsTargetAsmStreamer
368 MipsTargetStreamer::emitDirectiveSetFp(Value); in emitDirectiveSetFp()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3534 getTargetStreamer().emitDirectiveSetFp(FpAbiVal); in parseSetFpDirective()