CACAO
|
x86_64 registers flags More...
Data Structures | |
struct | COND |
Static Public Attributes | |
static const COND | O |
overflow (OF = 1) More... | |
static const COND | NO |
not overflow (OF = 0) More... | |
static const COND | B |
below (CF = 1) More... | |
static const COND | C |
carry (CF = 1) More... | |
static const COND | NAE |
not above or equal (CF = 1) More... | |
static const COND | NB |
not below (CF = 0) More... | |
static const COND | NC |
not carry (CF = 0) More... | |
static const COND | AE |
above or equal (CF = 0) More... | |
static const COND | Z |
zero (ZF = 1) More... | |
static const COND | E |
equal (ZF = 1) More... | |
static const COND | NZ |
not zero (ZF = 0) More... | |
static const COND | NE |
not equal (ZF = 0) More... | |
static const COND | BE |
below or equal (CF = 1 or ZF = 1) More... | |
static const COND | NA |
not above (CF = 1 or ZF = 1) More... | |
static const COND | NBE |
not below or equal (CF = 0 and ZF = 0) More... | |
static const COND | A |
above (CF = 0 and ZF = 0) More... | |
static const COND | S |
sign (SF = 1) More... | |
static const COND | NS |
not sign (SF = 0) More... | |
static const COND | P |
parity (PF = 1) More... | |
static const COND | PE |
parity even (PF = 1) More... | |
static const COND | NP |
not parity (PF = 0) More... | |
static const COND | PO |
parity odd (PF = 0) More... | |
static const COND | L |
less (SF <> OF) More... | |
static const COND | NGE |
not greater or equal (SF <> OF) More... | |
static const COND | NL |
not less (SF = OF) More... | |
static const COND | GE |
greater or equal (SF = OF) More... | |
static const COND | LE |
less or equal (ZF = 1 or SF <> OF) More... | |
static const COND | NG |
not greater (ZF = 1 or SF <> OF) More... | |
static const COND | NLE |
not less or equal (ZF = 0 and SF = OF) More... | |
static const COND | G |
greater (ZF = 0 and SF = OF) More... | |
x86_64 registers flags
Definition at line 38 of file X86_64Cond.hpp.
|
static |
above (CF = 0 and ZF = 0)
Definition at line 94 of file X86_64Cond.hpp.
|
static |
above or equal (CF = 0)
Definition at line 86 of file X86_64Cond.hpp.
|
static |
below (CF = 1)
Definition at line 81 of file X86_64Cond.hpp.
|
static |
below or equal (CF = 1 or ZF = 1)
Definition at line 91 of file X86_64Cond.hpp.
|
static |
carry (CF = 1)
Definition at line 82 of file X86_64Cond.hpp.
|
static |
equal (ZF = 1)
Definition at line 88 of file X86_64Cond.hpp.
|
static |
greater (ZF = 0 and SF = OF)
Definition at line 108 of file X86_64Cond.hpp.
|
static |
greater or equal (SF = OF)
Definition at line 104 of file X86_64Cond.hpp.
|
static |
less (SF <> OF)
Definition at line 101 of file X86_64Cond.hpp.
|
static |
less or equal (ZF = 1 or SF <> OF)
Definition at line 105 of file X86_64Cond.hpp.
|
static |
not above (CF = 1 or ZF = 1)
Definition at line 92 of file X86_64Cond.hpp.
|
static |
not above or equal (CF = 1)
Definition at line 83 of file X86_64Cond.hpp.
|
static |
not below (CF = 0)
Definition at line 84 of file X86_64Cond.hpp.
|
static |
not below or equal (CF = 0 and ZF = 0)
Definition at line 93 of file X86_64Cond.hpp.
|
static |
not carry (CF = 0)
Definition at line 85 of file X86_64Cond.hpp.
|
static |
not equal (ZF = 0)
Definition at line 90 of file X86_64Cond.hpp.
|
static |
not greater (ZF = 1 or SF <> OF)
Definition at line 106 of file X86_64Cond.hpp.
|
static |
not greater or equal (SF <> OF)
Definition at line 102 of file X86_64Cond.hpp.
|
static |
not less (SF = OF)
Definition at line 103 of file X86_64Cond.hpp.
|
static |
not less or equal (ZF = 0 and SF = OF)
Definition at line 107 of file X86_64Cond.hpp.
|
static |
not overflow (OF = 0)
Definition at line 80 of file X86_64Cond.hpp.
|
static |
not parity (PF = 0)
Definition at line 99 of file X86_64Cond.hpp.
|
static |
not sign (SF = 0)
Definition at line 96 of file X86_64Cond.hpp.
|
static |
not zero (ZF = 0)
Definition at line 89 of file X86_64Cond.hpp.
|
static |
overflow (OF = 1)
Definition at line 79 of file X86_64Cond.hpp.
|
static |
parity (PF = 1)
Definition at line 97 of file X86_64Cond.hpp.
|
static |
parity even (PF = 1)
Definition at line 98 of file X86_64Cond.hpp.
|
static |
parity odd (PF = 0)
Definition at line 100 of file X86_64Cond.hpp.
|
static |
sign (SF = 1)
Definition at line 95 of file X86_64Cond.hpp.
|
static |
zero (ZF = 1)
Definition at line 87 of file X86_64Cond.hpp.