Type Alias cranelift_codegen::binemit::Addend

source ·
pub type Addend = i64;
Expand description

Addend to add to the symbol value.

Trait Implementations§

source§

impl From<Imm64> for i64

source§

fn from(val: Imm64) -> i64

Converts to this type from the input type.
source§

impl From<Offset32> for i64

source§

fn from(val: Offset32) -> i64

Converts to this type from the input type.
source§

impl From<Uimm32> for i64

source§

fn from(val: Uimm32) -> i64

Converts to this type from the input type.