Searched defs:bit7 (Results 1 – 4 of 4) sorted by relevance
776 uint16_t bit7 = (bits >> 7) & 0x1; in Imm8ToFloat16() local789 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local810 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
5298 uint16_t bit7 = ((bits >> 15) & 0x1) << 7; in FP16ToImm8() local5318 uint32_t bit7 = ((bits >> 31) & 0x1) << 7; in FP32ToImm8() local5337 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FP64ToImm8() local
185 uint32_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP32() local199 uint64_t bit7 = (bits >> 7) & 0x1; in Imm8ToFP64() local
3575 uint64_t bit7 = ((bits >> 63) & 0x1) << 7; in FPToImm8() local