Searched defs:bit7 (Results 1 – 5 of 5) sorted by relevance
779 uint16_t bit7 = (bits >> 7) & 0x1; in Imm8ToFloat16() local792 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local813 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
5237 uint16_t bit7 = ((bits >> 15) & 0x1) << 7; in FP16ToImm8() local5257 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local5276 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local
55 __u32 bit7:1, member104 bit7:1, member
671 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local683 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local696 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local709 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
88831 __u32 bit7: 1; member