Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h81 virtual void emitDirectiveSetSoftFloat();
245 void emitDirectiveSetSoftFloat() override;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp91 void MipsTargetStreamer::emitDirectiveSetSoftFloat() { in emitDirectiveSetSoftFloat() function in MipsTargetStreamer
551 void MipsTargetAsmStreamer::emitDirectiveSetSoftFloat() { in emitDirectiveSetSoftFloat() function in MipsTargetAsmStreamer
553 MipsTargetStreamer::emitDirectiveSetSoftFloat(); in emitDirectiveSetSoftFloat()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5223 getTargetStreamer().emitDirectiveSetSoftFloat(); in parseSetSoftFloatDirective()