mirror of
https://github.com/creeperlv/SVM.git
synced 2026-01-11 12:59:54 +00:00
46 lines
1.2 KiB
XML
46 lines
1.2 KiB
XML
|
|
<ISARoot>
|
||
|
|
<Enums>
|
||
|
|
</Enums>
|
||
|
|
<InstructionDefinition PrimaryInstruction="BMath">
|
||
|
|
<aliases>
|
||
|
|
<alias name="bmath"/>
|
||
|
|
<alias name="b.math"/>
|
||
|
|
<alias name="math.b"/>
|
||
|
|
</aliases>
|
||
|
|
<Parameters>
|
||
|
|
<InstructionParameter>
|
||
|
|
<AllowedIds>
|
||
|
|
<Text content="String"/>
|
||
|
|
</AllowedIds>
|
||
|
|
<ExpectedValue Type="Byte" Pos="1" Converter="InternalEnum:bOp" />
|
||
|
|
</InstructionParameter>
|
||
|
|
<InstructionParameter>
|
||
|
|
<AllowedIds>
|
||
|
|
<Text content="String"/>
|
||
|
|
</AllowedIds>
|
||
|
|
<ExpectedValue Type="Byte" Pos="2" Converter="InternalEnum:NativeType" />
|
||
|
|
</InstructionParameter>
|
||
|
|
<InstructionParameter>
|
||
|
|
<AllowedIds>
|
||
|
|
<Text content="String"/>
|
||
|
|
<Text content="Register"/>
|
||
|
|
</AllowedIds>
|
||
|
|
<ExpectedValue Type="Byte" Pos="3" Converter="Register" />
|
||
|
|
</InstructionParameter>
|
||
|
|
<InstructionParameter>
|
||
|
|
<AllowedIds>
|
||
|
|
<Text content="String"/>
|
||
|
|
<Text content="Register"/>
|
||
|
|
</AllowedIds>
|
||
|
|
<ExpectedValue Type="Byte" Pos="4" Converter="Register" />
|
||
|
|
</InstructionParameter>
|
||
|
|
<InstructionParameter>
|
||
|
|
<AllowedIds>
|
||
|
|
<Text content="String"/>
|
||
|
|
<Text content="Register"/>
|
||
|
|
</AllowedIds>
|
||
|
|
<ExpectedValue Type="Byte" Pos="5" Converter="Register" />
|
||
|
|
</InstructionParameter>
|
||
|
|
</Parameters>
|
||
|
|
</InstructionDefinition>
|
||
|
|
</ISARoot>
|