Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4618 unsigned OpRegCode, OpImmCode; in expandSgeImm() local
4626 OpImmCode = Mips::SLTi; in expandSgeImm()
4631 OpImmCode = Mips::SLTiu; in expandSgeImm()
4640 TOut.emitRRI(OpImmCode, DstReg, SrcReg, ImmValue, IDLoc, STI); in expandSgeImm()