Home
last modified time | relevance | path

Searched defs:bit7 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCF.cpp176 bool bit7 = (byte & 128) == 128; in CFBitVectorSummaryProvider() local
192 bool bit7 = (byte & 128) == 128; in CFBitVectorSummaryProvider() local
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc779 uint16_t bit7 = (bits >> 7) & 0x1; in Imm8ToFloat16() local
792 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local
813 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
Dassembler-aarch64.cc5237 uint16_t bit7 = ((bits >> 15) & 0x1) << 7; in FP16ToImm8() local
5257 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local
5276 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local
/external/vixl/src/
Dutils-vixl.h671 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local
683 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local
696 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local
709 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local