Method | Description | |
---|---|---|
Neg ( ) : System |
Initializes a new instance of Neg.
|
Method | Description | |
---|---|---|
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode |
Computes the opcode.
|
|
Emit ( |
Emits the specified platform instruction.
|
protected ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode | ||
destination | Operand | The destination operand. |
source | Operand | The source operand. |
third | Operand | The third operand. |
return | OpCode |
protected Emit ( |
||
node | The node. | |
emitter | MachineCodeEmitter | The emitter. |
return | void |