reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
553 if (static_cast<uint64_t>(Value) & 0x3) 557 if (Value < -(1 << 27) || Value > ((1 << 27) - 1)) 557 if (Value < -(1 << 27) || Value > ((1 << 27) - 1)) 563 uint32_t Imm = (static_cast<uint32_t>(Value) & ((1 << 28) - 1)) >> 2;