reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
654 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; 655 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 656 int64_t Mantissa = Imm.getZExtValue() & 0x3ff; // 10 bits