Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h97 virtual void emitDirectiveModuleSoftFloat();
268 void emitDirectiveModuleSoftFloat() override;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp118 void MipsTargetStreamer::emitDirectiveModuleSoftFloat() {} in emitDirectiveModuleSoftFloat() function in MipsTargetStreamer
650 void MipsTargetAsmStreamer::emitDirectiveModuleSoftFloat() { in emitDirectiveModuleSoftFloat() function in MipsTargetAsmStreamer
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5910 getTargetStreamer().emitDirectiveModuleSoftFloat(); in parseDirectiveModule()