Skip to main content

Gpd

Struct Gpd 

Source
pub struct Gpd(pub Gp);

Tuple Fields§

§0: Gp

Implementations§

Source§

impl Gpd

Source§

impl Gpd

Source

pub const fn new() -> Self

Source

pub const fn from_signature_and_id(signature: OperandSignature, id: u32) -> Self

Source

pub const fn from_type_and_id(typ: RegType, id: u32) -> Self

Source§

impl Gpd

Source

pub const THIS_TYPE: RegType = X86Gpd::TYPE

Source

pub const THIS_GROUP: RegGroup = X86Gpd::GROUP

Source

pub const THIS_SIZE: u32 = X86Gpd::SIZE

Source

pub const SIGNATURE: u32 = X86Gpd::SIGNATURE

Source

pub const fn from_id(id: u32) -> Self

Methods from Deref<Target = Gp>§

Source

pub const AX: u32 = 0

Source

pub const CX: u32 = 1

Source

pub const DX: u32 = 2

Source

pub const BX: u32 = 3

Source

pub const SP: u32 = 4

Source

pub const BP: u32 = 5

Source

pub const SI: u32 = 6

Source

pub const DI: u32 = 7

Source

pub const R8: u32 = 8

Source

pub const R9: u32 = 9

Source

pub const R10: u32 = 10

Source

pub const R11: u32 = 11

Source

pub const R12: u32 = 12

Source

pub const R13: u32 = 13

Source

pub const R14: u32 = 14

Source

pub const R15: u32 = 15

Source

pub const SIGNATURE: u32 = Reg::SIGNATURE

Source

pub fn r8(&self) -> GpbLo

Source

pub fn r8lo(&self) -> GpbLo

Source

pub fn r8hi(&self) -> GpbHi

Source

pub fn r16(&self) -> Gpw

Source

pub fn r32(&self) -> Gpd

Source

pub fn r64(&self) -> Gpq

Methods from Deref<Target = Reg>§

Source

pub const SIGNATURE: u32 = BaseReg::SIGNATURE

Source

pub fn is_gpb(&self) -> bool

Source

pub fn is_gpb_lo(&self) -> bool

Source

pub fn is_gpb_hi(&self) -> bool

Source

pub fn is_gpw(&self) -> bool

Source

pub fn is_gpd(&self) -> bool

Source

pub fn is_gpq(&self) -> bool

Source

pub fn is_gp32(&self) -> bool

Source

pub fn is_gp64(&self) -> bool

Source

pub fn is_xmm(&self) -> bool

Source

pub fn is_ymm(&self) -> bool

Source

pub fn is_zmm(&self) -> bool

Source

pub fn is_vec128(&self) -> bool

Source

pub fn is_vec256(&self) -> bool

Source

pub fn is_vec512(&self) -> bool

Source

pub fn is_mm(&self) -> bool

Source

pub fn is_k_reg(&self) -> bool

Source

pub fn is_s_reg(&self) -> bool

Source

pub fn is_c_reg(&self) -> bool

Source

pub fn is_d_reg(&self) -> bool

Source

pub fn is_st(&self) -> bool

Source

pub fn is_bnd(&self) -> bool

Source

pub fn is_tmm(&self) -> bool

Source

pub fn is_rip(&self) -> bool

Source

pub fn set_reg_t<T: RegTraits>(&mut self, rid: u32)

Source

pub fn set_type_and_id(&mut self, typ: RegType, id: u32)

Methods from Deref<Target = BaseReg>§

Source

pub const SIGNATURE: u32 = REG_BASE_SIGNATURE_MASK

Source

pub fn base_signature(&self) -> OperandSignature

Source

pub fn has_base_signature(&self, signature: impl Into<OperandSignature>) -> bool

Source

pub fn is_valid(&self) -> bool

Source

pub fn is_phys_reg(&self) -> bool

Source

pub fn is_virt_reg(&self) -> bool

Source

pub fn is_type(&self, typ: RegType) -> bool

Source

pub fn is_group(&self, group: RegGroup) -> bool

Source

pub fn is_gp(&self) -> bool

Source

pub fn is_vec(&self) -> bool

Source

pub fn is_mask(&self) -> bool

Source

pub fn is_reg_of_type(&self, typ: RegType) -> bool

Source

pub fn is_reg_of_type_and_id(&self, typ: RegType, id: u32) -> bool

Source

pub fn typ(&self) -> RegType

Source

pub fn reg_type(&self) -> RegType

Source

pub fn group(&self) -> RegGroup

Source

pub fn has_size(&self) -> bool

Source

pub fn size(&self) -> u32

Source

pub fn predicate(&self) -> u32

Source

pub fn set_predicate(&mut self, predicate: u32)

Source

pub fn reset_predicate(&mut self)

Methods from Deref<Target = Operand>§

Source

pub fn reset(&mut self)

Source

pub fn has_signature(&self, other: OperandSignature) -> bool

Source

pub fn signature(&self) -> OperandSignature

Source

pub fn set_signature(&mut self, sig: OperandSignature)

Source

pub fn set_id(&mut self, id: u32)

Source

pub fn op_type(&self) -> OperandType

Source

pub fn is_none(&self) -> bool

Source

pub fn is_reg(&self) -> bool

Source

pub fn is_reg_list(&self) -> bool

Source

pub fn is_mem(&self) -> bool

Source

pub fn is_imm(&self) -> bool

Source

pub fn is_label(&self) -> bool

Source

pub fn is_sym(&self) -> bool

Source

pub fn is_phys_reg(&self) -> bool

Source

pub fn is_virt_reg(&self) -> bool

Source

pub fn id(&self) -> u32

Source

pub fn is_reg_type_of(&self, typ: RegType) -> bool

Source

pub fn is_reg_group_of(&self, group: RegGroup) -> bool

Source

pub fn is_gp(&self) -> bool

Source

pub fn is_gp32(&self) -> bool

Source

pub fn is_gp64(&self) -> bool

Source

pub fn is_vec(&self) -> bool

Source

pub fn is_vec8(&self) -> bool

Source

pub fn is_vec16(&self) -> bool

Source

pub fn is_vec32(&self) -> bool

Source

pub fn is_vec64(&self) -> bool

Source

pub fn is_vec128(&self) -> bool

Source

pub fn is_vec256(&self) -> bool

Source

pub fn is_vec512(&self) -> bool

Source

pub fn is_mask(&self) -> bool

Source

pub fn is_reg_list_of(&self, typ: RegType) -> bool

Source

pub fn is_reg_or_mem(&self) -> bool

Source

pub fn is_reg_or_reg_list_or_mem(&self) -> bool

Source

pub fn x86_rm_size(&self) -> u32

Source

pub fn as_<T>(&self) -> T
where T: OperandCast,

Trait Implementations§

Source§

impl AaddEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn aadd(&mut self, dst: Mem, src: Gpd)

Source§

impl AandEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn aand(&mut self, dst: Mem, src: Gpd)

Source§

impl AdcEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn adc(&mut self, dst: Gpd, src: Gpd)

Source§

impl AdcEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn adc(&mut self, dst: Gpd, src: Mem)

Source§

impl<U1: Into<Imm>> AdcEmitter<Gpd, U1> for Assembler<'_>

Source§

fn adc(&mut self, dst: Gpd, src: U1)

Source§

impl AdcEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn adc(&mut self, dst: Mem, src: Gpd)

Source§

impl AdcxEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn adcx(&mut self, dst: Gpd, src: Gpd)

Source§

impl AdcxEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn adcx(&mut self, dst: Gpd, src: Mem)

Source§

impl AddEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn add(&mut self, dst: Gpd, src: Gpd)

Source§

