Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCF.cpp175 bool bit6 = (byte & 64) == 64; in CFBitVectorSummaryProvider() local
191 bool bit6 = (byte & 64) == 64; in CFBitVectorSummaryProvider() local
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc780 uint16_t bit6 = (bits >> 6) & 0x1; in Imm8ToFloat16() local
793 uint32_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP32() local
814 uint64_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP64() local
Dassembler-aarch64.cc5239 uint16_t bit6 = ((bits >> 13) & 0x1) << 6; in FP16ToImm8() local
5259 uint32_t bit6 = ((bits >> 29) & 0x1) << 6; in FP32ToImm8() local
5278 uint64_t bit6 = ((bits >> 61) & 0x1) << 6; in FP64ToImm8() local
/external/vixl/src/
Dutils-vixl.h673 uint32_t bit6 = ((bits >> 29) & 0x1) << 6; in FP32ToImm8() local
685 uint64_t bit6 = ((bits >> 61) & 0x1) << 6; in FP64ToImm8() local
697 uint32_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP32() local
710 uint64_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP64() local
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_color_unquantize.cpp396 int bit6 = (v3 >> 5) & 1; in hdr_rgbo_unpack3() local