PowerPC shift right always modifies the carry flag. We may need to restore it.
commit910e3935c1385c555001e5142474d608f119faf3
authorZoltan Herczeg <zherczeg.u-szeged@partner.samsung.com>
Thu, 1 Nov 2012 15:06:16 +0000 (1 15:06 +0000)
committerZoltan Herczeg <zherczeg.u-szeged@partner.samsung.com>
Thu, 1 Nov 2012 15:06:16 +0000 (1 15:06 +0000)
tree7b852c3b5d531d5c513e09372522364043c21650
parentba85de07f5a4c27204a27efe6b3ed84cfa8978d8
PowerPC shift right always modifies the carry flag. We may need to restore it.
sljit_src/sljitNativePPC_32.c
sljit_src/sljitNativePPC_64.c
sljit_src/sljitNativePPC_common.c
test_src/sljitTest.c