<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/target-ppc/translate, branch master</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/target-ppc/translate?h=master</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/target-ppc/translate?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2016-12-20T20:52:12+00:00</updated>
<entry>
<title>Move target-* CPU file into a target/ folder</title>
<updated>2016-12-20T20:52:12+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2016-10-11T06:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0'/>
<id>urn:sha1:fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0</id>
<content type='text'>
We've currently got 18 architectures in QEMU, and thus 18 target-xxx
folders in the root folder of the QEMU source tree. More architectures
(e.g. RISC-V, AVR) are likely to be included soon, too, so the main
folder of the QEMU sources slowly gets quite overcrowded with the
target-xxx folders.
To disburden the main folder a little bit, let's move the target-xxx
folders into a dedicated target/ folder, so that target-xxx/ simply
becomes target/xxx/ instead.

Acked-by: Laurent Vivier &lt;laurent@vivier.eu&gt; [m68k part]
Acked-by: Bastian Koppelmann &lt;kbastian@mail.uni-paderborn.de&gt; [tricore part]
Acked-by: Michael Walle &lt;michael@walle.cc&gt; [lm32 part]
Acked-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt; [s390x part]
Reviewed-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt; [s390x part]
Acked-by: Eduardo Habkost &lt;ehabkost@redhat.com&gt; [i386 part]
Acked-by: Artyom Tarasenko &lt;atar4qemu@gmail.com&gt; [sparc part]
Acked-by: Richard Henderson &lt;rth@twiddle.net&gt; [alpha part]
Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt; [xtensa part]
Reviewed-by: David Gibson &lt;david@gibson.dropbear.id.au&gt; [ppc part]
Acked-by: Edgar E. Iglesias &lt;edgar.iglesias@xilinx.com&gt; [cris&amp;microblaze part]
Acked-by: Guan Xuetao &lt;gxt@mprc.pku.edu.cn&gt; [unicore32 part]
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>target-ppc: Implement bcdctz. instruction</title>
<updated>2016-11-14T23:06:48+00:00</updated>
<author>
<name>Jose Ricardo Ziviani</name>
</author>
<published>2016-11-08T16:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0a890b31df6689aefcd5b99641ca8d305a601149'/>
<id>urn:sha1:0a890b31df6689aefcd5b99641ca8d305a601149</id>
<content type='text'>
bcdctz. converts from BCD to Zoned numeric format. Zoned format uses
a byte to represent a digit where the most significant nibble is 0x3
or 0xf, depending on the preferred signal.

Signed-off-by: Jose Ricardo Ziviani &lt;joserz@linux.vnet.ibm.com&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
<entry>
<title>target-ppc: Implement bcdcfz. instruction</title>
<updated>2016-11-14T23:06:48+00:00</updated>
<author>
<name>Jose Ricardo Ziviani</name>
</author>
<published>2016-11-08T16:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=38f4cb043b04e43f48317750aaa619d97e1eff37'/>
<id>urn:sha1:38f4cb043b04e43f48317750aaa619d97e1eff37</id>
<content type='text'>
bcdcfz. converts from Zoned numeric format to BCD. Zoned format uses
a byte to represent a digit where the most significant nibble is 0x3
or 0xf, depending on the preferred signal.

Signed-off-by: Jose Ricardo Ziviani &lt;joserz@linux.vnet.ibm.com&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
<entry>
<title>target-ppc: Implement bcdctn. instruction</title>
<updated>2016-11-14T23:06:48+00:00</updated>
<author>
<name>Jose Ricardo Ziviani</name>
</author>
<published>2016-11-08T16:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e2106d73d06d33c3e270535a5f69ff081760a267'/>
<id>urn:sha1:e2106d73d06d33c3e270535a5f69ff081760a267</id>
<content type='text'>
bcdctn. converts from BCD to National numeric format. National format
uses a byte to represent a digit where the most significant nibble is
always 0x3 and the least sign. nibbles is the digit itself.

Signed-off-by: Jose Ricardo Ziviani &lt;joserz@linux.vnet.ibm.com&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
<entry>
<title>target-ppc: Implement bcdcfn. instruction</title>
<updated>2016-11-14T23:06:48+00:00</updated>
<author>
<name>Jose Ricardo Ziviani</name>
</author>
<published>2016-11-08T16:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b81558724f66807cfe2262707b2cd4ad457693b7'/>
<id>urn:sha1:b81558724f66807cfe2262707b2cd4ad457693b7</id>
<content type='text'>
bcdcfn. converts from National numeric format to BCD. National format
uses a byte to represent a digit where the most significant nibble is
always 0x3 and the least sign. nibbles is the digit itself.

