Searched defs:bit7 (Results 1 – 6 of 6) sorted by relevance
170 uint16_t bit7 = (bits >> 7) & 0x1; in Imm8ToFloat16() local183 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local204 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
4978 uint16_t bit7 = ((bits >> 15) & 0x1) << 7; in FP16ToImm8() local4998 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local5017 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local
49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc() local
643 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local655 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local668 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local681 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
186 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local200 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
3954 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FPToImm8() local