Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h44 virtual void emitDirectiveSetAtWithArg(unsigned RegNo);
208 void emitDirectiveSetAtWithArg(unsigned RegNo) override;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp53 void MipsTargetStreamer::emitDirectiveSetAtWithArg(unsigned RegNo) { in emitDirectiveSetAtWithArg() function in MipsTargetStreamer
399 void MipsTargetAsmStreamer::emitDirectiveSetAtWithArg(unsigned RegNo) { in emitDirectiveSetAtWithArg() function in MipsTargetAsmStreamer
401 MipsTargetStreamer::emitDirectiveSetAtWithArg(RegNo); in emitDirectiveSetAtWithArg()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4985 getTargetStreamer().emitDirectiveSetAtWithArg(AtRegNo); in parseSetAtDirective()