Signed-off-by: Jose Ricardo Ziviani &lt;joserz@linux.vnet.ibm.com&gt;
Reviewed-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
<entry>
<title>target-ppc: add vprtyb[w/d/q] instructions</title>
<updated>2016-11-14T23:05:50+00:00</updated>
<author>
<name>Ankit Kumar</name>
</author>
<published>2016-10-30T03:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5c69452c1456fcefaa9d7505c06b82c48b459dff'/>
<id>urn:sha1:5c69452c1456fcefaa9d7505c06b82c48b459dff</id>
<content type='text'>
Add following POWER ISA 3.0 instructions.
vprtybw: Vector Parity Byte Word
vprtybd: Vector Parity Byte Double Word
vprtybq: Vector Parity Byte Quad Word

Signed-off-by: Ankit Kumar &lt;ankit@linux.vnet.ibm.com&gt;
Signed-off-by: Nikunj A Dadhania &lt;nikunj@linux.vnet.ibm.com&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
<entry>
<title>target-ppc: add vrldnm and vrlwnm instructions</title>
<updated>2016-11-14T23:05:50+00:00</updated>
<author>
<name>Bharata B Rao</name>
</author>
<published>2016-10-30T03:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=09a245e187efa64d1a42900ec1172087d8e8afda'/>
<id>urn:sha1:09a245e187efa64d1a42900ec1172087d8e8afda</id>
<content type='text'>
vrldnm: Vector Rotate Left Doubleword then AND with Mask
vrlwnm: Vector Rotate Left Word then AND with Mask

Signed-off-by: Bharata B Rao &lt;bharata@linux.vnet.ibm.com&gt;
Signed-off-by: Nikunj A Dadhania &lt;nikunj@linux.vnet.ibm.com&gt;
Reviewed-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
<entry>
<title>target-ppc: add vrldnmi and vrlwmi instructions</title>
<updated>2016-11-14T23:05:50+00:00</updated>
<author>
<name>Gautham R. Shenoy</name>
</author>
<published>2016-10-30T03:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3e00884f4e9f96cb25c03175d1848dd0eb2a22a8'/>
<id>urn:sha1:3e00884f4e9f96cb25c03175d1848dd0eb2a22a8</id>
<content type='text'>
vrldmi: Vector Rotate Left Dword then Mask Insert
vrlwmi: Vector Rotate Left Word then Mask Insert

Signed-off-by: Gautham R. Shenoy &lt;ego@linux.vnet.ibm.com&gt;
Signed-off-by: Bharata B Rao &lt;bharata@linux.vnet.ibm.com&gt;
( use extract[32,64] and rol[32,64], introduce mask helpers in
  internal.h )
Signed-off-by: Nikunj A Dadhania &lt;nikunj@linux.vnet.ibm.com&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
<entry>
<title>target-ppc: Add xvcmpnesp, xvcmpnedp instructions</title>
<updated>2016-10-28T00:17:35+00:00</updated>
<author>
<name>Swapnil Bokade</name>
</author>
<published>2016-10-26T06:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6db246f93a7e308ff1d5aecf89d5772e83cafe61'/>
<id>urn:sha1:6db246f93a7e308ff1d5aecf89d5772e83cafe61</id>
<content type='text'>
xvcmpnedp[.]: VSX Vector Compare Not Equal Double-Precision
xvcmpnesp[.]: VSX Vector Compare Not Equal Single-Precision

Signed-off-by: Swapnil Bokade &lt;bokadeswapnil@gmail.com&gt;
Signed-off-by: Nikunj A Dadhania &lt;nikunj@linux.vnet.ibm.com&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
<entry>
<title>target-ppc: add xscmp[eq,gt,ge,ne]dp instructions</title>
<updated>2016-10-28T00:17:35+00:00</updated>
<author>
<name>Sandipan Das</name>
</author>
<published>2016-10-26T06:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6d1ff9a7b396b3193eaea1983b3d7283a743e60a'/>
<id>urn:sha1:6d1ff9a7b396b3193eaea1983b3d7283a743e60a</id>
<content type='text'>
xscmpeqdp: VSX Scalar Compare Equal Double-Precision
xscmpgedp: VSX Scalar Compare Greater Than or Equal Double-Precision
xscmpgtdp: VSX Scalar Compare Greater Than Double-Precision
xscmpnedp: VSX Scalar Compare Not Equal Double-Precision

Signed-off-by: Sandipan Das &lt;sandipandas1990@gmail.com&gt;
Signed-off-by: Nikunj A Dadhania &lt;nikunj@linux.vnet.ibm.com&gt;
Signed-off-by: David Gibson &lt;david@gibson.dropbear.id.au&gt;
</content>
</entry>
</feed>
