Struct capstone::arch::x86::X86InsnDetail [] [src]

pub struct X86InsnDetail<'a>(_);

Contains X86-specific details for an instruction

Methods

impl<'a> X86InsnDetail<'a>
[src]

[src]

Instruction prefix bytes

[src]

Opcode bytes

[src]

REX

[src]

Address size

[src]

MODRM

[src]

SIB (Scaled Index Byte)

[src]

Disp

[src]

Scaled Index Byte (SIB) index

[src]

Scaled Index Byte (SIB) scale

[src]

Scaled Index Byte (SIB) scale

[src]

Streaming SIMD Extensions (SSE) condition codes

[src]

Advanced Vector Extensions (AVX) condition codes

[src]

Advanced Vector Extensions (AVX) sae

[src]

Advanced Vector Extensions (AVX) rm

Trait Implementations

impl<'a> PartialEq for X86InsnDetail<'a>
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<'a> Debug for X86InsnDetail<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> DetailsArchInsn for X86InsnDetail<'a>
[src]

Important traits for X86OperandIterator<'a>
[src]

Auto Trait Implementations

impl<'a> Send for X86InsnDetail<'a>

impl<'a> Sync for X86InsnDetail<'a>