Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp636 unsigned InsSize = 0; in emitInterruptPrologueStub() local
644 InsSize = 6; in emitInterruptPrologueStub()
646 InsSize = StringSwitch<unsigned>(IntKind) in emitInterruptPrologueStub()
656 assert(InsSize != 0 && "Unknown interrupt type!"); in emitInterruptPrologueStub()
661 .addImm(InsSize) in emitInterruptPrologueStub()
/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()