Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h109 virtual void emitDirectiveModuleSoftFloat();
298 void emitDirectiveModuleSoftFloat() override;
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp157 void MipsTargetStreamer::emitDirectiveModuleSoftFloat() {} in emitDirectiveModuleSoftFloat() function in MipsTargetStreamer
763 void MipsTargetAsmStreamer::emitDirectiveModuleSoftFloat() { in emitDirectiveModuleSoftFloat() function in MipsTargetAsmStreamer
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8291 getTargetStreamer().emitDirectiveModuleSoftFloat(); in parseDirectiveModule()