Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.h57 virtual void emitDirectiveSetAtWithArg(unsigned RegNo);
249 void emitDirectiveSetAtWithArg(unsigned RegNo) override;
H A DMipsTargetStreamer.cpp81 void MipsTargetStreamer::emitDirectiveSetAtWithArg(unsigned RegNo) { in emitDirectiveSetAtWithArg() function in MipsTargetStreamer
535 void MipsTargetAsmStreamer::emitDirectiveSetAtWithArg(unsigned RegNo) { in emitDirectiveSetAtWithArg() function in MipsTargetAsmStreamer
537 MipsTargetStreamer::emitDirectiveSetAtWithArg(RegNo); in emitDirectiveSetAtWithArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7129 getTargetStreamer().emitDirectiveSetAtWithArg(AtRegNo); in parseSetAtDirective()