Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsTargetStreamer.h50 virtual void emitDirectiveSetAtWithArg(unsigned RegNo);
232 void emitDirectiveSetAtWithArg(unsigned RegNo) override;
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp71 void MipsTargetStreamer::emitDirectiveSetAtWithArg(unsigned RegNo) { in emitDirectiveSetAtWithArg() function in MipsTargetStreamer
482 void MipsTargetAsmStreamer::emitDirectiveSetAtWithArg(unsigned RegNo) { in emitDirectiveSetAtWithArg() function in MipsTargetAsmStreamer
484 MipsTargetStreamer::emitDirectiveSetAtWithArg(RegNo); in emitDirectiveSetAtWithArg()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7129 getTargetStreamer().emitDirectiveSetAtWithArg(AtRegNo); in parseSetAtDirective()