mirror of
https://github.com/corda/corda.git
synced 2025-01-24 05:18:24 +00:00
more compiler work
This commit is contained in:
parent
f85510c4c4
commit
3f45d39582
@ -51,10 +51,11 @@ enum BinaryOperation {
|
|||||||
const unsigned BinaryOperationCount = Xor + 1;
|
const unsigned BinaryOperationCount = Xor + 1;
|
||||||
|
|
||||||
enum OperandType {
|
enum OperandType {
|
||||||
Constant,
|
ConstantOperand,
|
||||||
Address,
|
AddressOperand,
|
||||||
Register,
|
RegisterOperand,
|
||||||
Memory
|
MemoryOperand,
|
||||||
|
StackOperand
|
||||||
};
|
};
|
||||||
|
|
||||||
const unsigned OperandTypeCount = Memory + 1;
|
const unsigned OperandTypeCount = Memory + 1;
|
||||||
|
1938
src/compiler.cpp
1938
src/compiler.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user