]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: rename CRF_* defines as CRF_*_BIT
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Wed, 23 Nov 2016 11:37:11 +0000 (17:07 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:12 +0000 (10:10 +1100)
commitefa7319619e92809c12b5f12f7f5bcdb044e7e21
tree963e8f532012fb5c02cafcc4b40035f6fb510b5d
parent985e3023f7a041b35ee9590e393e3e5f7f224414
target-ppc: rename CRF_* defines as CRF_*_BIT

Add _BIT to CRF_[GT,LT,EQ_SO] and introduce CRF_[GT,LT,EQ,SO] for usage
without shifts in the code. This would simplify the code.

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h
target/ppc/int_helper.c
target/ppc/translate.c