Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceUtils.h46 template <typename T> inline bool IsUint(int N, T value) { in IsUint() function
60 return IsUint(N, Value); in IsAbsoluteUint()
DIceAssemblerARM32.cpp1194 if (!Utils::IsUint(2, Rot)) in emitSignExtend()
1218 assert(Utils::IsUint(2, ElmtSize)); in emitSIMD()
1239 assert(Utils::IsUint(2, ElmtSize)); in emitSIMDqqq()
1521 assert(Utils::IsUint(4, Option) && "Bad dmb option"); in dmb()
3355 assert(Utils::IsUint(2, ElmtSize)); in vmulh()
3398 assert(Utils::IsUint(2, ElmtSize)); in vmlap()
3501 assert(Utils::IsUint(2, ElmtSize)); in vzip()
3667 assert(Utils::IsUint(2, ElmtSize)); in vnegqs()
DIceAssemblerX86Base.h88 return fixup_ == nullptr && Utils::IsUint(8, value_); in is_uint8()
91 return fixup_ == nullptr && Utils::IsUint(16, value_); in is_uint16()
DIceInstARM32.cpp3370 assert(Utils::IsUint(8, Imm) && in create()
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DImageClear.frag14 #elif IsUint
/external/vixl/src/
Dutils-vixl.h168 inline bool IsUint##N(int64_t x) { return IsUintN(N, x); } \