OSDN Git Service

target-ppc: Use macros in opcodes table handling code
authorBharata B Rao <bharata@linux.vnet.ibm.com>
Fri, 26 Sep 2014 09:07:37 +0000 (14:37 +0530)
committerAlexander Graf <agraf@suse.de>
Tue, 4 Nov 2014 22:26:12 +0000 (23:26 +0100)
commit54ff58bb10acd6938b43dd3504ece4a7f4eb3fa1
tree9fd8735530e5cd45a22f6b7956c38cee6a6e43cc
parentbf362e96106648f5dd53c7a4af4e5aed3ef09f5d
target-ppc: Use macros in opcodes table handling code

Define and use macros instead of direct numbers wherever
possible in ppc opcodes table handling code.

This doesn't change any code functionality.

Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/translate_init.c