Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc170 uint16_t bit7 = (bits >> 7) & 0x1; in Imm8ToFloat16() local
183 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local
204 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
Dassembler-aarch64.cc4978 uint16_t bit7 = ((bits >> 15) & 0x1) << 7; in FP16ToImm8() local
4998 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local
5017 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local
/external/u-boot/tools/
Dvybridimage.c49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
/external/vixl/src/
Dutils-vixl.h643 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local
655 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local
668 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local
681 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
/external/v8/src/arm64/
Dinstructions-arm64.h186 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local
200 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
Dassembler-arm64.cc3954 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FPToImm8() local