Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.h169 void emitLoadWithImmOffset(unsigned Opcode, MCRegister DstReg,
H A DMipsTargetStreamer.cpp322 emitLoadWithImmOffset(Mips::LW, GPReg, Mips::SP, Offset, GPReg, IDLoc, STI); in emitGPRestore()
363 void MipsTargetStreamer::emitLoadWithImmOffset( in emitLoadWithImmOffset() function in MipsTargetStreamer