Searched refs:IsUint (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceUtils.h | 46 template <typename T> inline bool IsUint(int N, T value) { in IsUint() function 60 return IsUint(N, Value); in IsAbsoluteUint()
|
D | IceAssemblerARM32.cpp | 1194 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()
|
D | IceAssemblerX86Base.h | 88 return fixup_ == nullptr && Utils::IsUint(8, value_); in is_uint8() 91 return fixup_ == nullptr && Utils::IsUint(16, value_); in is_uint16()
|
D | IceInstARM32.cpp | 3370 assert(Utils::IsUint(8, Imm) && in create()
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ImageClear.frag | 14 #elif IsUint
|
/external/vixl/src/ |
D | utils-vixl.h | 168 inline bool IsUint##N(int64_t x) { return IsUintN(N, x); } \
|