Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp1817 const bool ShouldSub = Offset != 0 && (-Offset & 0xFFFF0000) == 0; in newBaseRegister() local
1819 if (ShouldSub) { in newBaseRegister()
DIceTargetLoweringARM32.cpp1770 const bool ShouldSub = Offset != 0 && (-Offset & 0xFFFF0000) == 0; in newBaseRegister() local
1772 if (ShouldSub) { in newBaseRegister()