Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp611 unsigned InsSize = 0; in emitInterruptPrologueStub() local
619 InsSize = 6; in emitInterruptPrologueStub()
621 InsSize = StringSwitch<unsigned>(IntKind) in emitInterruptPrologueStub()
631 assert(InsSize != 0 && "Unknown interrupt type!"); in emitInterruptPrologueStub()
636 .addImm(InsSize) in emitInterruptPrologueStub()