Start working on more complex FP tests
authorKorey Sewell <ksewell@umich.edu>
Mon, 8 May 2006 07:59:40 +0000 (03:59 -0400)
committerKorey Sewell <ksewell@umich.edu>
Mon, 8 May 2006 07:59:40 +0000 (03:59 -0400)
commita4ed65d0fa0a66d069f70a01c0caeb215e7ec760
treef9e6e1ed7fb447a190399af1977d01c6afeb1cdf
parent1047215ee58bf2b3df0b5e72f1e97da3891e3ed2
Start working on more complex FP tests
Debug FP instructions to handle these FP insts

arch/mips/isa/bitfields.isa:
    add Bitfield for Floating Point Condition Codes
arch/mips/isa/decoder.isa:
    Follow instruction naming style with FP single insts
    Send the float value to the convert&round functions in single FP
    add ll inst support
    add 'token' sc support
arch/mips/isa_traits.cc:
    Add SINGLE->WORD, WORD->SINGLE, & WORD->DOUBLE conversions
arch/mips/regfile.hh:
    update header files
arch/mips/regfile/float_regfile.hh:
    Add more FP registers

--HG--
rename : arch/mips/int_regfile.hh => arch/mips/regfile/int_regfile.hh
rename : arch/mips/misc_regfile.hh => arch/mips/regfile/misc_regfile.hh
extra : convert_revision : 92faf0bfd8542ade762ac569ec158d198f6a9c7e
arch/mips/int_regfile.hh [deleted file]
arch/mips/isa/bitfields.isa
arch/mips/isa/decoder.isa
arch/mips/isa_traits.cc
arch/mips/misc_regfile.hh [deleted file]
arch/mips/regfile.hh
arch/mips/regfile/float_regfile.hh [new file with mode: 0644]
arch/mips/regfile/int_regfile.hh [new file with mode: 0644]
arch/mips/regfile/misc_regfile.hh [new file with mode: 0644]