diff options
Diffstat (limited to 'src/arch/x86/isa/operands.isa')
-rw-r--r-- | src/arch/x86/isa/operands.isa | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/isa/operands.isa b/src/arch/x86/isa/operands.isa index af469ab3d..1564c23e9 100644 --- a/src/arch/x86/isa/operands.isa +++ b/src/arch/x86/isa/operands.isa @@ -96,6 +96,9 @@ def operand_types {{ }}; def operands {{ + 'DestReg': ('IntReg', 'uqw', 'dest', 'IsInteger', 1), + 'SrcReg1': ('IntReg', 'uqw', 'src1', 'IsInteger', 2), + 'SrcReg2': ('IntReg', 'uqw', 'src2', 'IsInteger', 3), 'IntRegOp0': ('IntReg', 'udw', 'param0', 'IsInteger', 1), 'IntRegOp1': ('IntReg', 'udw', 'param1', 'IsInteger', 2), 'IntRegOp2': ('IntReg', 'udw', 'param2', 'IsInteger', 2), |