reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
680 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; 681 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 682 int64_t Mantissa = Imm.getZExtValue() & 0x7fffff; // 23 bits