[][src]Module x86::bits64::rflags

Processor state stored in the RFLAGS register.

In 64-bit mode, EFLAGS is extended to 64 bits and called RFLAGS. The upper 32 bits of RFLAGS register is reserved. The lower 32 bits of RFLAGS is the same as EFLAGS.

Re-exports

pub use crate::bits32::eflags::clac;
pub use crate::bits32::eflags::stac;

Structs

RFlags

The RFLAGS register. This is duplicated code from bits32 eflags.rs.

Functions

read
set