Adding the sparc ISA files which were worked on locally
authorGabe Black <gblack@eecs.umich.edu>
Tue, 10 Jan 2006 19:57:37 +0000 (14:57 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 10 Jan 2006 19:57:37 +0000 (14:57 -0500)
commit79a46838767f82554fafe6dc3c811492bdb32f8a
treec10273a622c7d4ccd0c0ca77f9fc8ed2d45ec597
parent16bda9c03eb79e223f3cbc03ef80e75b7e27f266
Adding the sparc ISA files which were worked on locally

arch/sparc/isa_desc/bitfields.h:
    This file defines the bit fields used by the isa description system
arch/sparc/isa_desc/decoder.h:
    This file describes the decoder for the isa description system
arch/sparc/isa_desc/formats.h:
    This file declares the instruction formats
arch/sparc/isa_desc/formats/basic.format:
    This file implements the "basic" instruction format
arch/sparc/isa_desc/formats/branch.format:
    This file implements the "branch" instruction format
arch/sparc/isa_desc/formats/integerop.format:
    This file implements the "integerop" instruction format
arch/sparc/isa_desc/formats/mem.format:
    This file implements the "mem" instruction format
arch/sparc/isa_desc/formats/noop.format:
    This file implements the "noop" instruction format
arch/sparc/isa_desc/formats/trap.format:
    This file implements the "trap" instruction format
arch/sparc/isa_desc/includes.h:
    This file is all of the inclues that are used by the isa description system

--HG--
extra : convert_revision : 12a2ffe949317b8b57d83263a4261131b9432c2a
arch/sparc/isa_desc/bitfields.h [new file with mode: 0644]
arch/sparc/isa_desc/decoder.h [new file with mode: 0644]
arch/sparc/isa_desc/formats.h [new file with mode: 0644]
arch/sparc/isa_desc/formats/basic.format [new file with mode: 0644]
arch/sparc/isa_desc/formats/branch.format [new file with mode: 0644]
arch/sparc/isa_desc/formats/integerop.format [new file with mode: 0644]
arch/sparc/isa_desc/formats/mem.format [new file with mode: 0644]
arch/sparc/isa_desc/formats/noop.format [new file with mode: 0644]
arch/sparc/isa_desc/formats/trap.format [new file with mode: 0644]
arch/sparc/isa_desc/includes.h [new file with mode: 0644]