Home
last modified time | relevance | path

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

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