<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-arm/test, branch 0.0.3</title>
<subtitle>yaxpeax arm decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/'/>
<entry>
<title>armv7 support through neon, some still missing (mainly coproc instrs)</title>
<updated>2020-03-15T11:43:49+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-03-15T11:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=0eef8df038ff3a83f31aeeb3c58d5bf652c400ec'/>
<id>0eef8df038ff3a83f31aeeb3c58d5bf652c400ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bring more armv7 tests back to the land of the living</title>
<updated>2020-02-23T09:17:02+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-23T09:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=f4f2c1befecfc841b2a7f5906492b94b16560b9c'/>
<id>f4f2c1befecfc841b2a7f5906492b94b16560b9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>strh/ldrh/strht/ldrht and some misc cleanup</title>
<updated>2020-02-18T05:01:06+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-18T05:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=43f38937cfcae8bc4eaf95acfc85ed50fb9a07a3'/>
<id>43f38937cfcae8bc4eaf95acfc85ed50fb9a07a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>entirely replace armv7 operands</title>
<updated>2020-02-18T02:33:11+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-18T02:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=61541d356e6c9d378a85697778685b410fcbee1b'/>
<id>61541d356e6c9d378a85697778685b410fcbee1b</id>
<content type='text'>
Operands was an enum covering all forms of operands and data for each
operand for all instructions. this is hard to iterate, and hard to work
with when a single operand is the one of interest, so it's now replaced
by an array of `Operand` enum instances like other architectures.

in the course of this change, several forms of decoding are broken,
while adding support for some earlier-unsupported multiplies and
  instructions like msr and clz

also clearly note which document the comments mentioning page
numbers/figures is referencing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Operands was an enum covering all forms of operands and data for each
operand for all instructions. this is hard to iterate, and hard to work
with when a single operand is the one of interest, so it's now replaced
by an array of `Operand` enum instances like other architectures.

in the course of this change, several forms of decoding are broken,
while adding support for some earlier-unsupported multiplies and
  instructions like msr and clz

also clearly note which document the comments mentioning page
numbers/figures is referencing
</pre>
</div>
</content>
</entry>
<entry>
<title>bump yaxpeax-arch to 0.0.3, make tests stable-friendly</title>
<updated>2020-02-06T07:41:34+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-06T07:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=685ce723ddf0bd9dcc0998f44a73f5ae07fdc0c5'/>
<id>685ce723ddf0bd9dcc0998f44a73f5ae07fdc0c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some of the work to get yaxpeax-arm no-std</title>
<updated>2020-01-18T22:01:36+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-18T22:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=40436975204fe296d30362e624e805ade97b4a1b'/>
<id>40436975204fe296d30362e624e805ade97b4a1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>match changes in arch to have Resulty decode, instead of Option</title>
<updated>2020-01-13T01:29:01+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-04T03:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=34da4b9ceb5f6b2395dbf23ad6afdc5f473d29c2'/>
<id>34da4b9ceb5f6b2395dbf23ad6afdc5f473d29c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update arm to revised decoder trait</title>
<updated>2020-01-13T01:29:01+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2019-11-28T10:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=179d5d9cb7e94851ba69bf67f6d2dfbafa6aa6fe'/>
<id>179d5d9cb7e94851ba69bf67f6d2dfbafa6aa6fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>armv7 test cases</title>
<updated>2020-01-13T01:28:07+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2019-08-07T03:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=77bc926bb3b0840bc91dd0774d01e8ca25c80616'/>
<id>77bc926bb3b0840bc91dd0774d01e8ca25c80616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>decode blx</title>
<updated>2020-01-13T01:28:07+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2019-08-05T02:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=120adb21db26779729c026b576739b1de82bc198'/>
<id>120adb21db26779729c026b576739b1de82bc198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