impl AddEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn add(&mut self, dst: Gpd, src: Mem)

Source§

impl<U1: Into<Imm>> AddEmitter<Gpd, U1> for Assembler<'_>

Source§

fn add(&mut self, dst: Gpd, src: U1)

Source§

impl AddEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn add(&mut self, dst: Mem, src: Gpd)

Source§

impl AdoxEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn adox(&mut self, dst: Gpd, src: Gpd)

Source§

impl AdoxEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn adox(&mut self, dst: Gpd, src: Mem)

Source§

impl And_Emitter<Gpd, Gpd> for Assembler<'_>

Source§

fn and_(&mut self, dst: Gpd, src: Gpd)

Source§

impl And_Emitter<Gpd, Mem> for Assembler<'_>

Source§

fn and_(&mut self, dst: Gpd, src: Mem)

Source§

impl<U1: Into<Imm>> And_Emitter<Gpd, U1> for Assembler<'_>

Source§

fn and_(&mut self, dst: Gpd, src: U1)

Source§

impl And_Emitter<Mem, Gpd> for Assembler<'_>

Source§

fn and_(&mut self, dst: Mem, src: Gpd)

Source§

impl AndnEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn andn(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl AndnEmitter<Gpd, Gpd, Mem> for Assembler<'_>

Source§

fn andn(&mut self, dst: Gpd, src1: Gpd, src2: Mem)

Source§

impl AorEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn aor(&mut self, dst: Mem, src: Gpd)

Source§

impl AxorEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn axor(&mut self, dst: Mem, src: Gpd)

Source§

impl BextrEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn bextr(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl BextrEmitter<Gpd, Mem, Gpd> for Assembler<'_>

Source§

fn bextr(&mut self, dst: Gpd, src1: Mem, src2: Gpd)

Source§

impl BlcfillEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blcfill(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlcfillEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blcfill(&mut self, dst: Gpd, src: Mem)

Source§

impl BlciEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blci(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlciEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blci(&mut self, dst: Gpd, src: Mem)

Source§

impl BlcicEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blcic(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlcicEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blcic(&mut self, dst: Gpd, src: Mem)

Source§

impl BlcmskEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blcmsk(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlcmskEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blcmsk(&mut self, dst: Gpd, src: Mem)

Source§

impl BlcsEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blcs(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlcsEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blcs(&mut self, dst: Gpd, src: Mem)

Source§

impl BlsfillEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blsfill(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlsfillEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blsfill(&mut self, dst: Gpd, src: Mem)

Source§

impl BlsiEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blsi(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlsiEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blsi(&mut self, dst: Gpd, src: Mem)

Source§

impl BlsicEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blsic(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlsicEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blsic(&mut self, dst: Gpd, src: Mem)

Source§

impl BlsmskEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blsmsk(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlsmskEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blsmsk(&mut self, dst: Gpd, src: Mem)

Source§

impl BlsrEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn blsr(&mut self, dst: Gpd, src: Gpd)

Source§

impl BlsrEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn blsr(&mut self, dst: Gpd, src: Mem)

Source§

impl BndclEmitter<Bnd, Gpd> for Assembler<'_>

Source§

fn bndcl(&mut self, lhs: Bnd, rhs: Gpd)

Source§

impl BndcnEmitter<Bnd, Gpd> for Assembler<'_>

Source§

fn bndcn(&mut self, lhs: Bnd, rhs: Gpd)

Source§

impl BndcuEmitter<Bnd, Gpd> for Assembler<'_>

Source§

fn bndcu(&mut self, lhs: Bnd, rhs: Gpd)

Source§

impl BoundEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn bound(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl BsfEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn bsf(&mut self, dst: Gpd, src: Gpd)

Source§

impl BsfEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn bsf(&mut self, dst: Gpd, src: Mem)

Source§

impl BsrEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn bsr(&mut self, dst: Gpd, src: Gpd)

Source§

impl BsrEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn bsr(&mut self, dst: Gpd, src: Mem)

Source§

impl BswapEmitter<Gpd> for Assembler<'_>

Source§

fn bswap(&mut self, dst: Gpd)

Source§

impl BtEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn bt(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl<U1: Into<Imm>> BtEmitter<Gpd, U1> for Assembler<'_>

Source§

fn bt(&mut self, lhs: Gpd, rhs: U1)

Source§

impl BtEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn bt(&mut self, lhs: Mem, rhs: Gpd)

Source§

impl BtcEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn btc(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl<U1: Into<Imm>> BtcEmitter<Gpd, U1> for Assembler<'_>

Source§

fn btc(&mut self, lhs: Gpd, rhs: U1)

Source§

impl BtcEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn btc(&mut self, lhs: Mem, rhs: Gpd)

Source§

impl BtrEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn btr(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl<U1: Into<Imm>> BtrEmitter<Gpd, U1> for Assembler<'_>

Source§

fn btr(&mut self, lhs: Gpd, rhs: U1)

Source§

impl BtrEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn btr(&mut self, lhs: Mem, rhs: Gpd)

Source§

impl BtsEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn bts(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl<U1: Into<Imm>> BtsEmitter<Gpd, U1> for Assembler<'_>

Source§

fn bts(&mut self, lhs: Gpd, rhs: U1)

Source§

impl BtsEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn bts(&mut self, lhs: Mem, rhs: Gpd)

Source§

impl BzhiEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn bzhi(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl BzhiEmitter<Gpd, Mem, Gpd> for Assembler<'_>

Source§

fn bzhi(&mut self, dst: Gpd, src1: Mem, src2: Gpd)

Source§

impl CallEmitter<Gpd> for Assembler<'_>

Source§

fn call(&mut self, target: Gpd)

Source§

impl CdqEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn cdq(&mut self, dst: Gpd, src: Gpd)

Source§

impl Clone for Gpd

Source§

fn clone(&self) -> Gpd

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl CmovEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn cmov(&mut self, cc: CondCode, dst: Gpd, src: Gpd)

Source§

fn cmovo(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovno(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovb(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovnb(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovz(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovnz(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovbe(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovnbe(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovs(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovns(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovp(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovnp(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovl(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovnl(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovle(&mut self, dst: Gpd, src: Gpd)

Source§

fn cmovnle(&mut self, dst: Gpd, src: Gpd)

Source§

impl CmovEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn cmov(&mut self, cc: CondCode, dst: Gpd, src: Mem)

Source§

fn cmovo(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovno(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovb(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovnb(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovz(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovnz(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovbe(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovnbe(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovs(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovns(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovp(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovnp(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovl(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovnl(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovle(&mut self, dst: Gpd, src: Mem)

Source§

fn cmovnle(&mut self, dst: Gpd, src: Mem)

Source§

impl CmpEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn cmp(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl CmpEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn cmp(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl<U1: Into<Imm>> CmpEmitter<Gpd, U1> for Assembler<'_>

Source§

fn cmp(&mut self, lhs: Gpd, rhs: U1)

Source§

impl CmpEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn cmp(&mut self, lhs: Mem, rhs: Gpd)

Source§

impl CmpbexaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpbexadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpbxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpbxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmplexaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmplexadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmplxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmplxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpnbexaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpnbexadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpnbxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpnbxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpnlexaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpnlexadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpnlxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpnlxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpnoxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpnoxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpnpxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpnpxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpnsxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpnsxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpnzxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpnzxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpoxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpoxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmppxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmppxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl CmpsxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpsxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl Cmpxchg2Emitter<Gpd, Gpd> for Assembler<'_>

Source§

fn cmpxchg_2(&mut self, dst: Gpd, src: Gpd)

Source§

impl Cmpxchg8bEmitter<Mem, Gpd, Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpxchg8b(&mut self, dst: Mem, dst2: Gpd, dst3: Gpd, src1: Gpd, src2: Gpd)

Source§

impl CmpxchgEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpxchg(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl CmpxchgEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpxchg(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl CmpzxaddEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn cmpzxadd(&mut self, dst: Mem, dst2: Gpd, src: Gpd)

Source§

impl Copy for Gpd

Source§

impl CpuidEmitter<Gpd, Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn cpuid(&mut self, dst: Gpd, dst2: Gpd, dst3: Gpd, dst4: Gpd)

Source§

impl Crc32Emitter<Gpd, GpbHi> for Assembler<'_>

Source§

fn crc32(&mut self, dst: Gpd, src: GpbHi)

Source§

impl Crc32Emitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn crc32(&mut self, dst: Gpd, src: GpbLo)

Source§

impl Crc32Emitter<Gpd, Gpd> for Assembler<'_>

Source§

fn crc32(&mut self, dst: Gpd, src: Gpd)

Source§

impl Crc32Emitter<Gpd, Gpw> for Assembler<'_>

Source§

fn crc32(&mut self, dst: Gpd, src: Gpw)

Source§

impl Crc32Emitter<Gpd, Mem> for Assembler<'_>

Source§

fn crc32(&mut self, dst: Gpd, src: Mem)

Source§

impl Cvtsd2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn cvtsd2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Cvtsd2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn cvtsd2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl Cvtsi2sdEmitter<Xmm, Gpd> for Assembler<'_>

Source§

fn cvtsi2sd(&mut self, dst: Xmm, src: Gpd)

Source§

impl Cvtsi2ssEmitter<Xmm, Gpd> for Assembler<'_>

Source§

fn cvtsi2ss(&mut self, dst: Xmm, src: Gpd)

Source§

impl Cvtss2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn cvtss2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Cvtss2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn cvtss2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl Cvttsd2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn cvttsd2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Cvttsd2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn cvttsd2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl Cvttss2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn cvttss2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Cvttss2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn cvttss2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl CwdeEmitter<Gpd> for Assembler<'_>

Source§

fn cwde(&mut self, dst: Gpd)

Source§

impl DecEmitter<Gpd> for Assembler<'_>

Source§

fn dec(&mut self, dst: Gpd)

Source§

impl Default for Gpd

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Deref for Gpd

Source§

type Target = Gp

The resulting type after dereferencing.
Source§

fn deref(&self) -> &Self::Target

Dereferences the value.
Source§

impl DerefMut for Gpd

Source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
Source§

impl Display for Gpd

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Div1Emitter<Gpd> for Assembler<'_>

Source§

fn div_1(&mut self, src: Gpd)

Source§

impl Div3Emitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn div_3(&mut self, dst: Gpd, dst2: Gpd, src: Gpd)

Source§

impl Div3Emitter<Gpd, Gpd, Mem> for Assembler<'_>

Source§

fn div_3(&mut self, dst: Gpd, dst2: Gpd, src: Mem)

Source§

impl Eq for Gpd

Source§

impl<U2: Into<Imm>> ExtractpsEmitter<Gpd, Xmm, U2> for Assembler<'_>

Source§

fn extractps(&mut self, dst: Gpd, src1: Xmm, src2: U2)

Source§

impl Hash for Gpd

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl<U0: Into<Imm>> HresetEmitter<U0, Gpd> for Assembler<'_>

Source§

fn hreset(&mut self, dst: U0, dst2: Gpd)

Source§

impl Idiv1Emitter<Gpd> for Assembler<'_>

Source§

fn idiv_1(&mut self, src: Gpd)

Source§

impl Idiv3Emitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn idiv_3(&mut self, dst: Gpd, dst2: Gpd, src: Gpd)

Source§

impl Idiv3Emitter<Gpd, Gpd, Mem> for Assembler<'_>

Source§

fn idiv_3(&mut self, dst: Gpd, dst2: Gpd, src: Mem)

Source§

impl Imul1Emitter<Gpd> for Assembler<'_>

Source§

fn imul_1(&mut self, src: Gpd)

Source§

impl Imul3Emitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn imul_3(&mut self, dst: Gpd, dst2: Gpd, src: Gpd)

Source§

impl Imul3Emitter<Gpd, Gpd, Mem> for Assembler<'_>

Source§

fn imul_3(&mut self, dst: Gpd, dst2: Gpd, src: Mem)

Source§

impl<U2: Into<Imm>> Imul3Emitter<Gpd, Gpd, U2> for Assembler<'_>

Source§

fn imul_3(&mut self, dst: Gpd, dst2: Gpd, src: U2)

Source§

impl<U2: Into<Imm>> Imul3Emitter<Gpd, Mem, U2> for Assembler<'_>

Source§

fn imul_3(&mut self, dst: Gpd, dst2: Mem, src: U2)

Source§

impl ImulEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn imul(&mut self, dst: Gpd, src: Gpd)

Source§

impl ImulEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn imul(&mut self, dst: Gpd, src: Mem)

Source§

impl InEmitter<Gpd, Gpw> for Assembler<'_>

Source§

fn in(&mut self, dst: Gpd, src: Gpw)

Source§

impl<U1: Into<Imm>> InEmitter<Gpd, U1> for Assembler<'_>

Source§

fn in(&mut self, dst: Gpd, src: U1)

Source§

impl IncEmitter<Gpd> for Assembler<'_>

Source§

fn inc(&mut self, dst: Gpd)

Source§

impl IncsspdEmitter<Gpd> for Assembler<'_>

Source§

fn incsspd(&mut self, src: Gpd)

Source§

impl InveptEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn invept(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl InvlpgaEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn invlpga(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl InvlpgaEmitter<Gpq, Gpd> for Assembler<'_>

Source§

fn invlpga(&mut self, lhs: Gpq, rhs: Gpd)

Source§

impl InvlpgbEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn invlpgb(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl InvlpgbEmitter<Gpq, Gpd, Gpd> for Assembler<'_>

Source§

fn invlpgb(&mut self, dst: Gpq, src1: Gpd, src2: Gpd)

Source§

impl InvpcidEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn invpcid(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl InvvpidEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn invvpid(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl JecxzEmitter<Gpd, Label> for Assembler<'_>

Source§

fn jecxz(&mut self, lhs: Gpd, target: Label)

Source§

impl<U1: Into<Imm>> JecxzEmitter<Gpd, U1> for Assembler<'_>

Source§

fn jecxz(&mut self, lhs: Gpd, rhs: U1)

Source§

impl JmpEmitter<Gpd> for Assembler<'_>

Source§

fn jmp(&mut self, target: Gpd)

Source§

impl KmovbEmitter<Gpd, KReg> for Assembler<'_>

Source§

fn kmovb(&mut self, dst: Gpd, src: KReg)

Source§

impl KmovbEmitter<KReg, Gpd> for Assembler<'_>

Source§

fn kmovb(&mut self, dst: KReg, src: Gpd)

Source§

impl KmovdEmitter<Gpd, KReg> for Assembler<'_>

Source§

fn kmovd(&mut self, dst: Gpd, src: KReg)

Source§

impl KmovdEmitter<KReg, Gpd> for Assembler<'_>

Source§

fn kmovd(&mut self, dst: KReg, src: Gpd)

Source§

impl KmovwEmitter<Gpd, KReg> for Assembler<'_>

Source§

fn kmovw(&mut self, dst: Gpd, src: KReg)

Source§

impl KmovwEmitter<KReg, Gpd> for Assembler<'_>

Source§

fn kmovw(&mut self, dst: KReg, src: Gpd)

Source§

impl LarEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn lar(&mut self, dst: Gpd, src: Gpd)

Source§

impl LarEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn lar(&mut self, dst: Gpd, src: Mem)

Source§

impl LdsEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn lds(&mut self, dst: Gpd, src: Mem)

Source§

impl LeaEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn lea(&mut self, dst: Gpd, src: Mem)

Source§

impl LesEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn les(&mut self, dst: Gpd, src: Mem)

Source§

impl LfsEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn lfs(&mut self, dst: Gpd, src: Mem)

Source§

impl LgsEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn lgs(&mut self, dst: Gpd, src: Mem)

Source§

impl LlwpcbEmitter<Gpd> for Assembler<'_>

Source§

fn llwpcb(&mut self, src: Gpd)

Source§

impl LodsEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn lods(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl LoopEmitter<Gpd, Label> for Assembler<'_>

Source§

fn loop(&mut self, target: Gpd, target2: Label)

Source§

impl<U1: Into<Imm>> LoopEmitter<Gpd, U1> for Assembler<'_>

Source§

fn loop(&mut self, target: Gpd, target2: U1)

Source§

impl LoopeEmitter<Gpd, Label> for Assembler<'_>

Source§

fn loope(&mut self, target: Gpd, target2: Label)

Source§

impl<U1: Into<Imm>> LoopeEmitter<Gpd, U1> for Assembler<'_>

Source§

fn loope(&mut self, target: Gpd, target2: U1)

Source§

impl LoopneEmitter<Gpd, Label> for Assembler<'_>

Source§

fn loopne(&mut self, target: Gpd, target2: Label)

Source§

impl<U1: Into<Imm>> LoopneEmitter<Gpd, U1> for Assembler<'_>

Source§

fn loopne(&mut self, target: Gpd, target2: U1)

Source§

impl LslEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn lsl(&mut self, dst: Gpd, src: Gpd)

Source§

impl LslEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn lsl(&mut self, dst: Gpd, src: Mem)

Source§

impl LslEmitter<Gpq, Gpd> for Assembler<'_>

Source§

fn lsl(&mut self, dst: Gpq, src: Gpd)

Source§

impl LssEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn lss(&mut self, dst: Gpd, src: Mem)

Source§

impl<U2: Into<Imm>> LwpinsEmitter<Gpd, Gpd, U2> for Assembler<'_>

Source§

fn lwpins(&mut self, dst: Gpd, src1: Gpd, src2: U2)

Source§

impl<U2: Into<Imm>> LwpinsEmitter<Gpd, Mem, U2> for Assembler<'_>

Source§

fn lwpins(&mut self, dst: Gpd, src1: Mem, src2: U2)

Source§

impl<U2: Into<Imm>> LwpinsEmitter<Gpq, Gpd, U2> for Assembler<'_>

Source§

fn lwpins(&mut self, dst: Gpq, src1: Gpd, src2: U2)

Source§

impl<U2: Into<Imm>> LwpvalEmitter<Gpd, Gpd, U2> for Assembler<'_>

Source§

fn lwpval(&mut self, dst: Gpd, src1: Gpd, src2: U2)

Source§

impl<U2: Into<Imm>> LwpvalEmitter<Gpd, Mem, U2> for Assembler<'_>

Source§

fn lwpval(&mut self, dst: Gpd, src1: Mem, src2: U2)

Source§

impl<U2: Into<Imm>> LwpvalEmitter<Gpq, Gpd, U2> for Assembler<'_>

Source§

fn lwpval(&mut self, dst: Gpq, src1: Gpd, src2: U2)

Source§

impl LzcntEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn lzcnt(&mut self, dst: Gpd, src: Gpd)

Source§

impl LzcntEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn lzcnt(&mut self, dst: Gpd, src: Mem)

Source§

impl MonitorEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn monitor(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl MonitorxEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn monitorx(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl MovEmitter<CReg, Gpd> for Assembler<'_>

Source§

fn mov(&mut self, lhs: CReg, rhs: Gpd)

Source§

impl MovEmitter<DReg, Gpd> for Assembler<'_>

Source§

fn mov(&mut self, lhs: DReg, rhs: Gpd)

Source§

impl MovEmitter<Gpd, CReg> for Assembler<'_>

Source§

fn mov(&mut self, lhs: Gpd, rhs: CReg)

Source§

impl MovEmitter<Gpd, DReg> for Assembler<'_>

Source§

fn mov(&mut self, lhs: Gpd, rhs: DReg)

Source§

impl MovEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn mov(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl MovEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn mov(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl MovEmitter<Gpd, SReg> for Assembler<'_>

Source§

fn mov(&mut self, lhs: Gpd, rhs: SReg)

Source§

impl<U1: Into<Imm>> MovEmitter<Gpd, U1> for Assembler<'_>

Source§

fn mov(&mut self, lhs: Gpd, rhs: U1)

Source§

impl MovEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn mov(&mut self, lhs: Mem, rhs: Gpd)

Source§

impl MovEmitter<SReg, Gpd> for Assembler<'_>

Source§

fn mov(&mut self, lhs: SReg, rhs: Gpd)

Source§

impl MovabsEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn movabs(&mut self, dst: Gpd, src: Mem)

Source§

impl MovabsEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn movabs(&mut self, dst: Mem, src: Gpd)

Source§

impl MovbeEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn movbe(&mut self, dst: Gpd, src: Mem)

Source§

impl MovbeEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn movbe(&mut self, dst: Mem, src: Gpd)

Source§

impl MovdEmitter<Gpd, Mm> for Assembler<'_>

Source§

fn movd(&mut self, dst: Gpd, src: Mm)

Source§

impl MovdEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn movd(&mut self, dst: Gpd, src: Xmm)

Source§

impl MovdEmitter<Mm, Gpd> for Assembler<'_>

Source§

fn movd(&mut self, dst: Mm, src: Gpd)

Source§

impl MovdEmitter<Xmm, Gpd> for Assembler<'_>

Source§

fn movd(&mut self, dst: Xmm, src: Gpd)

Source§

impl MovdiriEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn movdiri(&mut self, dst: Mem, src: Gpd)

Source§

impl MovmskpdEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn movmskpd(&mut self, dst: Gpd, src: Xmm)

Source§

impl MovmskpsEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn movmskps(&mut self, dst: Gpd, src: Xmm)

Source§

impl MovntiEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn movnti(&mut self, dst: Mem, src: Gpd)

Source§

impl MovsxEmitter<Gpd, GpbHi> for Assembler<'_>

Source§

fn movsx(&mut self, dst: Gpd, src: GpbHi)

Source§

impl MovsxEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn movsx(&mut self, dst: Gpd, src: GpbLo)

Source§

impl MovsxEmitter<Gpd, Gpw> for Assembler<'_>

Source§

fn movsx(&mut self, dst: Gpd, src: Gpw)

Source§

impl MovsxEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn movsx(&mut self, dst: Gpd, src: Mem)

Source§

impl MovsxdEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn movsxd(&mut self, dst: Gpd, src: Gpd)

Source§

impl MovsxdEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn movsxd(&mut self, dst: Gpd, src: Mem)

Source§

impl MovsxdEmitter<Gpq, Gpd> for Assembler<'_>

Source§

fn movsxd(&mut self, dst: Gpq, src: Gpd)

Source§

impl MovzxEmitter<Gpd, GpbHi> for Assembler<'_>

Source§

fn movzx(&mut self, dst: Gpd, src: GpbHi)

Source§

impl MovzxEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn movzx(&mut self, dst: Gpd, src: GpbLo)

Source§

impl MovzxEmitter<Gpd, Gpw> for Assembler<'_>

Source§

fn movzx(&mut self, dst: Gpd, src: Gpw)

Source§

impl MovzxEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn movzx(&mut self, dst: Gpd, src: Mem)

Source§

impl Mul1Emitter<Gpd> for Assembler<'_>

Source§

fn mul_1(&mut self, src: Gpd)

Source§

impl Mul3Emitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn mul_3(&mut self, dst: Gpd, dst2: Gpd, src: Gpd)

Source§

impl Mul3Emitter<Gpd, Gpd, Mem> for Assembler<'_>

Source§

fn mul_3(&mut self, dst: Gpd, dst2: Gpd, src: Mem)

Source§

impl Mulx3Emitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn mulx_3(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl MulxEmitter<Gpd, Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn mulx(&mut self, dst: Gpd, dst2: Gpd, src1: Gpd, src2: Gpd)

Source§

impl MulxEmitter<Gpd, Gpd, Mem, Gpd> for Assembler<'_>

Source§

fn mulx(&mut self, dst: Gpd, dst2: Gpd, src1: Mem, src2: Gpd)

Source§

impl MwaitEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn mwait(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl MwaitxEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn mwaitx(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl NegEmitter<Gpd> for Assembler<'_>

Source§

fn neg(&mut self, src: Gpd)

Source§

impl Nop1Emitter<Gpd> for Assembler<'_>

Source§

fn nop_1(&mut self, src: Gpd)

Source§

impl Nop2Emitter<Gpd, Gpd> for Assembler<'_>

Source§

fn nop_2(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl Nop2Emitter<Mem, Gpd> for Assembler<'_>

Source§

fn nop_2(&mut self, lhs: Mem, rhs: Gpd)

Source§

impl Not_Emitter<Gpd> for Assembler<'_>

Source§

fn not_(&mut self, src: Gpd)

Source§

impl OperandCast for Gpd

Source§

impl Or_Emitter<Gpd, Gpd> for Assembler<'_>

Source§

fn or_(&mut self, dst: Gpd, src: Gpd)

Source§

impl Or_Emitter<Gpd, Mem> for Assembler<'_>

Source§

fn or_(&mut self, dst: Gpd, src: Mem)

Source§

impl<U1: Into<Imm>> Or_Emitter<Gpd, U1> for Assembler<'_>

Source§

fn or_(&mut self, dst: Gpd, src: U1)

Source§

impl Or_Emitter<Mem, Gpd> for Assembler<'_>

Source§

fn or_(&mut self, dst: Mem, src: Gpd)

Source§

impl Ord for Gpd

Source§

fn cmp(&self, other: &Gpd) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 (const: unstable) · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 (const: unstable) · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl OutEmitter<Gpw, Gpd> for Assembler<'_>

Source§

fn out(&mut self, lhs: Gpw, rhs: Gpd)

Source§

impl<U0: Into<Imm>> OutEmitter<U0, Gpd> for Assembler<'_>

Source§

fn out(&mut self, lhs: U0, rhs: Gpd)

Source§

impl PartialEq for Gpd

Source§

fn eq(&self, other: &Gpd) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl PartialOrd for Gpd

Source§

fn partial_cmp(&self, other: &Gpd) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 (const: unstable) · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 (const: unstable) · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 (const: unstable) · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 (const: unstable) · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl<U2: Into<Imm>> PcmpestriEmitter<Xmm, Mem, U2, Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn pcmpestri( &mut self, dst: Xmm, src1: Mem, src2: U2, dst2: Gpd, src3: Gpd, src4: Gpd, )

Source§

impl<U2: Into<Imm>> PcmpestriEmitter<Xmm, Xmm, U2, Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn pcmpestri( &mut self, dst: Xmm, src1: Xmm, src2: U2, dst2: Gpd, src3: Gpd, src4: Gpd, )

Source§

impl<U2: Into<Imm>> PcmpestrmEmitter<Xmm, Mem, U2, Xmm, Gpd, Gpd> for Assembler<'_>

Source§

fn pcmpestrm( &mut self, dst: Xmm, src1: Mem, src2: U2, dst2: Xmm, src3: Gpd, src4: Gpd, )

Source§

impl<U2: Into<Imm>> PcmpestrmEmitter<Xmm, Xmm, U2, Xmm, Gpd, Gpd> for Assembler<'_>

Source§

fn pcmpestrm( &mut self, dst: Xmm, src1: Xmm, src2: U2, dst2: Xmm, src3: Gpd, src4: Gpd, )

Source§

impl<U2: Into<Imm>> PcmpistriEmitter<Xmm, Mem, U2, Gpd> for Assembler<'_>

Source§

fn pcmpistri(&mut self, dst: Xmm, src1: Mem, src2: U2, dst2: Gpd)

Source§

impl<U2: Into<Imm>> PcmpistriEmitter<Xmm, Xmm, U2, Gpd> for Assembler<'_>

Source§

fn pcmpistri(&mut self, dst: Xmm, src1: Xmm, src2: U2, dst2: Gpd)

Source§

impl PdepEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn pdep(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl PdepEmitter<Gpd, Gpd, Mem> for Assembler<'_>

Source§

fn pdep(&mut self, dst: Gpd, src1: Gpd, src2: Mem)

Source§

impl PextEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn pext(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl PextEmitter<Gpd, Gpd, Mem> for Assembler<'_>

Source§

fn pext(&mut self, dst: Gpd, src1: Gpd, src2: Mem)

Source§

impl<U2: Into<Imm>> PextrbEmitter<Gpd, Xmm, U2> for Assembler<'_>

Source§

fn pextrb(&mut self, dst: Gpd, src1: Xmm, src2: U2)

Source§

impl<U2: Into<Imm>> PextrdEmitter<Gpd, Xmm, U2> for Assembler<'_>

Source§

fn pextrd(&mut self, dst: Gpd, src1: Xmm, src2: U2)

Source§

impl<U2: Into<Imm>> PextrwEmitter<Gpd, Mm, U2> for Assembler<'_>

Source§

fn pextrw(&mut self, dst: Gpd, src1: Mm, src2: U2)

Source§

impl<U2: Into<Imm>> PextrwEmitter<Gpd, Xmm, U2> for Assembler<'_>

Source§

fn pextrw(&mut self, dst: Gpd, src1: Xmm, src2: U2)

Source§

impl<U2: Into<Imm>> PinsrbEmitter<Xmm, Gpd, U2> for Assembler<'_>

Source§

fn pinsrb(&mut self, dst: Xmm, src1: Gpd, src2: U2)

Source§

impl<U2: Into<Imm>> PinsrdEmitter<Xmm, Gpd, U2> for Assembler<'_>

Source§

fn pinsrd(&mut self, dst: Xmm, src1: Gpd, src2: U2)

Source§

impl<U2: Into<Imm>> PinsrwEmitter<Mm, Gpd, U2> for Assembler<'_>

Source§

fn pinsrw(&mut self, dst: Mm, src1: Gpd, src2: U2)

Source§

impl<U2: Into<Imm>> PinsrwEmitter<Xmm, Gpd, U2> for Assembler<'_>

Source§

fn pinsrw(&mut self, dst: Xmm, src1: Gpd, src2: U2)

Source§

impl PmovmskbEmitter<Gpd, Mm> for Assembler<'_>

Source§

fn pmovmskb(&mut self, dst: Gpd, src: Mm)

Source§

impl PmovmskbEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn pmovmskb(&mut self, dst: Gpd, src: Xmm)

Source§

impl PopEmitter<Gpd> for Assembler<'_>

Source§

fn pop(&mut self, dst: Gpd)

Source§

impl PopcntEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn popcnt(&mut self, dst: Gpd, src: Gpd)

Source§

impl PopcntEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn popcnt(&mut self, dst: Gpd, src: Mem)

Source§

impl PtwriteEmitter<Gpd> for Assembler<'_>

Source§

fn ptwrite(&mut self, src: Gpd)

Source§

impl PushEmitter<Gpd> for Assembler<'_>

Source§

fn push(&mut self, src: Gpd)

Source§

impl RclEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn rcl(&mut self, dst: Gpd, src: GpbLo)

Source§

impl<U1: Into<Imm>> RclEmitter<Gpd, U1> for Assembler<'_>

Source§

fn rcl(&mut self, dst: Gpd, src: U1)

Source§

impl RcrEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn rcr(&mut self, dst: Gpd, src: GpbLo)

Source§

impl<U1: Into<Imm>> RcrEmitter<Gpd, U1> for Assembler<'_>

Source§

fn rcr(&mut self, dst: Gpd, src: U1)

Source§

impl RdfsbaseEmitter<Gpd> for Assembler<'_>

Source§

fn rdfsbase(&mut self, dst: Gpd)

Source§

impl RdgsbaseEmitter<Gpd> for Assembler<'_>

Source§

fn rdgsbase(&mut self, dst: Gpd)

Source§

impl RdmsrEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn rdmsr(&mut self, dst: Gpd, dst2: Gpd, src: Gpd)

Source§

impl RdpidEmitter<Gpd> for Assembler<'_>

Source§

fn rdpid(&mut self, dst: Gpd)

Source§

impl RdpkruEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn rdpkru(&mut self, dst: Gpd, dst2: Gpd, src: Gpd)

Source§

impl RdpmcEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn rdpmc(&mut self, dst: Gpd, dst2: Gpd, src: Gpd)

Source§

impl RdpruEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn rdpru(&mut self, dst: Gpd, dst2: Gpd, src: Gpd)

Source§

impl RdrandEmitter<Gpd> for Assembler<'_>

Source§

fn rdrand(&mut self, dst: Gpd)

Source§

impl RdseedEmitter<Gpd> for Assembler<'_>

Source§

fn rdseed(&mut self, dst: Gpd)

Source§

impl RdsspdEmitter<Gpd> for Assembler<'_>

Source§

fn rdsspd(&mut self, dst: Gpd)

Source§

impl RdtscEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn rdtsc(&mut self, dst: Gpd, dst2: Gpd)

Source§

impl RdtscpEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn rdtscp(&mut self, dst: Gpd, dst2: Gpd, dst3: Gpd)

Source§

impl RolEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn rol(&mut self, dst: Gpd, src: GpbLo)

Source§

impl<U1: Into<Imm>> RolEmitter<Gpd, U1> for Assembler<'_>

Source§

fn rol(&mut self, dst: Gpd, src: U1)

Source§

impl RorEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn ror(&mut self, dst: Gpd, src: GpbLo)

Source§

impl<U1: Into<Imm>> RorEmitter<Gpd, U1> for Assembler<'_>

Source§

fn ror(&mut self, dst: Gpd, src: U1)

Source§

impl<U2: Into<Imm>> RorxEmitter<Gpd, Gpd, U2> for Assembler<'_>

Source§

fn rorx(&mut self, dst: Gpd, src1: Gpd, src2: U2)

Source§

impl<U2: Into<Imm>> RorxEmitter<Gpd, Mem, U2> for Assembler<'_>

Source§

fn rorx(&mut self, dst: Gpd, src1: Mem, src2: U2)

Source§

impl SalEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn sal(&mut self, dst: Gpd, src: GpbLo)

Source§

impl<U1: Into<Imm>> SalEmitter<Gpd, U1> for Assembler<'_>

Source§

fn sal(&mut self, dst: Gpd, src: U1)

Source§

impl SarEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn sar(&mut self, dst: Gpd, src: GpbLo)

Source§

impl<U1: Into<Imm>> SarEmitter<Gpd, U1> for Assembler<'_>

Source§

fn sar(&mut self, dst: Gpd, src: U1)

Source§

impl SarxEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn sarx(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl SarxEmitter<Gpd, Mem, Gpd> for Assembler<'_>

Source§

fn sarx(&mut self, dst: Gpd, src1: Mem, src2: Gpd)

Source§

impl SbbEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn sbb(&mut self, dst: Gpd, src: Gpd)

Source§

impl SbbEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn sbb(&mut self, dst: Gpd, src: Mem)

Source§

impl<U1: Into<Imm>> SbbEmitter<Gpd, U1> for Assembler<'_>

Source§

fn sbb(&mut self, dst: Gpd, src: U1)

Source§

impl SbbEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn sbb(&mut self, dst: Mem, src: Gpd)

Source§

impl ScasEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn scas(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl ShlEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn shl(&mut self, dst: Gpd, src: GpbLo)

Source§

impl<U1: Into<Imm>> ShlEmitter<Gpd, U1> for Assembler<'_>

Source§

fn shl(&mut self, dst: Gpd, src: U1)

Source§

impl ShldEmitter<Gpd, Gpd, GpbLo> for Assembler<'_>

Source§

fn shld(&mut self, dst: Gpd, src1: Gpd, src2: GpbLo)

Source§

impl<U2: Into<Imm>> ShldEmitter<Gpd, Gpd, U2> for Assembler<'_>

Source§

fn shld(&mut self, dst: Gpd, src1: Gpd, src2: U2)

Source§

impl ShldEmitter<Mem, Gpd, GpbLo> for Assembler<'_>

Source§

fn shld(&mut self, dst: Mem, src1: Gpd, src2: GpbLo)

Source§

impl<U2: Into<Imm>> ShldEmitter<Mem, Gpd, U2> for Assembler<'_>

Source§

fn shld(&mut self, dst: Mem, src1: Gpd, src2: U2)

Source§

impl ShlxEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn shlx(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl ShlxEmitter<Gpd, Mem, Gpd> for Assembler<'_>

Source§

fn shlx(&mut self, dst: Gpd, src1: Mem, src2: Gpd)

Source§

impl ShrEmitter<Gpd, GpbLo> for Assembler<'_>

Source§

fn shr(&mut self, dst: Gpd, src: GpbLo)

Source§

impl<U1: Into<Imm>> ShrEmitter<Gpd, U1> for Assembler<'_>

Source§

fn shr(&mut self, dst: Gpd, src: U1)

Source§

impl ShrdEmitter<Gpd, Gpd, GpbLo> for Assembler<'_>

Source§

fn shrd(&mut self, dst: Gpd, src1: Gpd, src2: GpbLo)

Source§

impl<U2: Into<Imm>> ShrdEmitter<Gpd, Gpd, U2> for Assembler<'_>

Source§

fn shrd(&mut self, dst: Gpd, src1: Gpd, src2: U2)

Source§

impl ShrdEmitter<Mem, Gpd, GpbLo> for Assembler<'_>

Source§

fn shrd(&mut self, dst: Mem, src1: Gpd, src2: GpbLo)

Source§

impl<U2: Into<Imm>> ShrdEmitter<Mem, Gpd, U2> for Assembler<'_>

Source§

fn shrd(&mut self, dst: Mem, src1: Gpd, src2: U2)

Source§

impl ShrxEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn shrx(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl ShrxEmitter<Gpd, Mem, Gpd> for Assembler<'_>

Source§

fn shrx(&mut self, dst: Gpd, src1: Mem, src2: Gpd)

Source§

impl SkinitEmitter<Gpd> for Assembler<'_>

Source§

fn skinit(&mut self, dst: Gpd)

Source§

impl SldtEmitter<Gpd> for Assembler<'_>

Source§

fn sldt(&mut self, dst: Gpd)

Source§

impl SlwpcbEmitter<Gpd> for Assembler<'_>

Source§

fn slwpcb(&mut self, dst: Gpd)

Source§

impl SmswEmitter<Gpd> for Assembler<'_>

Source§

fn smsw(&mut self, dst: Gpd)

Source§

impl StosEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn stos(&mut self, lhs: Mem, rhs: Gpd)

Source§

impl StrEmitter<Gpd> for Assembler<'_>

Source§

fn str(&mut self, dst: Gpd)

Source§

impl StructuralPartialEq for Gpd

Source§

impl SubEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn sub(&mut self, dst: Gpd, src: Gpd)

Source§

impl SubEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn sub(&mut self, dst: Gpd, src: Mem)

Source§

impl<U1: Into<Imm>> SubEmitter<Gpd, U1> for Assembler<'_>

Source§

fn sub(&mut self, dst: Gpd, src: U1)

Source§

impl SubEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn sub(&mut self, dst: Mem, src: Gpd)

Source§

impl T1mskcEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn t1mskc(&mut self, dst: Gpd, src: Gpd)

Source§

impl T1mskcEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn t1mskc(&mut self, dst: Gpd, src: Mem)

Source§

impl TestEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn test(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl<U1: Into<Imm>> TestEmitter<Gpd, U1> for Assembler<'_>

Source§

fn test(&mut self, lhs: Gpd, rhs: U1)

Source§

impl TestEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn test(&mut self, lhs: Mem, rhs: Gpd)

Source§

impl Tpause1Emitter<Gpd> for Assembler<'_>

Source§

fn tpause_1(&mut self, src: Gpd)

Source§

impl TpauseEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn tpause(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl TzcntEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn tzcnt(&mut self, dst: Gpd, src: Gpd)

Source§

impl TzcntEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn tzcnt(&mut self, dst: Gpd, src: Mem)

Source§

impl TzmskEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn tzmsk(&mut self, dst: Gpd, src: Gpd)

Source§

impl TzmskEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn tzmsk(&mut self, dst: Gpd, src: Mem)

Source§

impl Ud0Emitter<Gpd, Gpd> for Assembler<'_>

Source§

fn ud0(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl Ud0Emitter<Gpd, Mem> for Assembler<'_>

Source§

fn ud0(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl Ud1Emitter<Gpd, Gpd> for Assembler<'_>

Source§

fn ud1(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl Ud1Emitter<Gpd, Mem> for Assembler<'_>

Source§

fn ud1(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl Umwait1Emitter<Gpd> for Assembler<'_>

Source§

fn umwait_1(&mut self, src: Gpd)

Source§

impl UmwaitEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn umwait(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl Vcvtsd2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvtsd2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvtsd2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvtsd2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvtsd2usiEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvtsd2usi(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvtsd2usiEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvtsd2usi(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvtsh2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvtsh2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvtsh2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvtsh2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvtsh2usiEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvtsh2usi(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvtsh2usiEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvtsh2usi(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvtsi2sdEmitter<Xmm, Xmm, Gpd> for Assembler<'_>

Source§

fn vcvtsi2sd(&mut self, dst: Xmm, src1: Xmm, src2: Gpd)

Source§

impl Vcvtsi2shEmitter<Xmm, Xmm, Gpd> for Assembler<'_>

Source§

fn vcvtsi2sh(&mut self, dst: Xmm, src1: Xmm, src2: Gpd)

Source§

impl Vcvtsi2ssEmitter<Xmm, Xmm, Gpd> for Assembler<'_>

Source§

fn vcvtsi2ss(&mut self, dst: Xmm, src1: Xmm, src2: Gpd)

Source§

impl Vcvtss2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvtss2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvtss2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvtss2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvtss2usiEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvtss2usi(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvtss2usiEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvtss2usi(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvttsd2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvttsd2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvttsd2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvttsd2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvttsd2usiEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvttsd2usi(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvttsd2usiEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvttsd2usi(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvttsh2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvttsh2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvttsh2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvttsh2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvttsh2usiEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvttsh2usi(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvttsh2usiEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvttsh2usi(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvttss2siEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvttss2si(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvttss2siEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvttss2si(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvttss2usiEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vcvttss2usi(&mut self, dst: Gpd, src: Mem)

Source§

impl Vcvttss2usiEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vcvttss2usi(&mut self, dst: Gpd, src: Xmm)

Source§

impl Vcvtusi2sdEmitter<Xmm, Xmm, Gpd> for Assembler<'_>

Source§

fn vcvtusi2sd(&mut self, dst: Xmm, src1: Xmm, src2: Gpd)

Source§

impl Vcvtusi2shEmitter<Xmm, Xmm, Gpd> for Assembler<'_>

Source§

fn vcvtusi2sh(&mut self, dst: Xmm, src1: Xmm, src2: Gpd)

Source§

impl Vcvtusi2ssEmitter<Xmm, Xmm, Gpd> for Assembler<'_>

Source§

fn vcvtusi2ss(&mut self, dst: Xmm, src1: Xmm, src2: Gpd)

Source§

impl<U2: Into<Imm>> VextractpsEmitter<Gpd, Xmm, U2> for Assembler<'_>

Source§

fn vextractps(&mut self, dst: Gpd, src1: Xmm, src2: U2)

Source§

impl VmloadEmitter<Gpd> for Assembler<'_>

Source§

fn vmload(&mut self, src: Gpd)

Source§

impl VmovdEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vmovd(&mut self, dst: Gpd, src: Xmm)

Source§

impl VmovdEmitter<Xmm, Gpd> for Assembler<'_>

Source§

fn vmovd(&mut self, dst: Xmm, src: Gpd)

Source§

impl VmovmskpdEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vmovmskpd(&mut self, dst: Gpd, src: Xmm)

Source§

impl VmovmskpdEmitter<Gpd, Ymm> for Assembler<'_>

Source§

fn vmovmskpd(&mut self, dst: Gpd, src: Ymm)

Source§

impl VmovmskpsEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vmovmskps(&mut self, dst: Gpd, src: Xmm)

Source§

impl VmovmskpsEmitter<Gpd, Ymm> for Assembler<'_>

Source§

fn vmovmskps(&mut self, dst: Gpd, src: Ymm)

Source§

impl VmovwEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vmovw(&mut self, dst: Gpd, src: Xmm)

Source§

impl VmovwEmitter<Xmm, Gpd> for Assembler<'_>

Source§

fn vmovw(&mut self, dst: Xmm, src: Gpd)

Source§

impl VmreadEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn vmread(&mut self, dst: Gpd, src: Gpd)

Source§

impl VmreadEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn vmread(&mut self, dst: Mem, src: Gpd)

Source§

impl VmrunEmitter<Gpd> for Assembler<'_>

Source§

fn vmrun(&mut self, dst: Gpd)

Source§

impl VmsaveEmitter<Gpd> for Assembler<'_>

Source§

fn vmsave(&mut self, src: Gpd)

Source§

impl VmwriteEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn vmwrite(&mut self, lhs: Gpd, rhs: Gpd)

Source§

impl VmwriteEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn vmwrite(&mut self, lhs: Gpd, rhs: Mem)

Source§

impl VpbroadcastbEmitter<Xmm, Gpd> for Assembler<'_>

Source§

fn vpbroadcastb(&mut self, dst: Xmm, src: Gpd)

Source§

impl VpbroadcastbEmitter<Ymm, Gpd> for Assembler<'_>

Source§

fn vpbroadcastb(&mut self, dst: Ymm, src: Gpd)

Source§

impl VpbroadcastbEmitter<Zmm, Gpd> for Assembler<'_>

Source§

fn vpbroadcastb(&mut self, dst: Zmm, src: Gpd)

Source§

impl VpbroadcastdEmitter<Xmm, Gpd> for Assembler<'_>

Source§

fn vpbroadcastd(&mut self, dst: Xmm, src: Gpd)

Source§

impl VpbroadcastdEmitter<Ymm, Gpd> for Assembler<'_>

Source§

fn vpbroadcastd(&mut self, dst: Ymm, src: Gpd)

Source§

impl VpbroadcastdEmitter<Zmm, Gpd> for Assembler<'_>

Source§

fn vpbroadcastd(&mut self, dst: Zmm, src: Gpd)

Source§

impl VpbroadcastwEmitter<Xmm, Gpd> for Assembler<'_>

Source§

fn vpbroadcastw(&mut self, dst: Xmm, src: Gpd)

Source§

impl VpbroadcastwEmitter<Ymm, Gpd> for Assembler<'_>

Source§

fn vpbroadcastw(&mut self, dst: Ymm, src: Gpd)

Source§

impl VpbroadcastwEmitter<Zmm, Gpd> for Assembler<'_>

Source§

fn vpbroadcastw(&mut self, dst: Zmm, src: Gpd)

Source§

impl<U2: Into<Imm>> VpcmpestriEmitter<Xmm, Mem, U2, Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn vpcmpestri( &mut self, dst: Xmm, src1: Mem, src2: U2, dst2: Gpd, src3: Gpd, src4: Gpd, )

Source§

impl<U2: Into<Imm>> VpcmpestriEmitter<Xmm, Xmm, U2, Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn vpcmpestri( &mut self, dst: Xmm, src1: Xmm, src2: U2, dst2: Gpd, src3: Gpd, src4: Gpd, )

Source§

impl<U2: Into<Imm>> VpcmpestrmEmitter<Xmm, Mem, U2, Xmm, Gpd, Gpd> for Assembler<'_>

Source§

fn vpcmpestrm( &mut self, dst: Xmm, src1: Mem, src2: U2, dst2: Xmm, src3: Gpd, src4: Gpd, )

Source§

impl<U2: Into<Imm>> VpcmpestrmEmitter<Xmm, Xmm, U2, Xmm, Gpd, Gpd> for Assembler<'_>

Source§

fn vpcmpestrm( &mut self, dst: Xmm, src1: Xmm, src2: U2, dst2: Xmm, src3: Gpd, src4: Gpd, )

Source§

impl<U2: Into<Imm>> VpcmpistriEmitter<Xmm, Mem, U2, Gpd> for Assembler<'_>

Source§

fn vpcmpistri(&mut self, dst: Xmm, src1: Mem, src2: U2, dst2: Gpd)

Source§

impl<U2: Into<Imm>> VpcmpistriEmitter<Xmm, Xmm, U2, Gpd> for Assembler<'_>

Source§

fn vpcmpistri(&mut self, dst: Xmm, src1: Xmm, src2: U2, dst2: Gpd)

Source§

impl<U2: Into<Imm>> VpextrbEmitter<Gpd, Xmm, U2> for Assembler<'_>

Source§

fn vpextrb(&mut self, dst: Gpd, src1: Xmm, src2: U2)

Source§

impl<U2: Into<Imm>> VpextrdEmitter<Gpd, Xmm, U2> for Assembler<'_>

Source§

fn vpextrd(&mut self, dst: Gpd, src1: Xmm, src2: U2)

Source§

impl<U2: Into<Imm>> VpextrwEmitter<Gpd, Xmm, U2> for Assembler<'_>

Source§

fn vpextrw(&mut self, dst: Gpd, src1: Xmm, src2: U2)

Source§

impl<U3: Into<Imm>> VpinsrbEmitter<Xmm, Xmm, Gpd, U3> for Assembler<'_>

Source§

fn vpinsrb(&mut self, dst: Xmm, src1: Xmm, src2: Gpd, src3: U3)

Source§

impl<U3: Into<Imm>> VpinsrdEmitter<Xmm, Xmm, Gpd, U3> for Assembler<'_>

Source§

fn vpinsrd(&mut self, dst: Xmm, src1: Xmm, src2: Gpd, src3: U3)

Source§

impl<U3: Into<Imm>> VpinsrwEmitter<Xmm, Xmm, Gpd, U3> for Assembler<'_>

Source§

fn vpinsrw(&mut self, dst: Xmm, src1: Xmm, src2: Gpd, src3: U3)

Source§

impl VpmovmskbEmitter<Gpd, Xmm> for Assembler<'_>

Source§

fn vpmovmskb(&mut self, dst: Gpd, src: Xmm)

Source§

impl VpmovmskbEmitter<Gpd, Ymm> for Assembler<'_>

Source§

fn vpmovmskb(&mut self, dst: Gpd, src: Ymm)

Source§

impl WrfsbaseEmitter<Gpd> for Assembler<'_>

Source§

fn wrfsbase(&mut self, src: Gpd)

Source§

impl WrgsbaseEmitter<Gpd> for Assembler<'_>

Source§

fn wrgsbase(&mut self, src: Gpd)

Source§

impl WrmsrEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn wrmsr(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Source§

impl WrssdEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn wrssd(&mut self, dst: Mem, src: Gpd)

Source§

impl WrussdEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn wrussd(&mut self, dst: Mem, src: Gpd)

Source§

impl XaddEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn xadd(&mut self, dst: Gpd, dst2: Gpd)

Source§

impl XaddEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn xadd(&mut self, dst: Mem, dst2: Gpd)

Source§

impl XchgEmitter<Gpd, Gpd> for Assembler<'_>

Source§

fn xchg(&mut self, dst: Gpd, dst2: Gpd)

Source§

impl XchgEmitter<Gpd, Mem> for Assembler<'_>

Source§

fn xchg(&mut self, dst: Gpd, dst2: Mem)

Source§

impl XchgEmitter<Mem, Gpd> for Assembler<'_>

Source§

fn xchg(&mut self, dst: Mem, dst2: Gpd)

Source§

impl XgetbvEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn xgetbv(&mut self, dst: Gpd, dst2: Gpd, src: Gpd)

Source§

impl Xor_Emitter<Gpd, Gpd> for Assembler<'_>

Source§

fn xor_(&mut self, dst: Gpd, src: Gpd)

Source§

impl Xor_Emitter<Gpd, Mem> for Assembler<'_>

Source§

fn xor_(&mut self, dst: Gpd, src: Mem)

Source§

impl<U1: Into<Imm>> Xor_Emitter<Gpd, U1> for Assembler<'_>

Source§

fn xor_(&mut self, dst: Gpd, src: U1)

Source§

impl Xor_Emitter<Mem, Gpd> for Assembler<'_>

Source§

fn xor_(&mut self, dst: Mem, src: Gpd)

Source§

impl Xrstor64Emitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xrstor64(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl XrstorEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xrstor(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl Xrstors64Emitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xrstors64(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl XrstorsEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xrstors(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl Xsave64Emitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xsave64(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl XsaveEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xsave(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl Xsavec64Emitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xsavec64(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl XsavecEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xsavec(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl Xsaveopt64Emitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xsaveopt64(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl XsaveoptEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xsaveopt(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl Xsaves64Emitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xsaves64(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl XsavesEmitter<Mem, Gpd, Gpd> for Assembler<'_>

Source§

fn xsaves(&mut self, dst: Mem, src1: Gpd, src2: Gpd)

Source§

impl XsetbvEmitter<Gpd, Gpd, Gpd> for Assembler<'_>

Source§

fn xsetbv(&mut self, dst: Gpd, src1: Gpd, src2: Gpd)

Auto Trait Implementations§

§

impl Freeze for Gpd

§

impl RefUnwindSafe for Gpd

§

impl Send for Gpd

§

impl Sync for Gpd

§

impl Unpin for Gpd

§

impl UnsafeUnpin for Gpd

§

impl UnwindSafe for Gpd

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.