ConditionCodeOp Type
Represents a lastly used opcode, which can be lazily remembered by an emulator to compute condition flags.
Record fields
| Record Field |
Description
|
|
Addition of byte-size operands.
|
|
Addition of doubleword-size operands.
|
|
Addition of quadword-size operands.
|
|
Addition of word-size operands.
|
|
Decrement of byte-size value.
|
|
Decrement of doubleword-size value.
|
|
Decrement of quadword-size value.
|
|
Decrement of word-size value.
|
|
Indicator for EFLAGS computation. This is set only when EFLAGS computation is complete.
|
|
Increment of byte-size value.
|
|
Increment of doubleword-size value.
|
|
Increment of quadword-size value.
|
|
Increment of word-size value.
|
|
Logical operations of byte-size operands.
|
|
Logical operations of doubleword-size operands.
|
|
Logical operations of quadword-size operands.
|
|
Logical operations of word-size operands.
|
|
Shift arithmetic right operations of byte-size operands.
|
|
Shift arithmetic right operations of doubleword-size operands.
|
|
Shift arithmetic right operations of quadword-size operands.
|
|
Shift arithmetic right operations of word-size operands.
|
|
Shift operations of byte-size operands.
|
|
Shift operations of doubleword-size operands.
|
|
Shift operations of quadword-size operands.
|
|
Shift operations of word-size operands.
|
|
Shift right operations of byte-size operands.
|
|
Shift right operations of doubleword-size operands.
|
|
Shift right operations of quadword-size operands.
|
|
Shift right operations of word-size operands.
|
|
Substraction of byte-size operands.
|
|
Substraction of doubleword-size operands.
|
|
Substraction of quadword-size operands.
|
|
Substraction of word-size operands.
|
|
Indicator for the start of a trace.
|
|
XOR of the same operands.
|
B2R2