ARM: Split the condition codes out of the CPSR.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 8 Nov 2009 10:08:40 +0000 (02:08 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 8 Nov 2009 10:08:40 +0000 (02:08 -0800)
commit48525f581c6233b8f7a8a872c5774d4e245f431c
treed6bfb77abb6e70684f04d21b47731ed7a02bcf94
parentd188821d3700ee42e01fc43c9ef17568991fb3ff
ARM: Split the condition codes out of the CPSR.

This allows those bits to be renamed while allowing the other fields to
control the behavior of the processor.
src/arch/arm/intregs.hh
src/arch/arm/isa/decoder.isa
src/arch/arm/isa/formats/branch.isa
src/arch/arm/isa/formats/fp.isa
src/arch/arm/isa/formats/pred.isa
src/arch/arm/isa/formats/util.isa
src/arch/arm/isa/operands.isa
src/arch/arm/nativetrace.cc