Struct cretonne_codegen::ir::immediates::Imm64 [] [src]

pub struct Imm64(_);

64-bit immediate integer operand.

An Imm64 operand can also be used to represent immediate values of smaller integer types by sign-extending to i64.

Methods

impl Imm64
[src]

[src]

Create a new Imm64 representing the signed number x.

[src]

Return self negated.

Trait Implementations

impl Copy for Imm64
[src]

impl Clone for Imm64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Imm64
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Imm64
[src]

impl Debug for Imm64
[src]

[src]

Formats the value using the given formatter. Read more

impl Hash for Imm64
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Into<i64> for Imm64
[src]

[src]

Performs the conversion.

impl From<i64> for Imm64
[src]

[src]

Performs the conversion.

impl Display for Imm64
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for Imm64
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Imm64

impl Sync for Imm64