qemu-patch-raspberry4/target/ppc
Bharata B Rao 855f7a657e target-ppc: Fix xscmpodp and xscmpudp instructions
- xscmpodp & xscmpudp are missing flags reset.
- In xscmpodp, VXCC should be set only if VE is 0 for signalling NaN case
  and VXCC should be set by explicitly checking for quiet NaN case.
- Comparison is being done only if the operands are not NaNs. However as
  per ISA, it should be done even when operands are NaNs.

Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-01-31 10:10:12 +11:00
..
translate
arch_dump.c
cpu-models.c
cpu-models.h
cpu-qom.h
cpu.h target-ppc: rename CRF_* defines as CRF_*_BIT 2017-01-31 10:10:12 +11:00
dfp_helper.c
excp_helper.c
fpu_helper.c target-ppc: Fix xscmpodp and xscmpudp instructions 2017-01-31 10:10:12 +11:00
gdbstub.c
helper.h target-ppc: Use ctpop helper 2017-01-10 08:48:57 -08:00
helper_regs.h cputlb: drop flush_global flag from tlb_flush 2017-01-13 14:24:37 +00:00
int_helper.c target-ppc: rename CRF_* defines as CRF_*_BIT 2017-01-31 10:10:12 +11:00
internal.h target-ppc: Consolidate instruction decode helpers 2017-01-31 10:10:12 +11:00
kvm-stub.c
kvm.c kvm: move cpu synchronization code 2017-01-19 22:07:46 +01:00
kvm_ppc.h KVM: PPC: eliminate unnecessary duplicate constants 2017-01-19 22:06:53 +01:00
machine.c migration: extend VMStateInfo 2017-01-24 17:54:47 +00:00
Makefile.objs
mem_helper.c
mfrom_table.c
mfrom_table_gen.c
misc_helper.c cputlb: drop flush_global flag from tlb_flush 2017-01-13 14:24:37 +00:00
mmu-hash32.c
mmu-hash32.h
mmu-hash64.c kvm: move cpu synchronization code 2017-01-19 22:07:46 +01:00
mmu-hash64.h
mmu_helper.c cputlb: drop flush_global flag from tlb_flush 2017-01-13 14:24:37 +00:00
monitor.c
STATUS
timebase_helper.c
trace-events
translate.c target-ppc: rename CRF_* defines as CRF_*_BIT 2017-01-31 10:10:12 +11:00
translate_init.c * QOM interface fix (Eduardo) 2017-01-20 16:42:07 +00:00
user_only_helper.c