fetch2: Remove blank line
[microwatt.git] / decode1.vhdl
2019-10-07 Anton BlanchardMerge pull request #78 from paulusmack/new-decode
2019-10-07 Paul MackerrasAdd a rotate/mask/shift unit and use it in execute1
2019-10-07 Paul MackerrasGeneralize the mul_32bit and mul_signed fields of decod...
2019-10-04 Paul Mackerrasdecode: Avoid multiplexing from instruction reg fields...
2019-10-04 Paul MackerrasConsolidate add/subtract instructions into a single op
2019-10-03 Paul Mackerrasdecode: Make all update-form indexed loads and stores...
2019-10-02 Paul Mackerrasdecode: Remove const fields from decode_rom_t
2019-10-01 Paul Mackerrasdecode: Fix larx/stcx instructions to use RA_OR_ZERO...
2019-10-01 Paul Mackerrasdecode: Index minor op table with insn bits for opcode 31
2019-10-01 Paul Mackerrasdecode: Index minor op table with insn bits for opcode 30
2019-10-01 Paul Mackerrasdecode: Index minor op table with insn bits for opcode 19
2019-10-01 Paul Mackerrasdecode: Start moving towards decoding by major opcode...
2019-10-01 Paul Mackerrasdecode: Push mtspr/mfspr register decoding down into...
2019-10-01 Benjamin HerrenschmidtAdd MCRF instruction
2019-10-01 Benjamin HerrenschmidtImplement absolute branches
2019-09-24 Anton BlanchardMerge branch 'divider' of https://github.com/paulusmack...
2019-09-24 Anton BlanchardMerge pull request #70 from antonblanchard/badly-named...
2019-09-24 Anton BlanchardRename OP_SUBFC -> OP_SUBFE, OP_ADDC -> OP_ADDE
2019-09-24 Anton BlanchardMerge pull request #69 from antonblanchard/debug-module
2019-09-23 Paul MackerrasAdd a divider unit and a testbench for it
2019-09-20 Benjamin HerrenschmidtAdd core debug module
2019-09-15 Anton BlanchardMerge pull request #59 from antonblanchard/trap-decode
2019-09-15 Anton BlanchardMerge pull request #58 from antonblanchard/decode2...
2019-09-15 Anton BlanchardFix make check
2019-09-15 Anton BlanchardMerge pull request #57 from antonblanchard/add-nop
2019-09-15 Anton BlanchardAdd a decode for the nop instruction
2019-09-12 Anton BlanchardMerge pull request #50 from antonblanchard/decode1-opt
2019-09-12 Anton BlanchardNo need to gate nia or insn in decode1
2019-09-11 Anton BlanchardMerge pull request #47 from antonblanchard/if-fix
2019-09-11 Anton BlanchardExplicitly check against '1' in if statements
2019-09-11 Anton BlanchardMerge pull request #41 from mikey/travis
2019-09-11 Anton BlanchardMerge pull request #42 from antonblanchard/fetch-rework-v2
2019-09-11 Anton BlanchardRemove sim console
2019-09-11 Anton BlanchardRework pipeline, add stall and flush signals
2019-09-09 Anton BlanchardMerge pull request #34 from antonblanchard/decode-table
2019-09-09 Anton BlanchardAdd a decode bit to mark an instruction as single throu...
2019-09-09 Benjamin Herrenschmidtdecode1 array fix header
2019-09-09 Anton BlanchardMerge pull request #26 from antonblanchard/silence...
2019-09-09 Anton BlanchardMerge pull request #25 from antonblanchard/register_fil...
2019-09-09 Anton BlanchardMerge pull request #24 from antonblanchard/cr_file_cleanup
2019-09-09 Anton BlanchardRework CR file and add forwarding
2019-08-22 Anton BlanchardInitial import of microwatt