Struct bad64_sys::InstructionOperand [−][src]
#[repr(C)]pub struct InstructionOperand {Show 19 fields
pub operandClass: OperandClass,
pub arrSpec: ArrangementSpec,
pub reg: [Register; 5],
pub cond: Condition,
pub implspec: [u8; 5],
pub sysreg: SystemReg,
pub laneUsed: bool,
pub lane: u32,
pub immediate: u64,
pub shiftType: ShiftType,
pub shiftValueUsed: bool,
pub shiftValue: u32,
pub extend: ShiftType,
pub signedImm: bool,
pub pred_qual: c_char,
pub mul_vl: bool,
pub tile: u16,
pub slice: SliceIndicator,
pub name: [c_char; 16],
}Fields
operandClass: OperandClassarrSpec: ArrangementSpecreg: [Register; 5]cond: Conditionimplspec: [u8; 5]sysreg: SystemReglaneUsed: boollane: u32immediate: u64shiftType: ShiftTypeshiftValueUsed: boolshiftValue: u32extend: ShiftTypesignedImm: boolpred_qual: c_charmul_vl: booltile: u16slice: SliceIndicatorname: [c_char; 16]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for InstructionOperand
impl Send for InstructionOperand
impl Sync for InstructionOperand
impl Unpin for InstructionOperand
impl UnwindSafe for InstructionOperand
Blanket Implementations
Mutably borrows from an owned value. Read more
