Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4646 unsigned OpRegCode, OpImmCode; in expandSgeImm() local
4654 OpImmCode = Mips::SLTi; in expandSgeImm()
4659 OpImmCode = Mips::SLTiu; in expandSgeImm()
4668 TOut.emitRRI(OpImmCode, DstReg, SrcReg, ImmValue, IDLoc, STI); in expandSgeImm()