Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp1802 const bool ShouldSub = Offset != 0 && (-Offset & 0xFFFF0000) == 0; in newBaseRegister() local
1804 if (ShouldSub) { in newBaseRegister()
DIceTargetLoweringARM32.cpp1761 const bool ShouldSub = Offset != 0 && (-Offset & 0xFFFF0000) == 0; in newBaseRegister() local
1763 if (ShouldSub) { in newBaseRegister()