Home
last modified time | relevance | path

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

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