Struct cranelift_codegen::ir::immediates::Imm64 [−][src]
pub struct Imm64(_);
64-bit immediate signed integer operand.
An Imm64
operand can also be used to represent immediate values of smaller integer types by
sign-extending to i64
.
Implementations
impl Imm64
[src]
impl Imm64
[src]pub fn new(x: i64) -> Self
[src]
Create a new Imm64
representing the signed number x
.
pub fn wrapping_neg(self) -> Self
[src]
Return self negated.
pub fn bits(&self) -> i64
[src]
Return bits of this immediate.
pub fn sign_extend_from_width(&mut self, bit_width: u16)
[src]
Sign extend this immediate as if it were a signed integer of the given power-of-two width.
Trait Implementations
impl Copy for Imm64
[src]
impl Eq for Imm64
[src]
impl StructuralEq for Imm64
[src]
impl StructuralPartialEq for Imm64
[src]
Auto Trait Implementations
impl RefUnwindSafe for Imm64
impl Send for Imm64
impl Sync for Imm64
impl Unpin for Imm64
impl UnwindSafe for Imm64
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]