Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3591 static const int kShortSize = 2; in j() local
3595 if (Utils::IsInt(8, offset - kShortSize)) { in j()
3604 emitUint8((offset - kShortSize) & 0xFF); in j()
3645 static const int kShortSize = 2; in jmp() local
3649 if (Utils::IsInt(8, offset - kShortSize)) { in jmp()
3651 emitUint8((offset - kShortSize) & 0xFF); in jmp()