Struct iced_x86::RflagsBits[][src]

pub struct RflagsBits;
Expand description

RFLAGS bits, FPU condition code bits and misc bits (UIF) supported by the instruction info code

Implementations

No bit is set

RFLAGS.OF

RFLAGS.SF

RFLAGS.ZF

RFLAGS.AF

RFLAGS.CF

RFLAGS.PF

RFLAGS.DF

RFLAGS.IF

RFLAGS.AC

UIF

FPU status word bit C0

FPU status word bit C1

FPU status word bit C2

FPU status word bit C3

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.