mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Merge remote-tracking branch 'origin/GP-4356_ghintern_avr8_cspec--SQUASHED'
This commit is contained in:
commit
88bfdeb429
17 changed files with 564 additions and 63 deletions
|
@ -379,6 +379,16 @@
|
|||
</element>
|
||||
</zeroOrMore>
|
||||
</interleave>
|
||||
<zeroOrMore>
|
||||
<element name="consume_extra">
|
||||
<attribute name="storage"/>
|
||||
<optional>
|
||||
<attribute name="matchsize">
|
||||
<ref name="boolean_type"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
<choice>
|
||||
<element name="consume">
|
||||
<attribute name="storage"/>
|
||||
|
@ -395,6 +405,11 @@
|
|||
<ref name="boolean_type"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="reversesignif">
|
||||
<ref name="boolean_type"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="align">
|
||||
<ref name="boolean_type"/>
|
||||
|
@ -430,6 +445,11 @@
|
|||
<ref name="boolean_type"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="reversesignif">
|
||||
<ref name="boolean_type"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="storage"/>
|
||||
</optional>
|
||||
|
@ -444,6 +464,16 @@
|
|||
<zeroOrMore>
|
||||
<element name="consume_extra">
|
||||
<attribute name="storage"/>
|
||||
<optional>
|
||||
<attribute name="matchsize">
|
||||
<ref name="boolean_type"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
<zeroOrMore>
|
||||
<element name="consume_remaining">
|
||||
<attribute name="storage"/>
|
||||
</element>
|
||||
</zeroOrMore>
|
||||
<zeroOrMore>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue