pub struct jae_d32 {
pub imm32: Simm32,
}Expand description
jae: D32(imm32[sxq]) => 0x0F + 0x83 id [_64b | compat] custom(Display) // /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-meta-0.123.10/src/generate/inst.rs:14
Fields§
§imm32: Simm32Implementations§
Trait Implementations§
impl Copy for jae_d32
Auto Trait Implementations§
impl Freeze for jae_d32
impl RefUnwindSafe for jae_d32
impl Send for jae_d32
impl Sync for jae_d32
impl Unpin for jae_d32
impl UnwindSafe for jae_d32
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more