Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc171 uint16_t bit6 = (bits >> 6) & 0x1; in Imm8ToFloat16() local
184 uint32_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP32() local
205 uint64_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP64() local
Dassembler-aarch64.cc4980 uint16_t bit6 = ((bits >> 13) & 0x1) << 6; in FP16ToImm8() local
5000 uint32_t bit6 = ((bits >> 29) & 0x1) << 6; in FP32ToImm8() local
5019 uint64_t bit6 = ((bits >> 61) & 0x1) << 6; in FP64ToImm8() local
/external/u-boot/tools/
Dvybridimage.c48 uint8_t bit6 = (byte & (1 << 6)) ? 1 : 0; in vybridimage_sw_ecc() local
/external/vixl/src/
Dutils-vixl.h645 uint32_t bit6 = ((bits >> 29) & 0x1) << 6; in FP32ToImm8() local
657 uint64_t bit6 = ((bits >> 61) & 0x1) << 6; in FP64ToImm8() local
669 uint32_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP32() local
682 uint64_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP64() local
/external/v8/src/arm64/
Dinstructions-arm64.h187 uint32_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP32() local
201 uint64_t bit6 = (bits >> 6) & 0x1; in Imm8ToFP64() local
Dassembler-arm64.cc3956 uint64_t bit6 = ((bits >> 61) & 0x1) << 6; in FPToImm8() local
/external/v8/src/mips/
Dassembler-mips.cc1274 int32_t offset9, int bit6, in GenInstrImmediate()
/external/v8/src/mips64/
Dassembler-mips64.cc1238 int32_t offset9, int bit6, in GenInstrImmediate()