<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-x86/ffi/src, branch inst-behavior</title>
<subtitle>yaxpeax x86 decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/'/>
<entry>
<title>DecodeEverything wasn't useful, no better than InstDecoder::default()??</title>
<updated>2025-06-01T09:21:57+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2025-06-01T08:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=72968a35438e5284a0ba63c947e70f8880b3abb5'/>
<id>72968a35438e5284a0ba63c947e70f8880b3abb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>expand isa feature selection to more bits</title>
<updated>2025-06-01T09:21:37+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-08-17T04:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=08eed360fea81ab9328fd0859b813ee01937b5b1'/>
<id>08eed360fea81ab9328fd0859b813ee01937b5b1</id>
<content type='text'>
this is backed by the new IsaSettings trait. the existing InstDecoders
are unchanged, except that they implement this new trait.

also add new `DecodeEverything` structs with `IsaSettings` impls that
are unconditionally set to permit anything the decoder can be configured
to conditionally accept or reject.

in the process, add new `_3dnow` flag and stop accepting 3dnow
instructions in uarch-specific decoder settings that would not have
3dnow instructions.

update AMD microarchitectures and cross-ref chip directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is backed by the new IsaSettings trait. the existing InstDecoders
are unchanged, except that they implement this new trait.

also add new `DecodeEverything` structs with `IsaSettings` impls that
are unconditionally set to permit anything the decoder can be configured
to conditionally accept or reject.

in the process, add new `_3dnow` flag and stop accepting 3dnow
instructions in uarch-specific decoder settings that would not have
3dnow instructions.

update AMD microarchitectures and cross-ref chip directory
</pre>
</div>
</content>
</entry>
<entry>
<title>add ffi wrappers for real mode, protected mode, and a multiarch build</title>
<updated>2021-07-04T22:21:01+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-07-04T22:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=bb2870e56d6c9a0a7b96be8287193a753e3a4391'/>
<id>bb2870e56d6c9a0a7b96be8287193a753e3a4391</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix yaxpeax_arch use in ffi packaging</title>
<updated>2021-07-04T00:19:08+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-07-04T00:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=e3a33439715133cdabe70b7932bb093dc1e63b23'/>
<id>e3a33439715133cdabe70b7932bb093dc1e63b23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split ffi crate to support distinct 16, 32, and 64-bit builds</title>
<updated>2021-03-13T22:54:47+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-03-13T22:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=93c53657c2289e979672ee6c4612af7e9eac109c'/>
<id>93c53657c2289e979672ee6c4612af7e9eac109c</id>
<content type='text'>
initial work to optionally discard any instruction printing support

when using `-Z build-std` to fully remove .eh_frame, a stripped
long_mode_no_fmt .so is 61kb!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
initial work to optionally discard any instruction printing support

when using `-Z build-std` to fully remove .eh_frame, a stripped
long_mode_no_fmt .so is 61kb!
</pre>
</div>
</content>
</entry>
<entry>
<title>bump yaxpeax-arch to 0.0.4, use AddressDiff, fix warnings in ffi</title>
<updated>2020-05-03T20:38:08+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-03T20:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=79388a4ff09fe21d31fe41a68e59a92263c2eea5'/>
<id>79388a4ff09fe21d31fe41a68e59a92263c2eea5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid needing to dynamically allocate in yaxpeax-x86 ffi</title>
<updated>2020-01-16T04:20:55+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-16T04:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=10b7f6d581f04b284a8308d4c1c82a59dae36a6b'/>
<id>10b7f6d581f04b284a8308d4c1c82a59dae36a6b</id>
<content type='text'>
this makes ffi builds also no-std, and significantly smaller too
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this makes ffi builds also no-std, and significantly smaller too
</pre>
</div>
</content>
</entry>
<entry>
<title>add *extremely* poor ffi bindings for x86 decoders</title>
<updated>2020-01-13T00:10:14+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-12T23:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=825eabe868163189d371901ecfe27b4a3d0c9e97'/>
<id>825eabe868163189d371901ecfe27b4a3d0c9e97</id>
<content type='text'>
this is specifically to support a disas-bench integration, for now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is specifically to support a disas-bench integration, for now
</pre>
</div>
</content>
</entry>
</feed>
