<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/x64Emitter.cpp, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>x64Emitter: Remove pointer cast</title>
<updated>2015-09-17T13:35:13+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-17T13:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cfa43f64bf57f3afb2c07ed72d3b79f2326d877b'/>
<id>cfa43f64bf57f3afb2c07ed72d3b79f2326d877b</id>
<content type='text'>
No more ubsan asserts in the JIT and x64 emitter code paths when running starfield.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No more ubsan asserts in the JIT and x64 emitter code paths when running starfield.
</pre>
</div>
</content>
</entry>
<entry>
<title>Partially revert "General: Toss out PRI macro usage"</title>
<updated>2015-09-11T13:49:00+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-08T05:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=19459e827f6c15f9429598015019ecb66f2e6cad'/>
<id>19459e827f6c15f9429598015019ecb66f2e6cad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>General: Toss out PRI macro usage</title>
<updated>2015-09-05T20:02:35+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-04T23:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8fdb013d540cf5d79a23888053fda2897f997e61'/>
<id>8fdb013d540cf5d79a23888053fda2897f997e61</id>
<content type='text'>
Now that VS supports more printf specifiers, these aren't necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that VS supports more printf specifiers, these aren't necessary
</pre>
</div>
</content>
</entry>
<entry>
<title>Jit64: some byte-swapping changes</title>
<updated>2015-08-26T03:41:18+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-08-21T19:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ee4a12ffe2cccb41c1cfc136e55903dc03a3e17c'/>
<id>ee4a12ffe2cccb41c1cfc136e55903dc03a3e17c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>x64Emitter: add RCPPS and RCPSS SSE instructions</title>
<updated>2015-08-23T14:59:27+00:00</updated>
<author>
<name>aroulin</name>
<email>andy.roulin@epfl.ch</email>
</author>
<published>2015-08-23T14:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0a0e012fab3bb6e13f50bc1cd9b75308692d692e'/>
<id>0a0e012fab3bb6e13f50bc1cd9b75308692d692e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>x64Emitter: Remove pointer casts from Write{8,16,32,64} functions</title>
<updated>2015-08-21T22:09:48+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-08-21T21:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a69755d9ee4cd880c4993eaaee49ab0342202113'/>
<id>a69755d9ee4cd880c4993eaaee49ab0342202113</id>
<content type='text'>
This also silences quite a few ubsan asserts from firing when the emitter is being used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also silences quite a few ubsan asserts from firing when the emitter is being used.
</pre>
</div>
</content>
</entry>
<entry>
<title>x64Emitter: Remove unused code</title>
<updated>2015-08-21T03:05:20+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-08-21T03:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a59f00a5e4981d2d8ef32ac3f0d6a76bfc9aeb94'/>
<id>a59f00a5e4981d2d8ef32ac3f0d6a76bfc9aeb94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>x64Emitter: don't check flags for most BMI2 ops</title>
<updated>2015-08-14T21:39:17+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-08-14T04:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=022286fb90c272fdc50155a2e4a79309ea12c2a9'/>
<id>022286fb90c272fdc50155a2e4a79309ea12c2a9</id>
<content type='text'>
With the exception of BZHI, BMI2 instructions don't affect flags, so
don't check if they're locked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the exception of BZHI, BMI2 instructions don't affect flags, so
don't check if they're locked.
</pre>
</div>
</content>
</entry>
<entry>
<title>x64Emitter: check for immediates in BMI ops</title>
<updated>2015-08-14T19:25:41+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-08-14T18:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5e9fe4cd13ecf6b6a6b3222057477f4d8c73993b'/>
<id>5e9fe4cd13ecf6b6a6b3222057477f4d8c73993b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>x64Emitter: add MOVSLDUP/MOVSHDUP</title>
<updated>2015-08-06T08:39:43+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-08-04T21:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=439fb26b9b7c123b6b94e63c2eb38059f237ce18'/>
<id>439fb26b9b7c123b6b94e63c2eb38059f237ce18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
