Move op_class.hh out of encumbered/cpu/full and into cpu.
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 22 Feb 2006 03:12:27 +0000 (22:12 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 22 Feb 2006 03:12:27 +0000 (22:12 -0500)
commit9c4e4a2181a34cb8a4d238db0eaaf9ccdb9da63a
tree40b7f50adbc5f759dcdff42cc61928059f320633
parent1fff9f504f0655a5fe87d2fc1962fbb15d8a1a8f
Move op_class.hh out of encumbered/cpu/full and into cpu.
Pull opClassStrings array out of encumbered/cpu/full/fu_pool.cc and move to
new cpu/op_class.cc file.

SConscript:
    Add new cpu-model-independent file to define OpClass enum strings.
cpu/op_class.hh:
    Fix comments etc.
cpu/static_inst.hh:
    op_class.hh moved to cpu directory

--HG--
rename : encumbered/cpu/full/op_class.hh => cpu/op_class.hh
extra : convert_revision : 314ac5ab7cc5c6a34b43dc1c2f2adc3e02f6d07f
SConscript
cpu/op_class.cc [new file with mode: 0644]
cpu/op_class.hh [new file with mode: 0644]
cpu/static_inst.hh
encumbered/cpu/full/op_class.hh [deleted file]