Home
last modified time | relevance | path

Searched defs:IsInt8 (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dformat.h154 bool IsInt8() const { in IsInt8() function
Dtype_test.cc266 TEST_F(TypeTest, IsInt8) { in TEST_F() argument
Dtype.h56 static bool IsInt8(FormatMode mode, uint32_t num_bits) { in IsInt8() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp328 bool IsInt8 = Offset.isImm() && isInt<8>(Offset.getImm()); in getADDriFromLEA() local
/third_party/vixl/src/aarch64/
Doperands-aarch64.h774 bool IsInt8() const { return IsIntN(8); } in IsInt8() function