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
3417 (void)VpushVpopMaxConsecRegs; in emitVStackOp()
3418 assert(NumConsecRegs <= VpushVpopMaxConsecRegs); in emitVStackOp()
DIceInstARM32.cpp33 static constexpr SizeT VpushVpopMaxConsecRegs = 16; variable
1229 } else if (RegCount < VpushVpopMaxConsecRegs && in emitUsingForm()