Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp119 static constexpr SizeT VpushVpopMaxConsecRegs = 16; variable
3970 (void)VpushVpopMaxConsecRegs; in emitVStackOp()
3971 assert(NumConsecRegs <= VpushVpopMaxConsecRegs); in emitVStackOp()
DIceInstARM32.cpp33 static constexpr SizeT VpushVpopMaxConsecRegs = 16; variable
1438 } else if (RegCount < VpushVpopMaxConsecRegs && in emitUsingForm()