Home
last modified time | relevance | path

Searched refs:emitLoadWithImmOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h161 void emitLoadWithImmOffset(unsigned Opcode, unsigned DstReg, unsigned BaseReg,
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp261 emitLoadWithImmOffset(Mips::LW, Mips::GP, Mips::SP, Offset, Mips::GP, IDLoc, in emitGPRestore()
320 void MipsTargetStreamer::emitLoadWithImmOffset(unsigned Opcode, unsigned DstReg, in emitLoadWithImmOffset() function in MipsTargetStreamer