Commit Graph

253 Commits

Author SHA1 Message Date
Donald Sebastian Leung 504d6e1984 Add BLTU instruction 2020-08-11 16:55:58 +08:00
Donald Sebastian Leung c82dcfb570 Add BGE instruction 2020-08-11 16:54:16 +08:00
Donald Sebastian Leung 17816f9464 Add BLT instruction 2020-08-11 16:52:34 +08:00
Donald Sebastian Leung 1cff0134fe Add BNE instruction 2020-08-11 16:49:25 +08:00
Donald Sebastian Leung 6461f455d6 Add BEQ instruction 2020-08-11 16:46:07 +08:00
Donald Sebastian Leung edadb8da47 Add RV32I SB-Type Instruction Format 2020-08-11 16:37:42 +08:00
Donald Sebastian Leung 507675b59f Update README.md 2020-08-11 14:54:27 +08:00
Donald Sebastian Leung a78309d997 Add SW instruction 2020-08-11 14:52:59 +08:00
Donald Sebastian Leung ec86b3a76a Add SH instruction 2020-08-11 14:51:34 +08:00
Donald Sebastian Leung c368060315 Add SB instruction 2020-08-11 14:50:04 +08:00
Donald Sebastian Leung 0f71c1dad1 Add RV32I S-Type Instruction Format 2020-08-11 14:00:04 +08:00
Donald Sebastian Leung 70c417f920 Update README.md 2020-08-11 10:08:11 +08:00
Donald Sebastian Leung c938eefe41 Update README.md 2020-08-10 17:37:47 +08:00
Donald Sebastian Leung 31753e3679 Add ANDI instruction 2020-08-10 17:35:43 +08:00
Donald Sebastian Leung c258d541af Add ORI instruction 2020-08-10 17:34:22 +08:00
Donald Sebastian Leung 4b79b06dba Add XORI instruction 2020-08-10 17:32:55 +08:00
Donald Sebastian Leung 71f8a594a6 Add SLTIU instruction 2020-08-10 17:29:55 +08:00
Donald Sebastian Leung 84f4b75267 Add SLTI instruction 2020-08-10 17:24:50 +08:00
Donald Sebastian Leung 0ae11e12b5 Add ADDI instruction 2020-08-10 17:19:57 +08:00
Donald Sebastian Leung 036f842faa Add RV32I I-Type Instruction (Arithmetic Variation) 2020-08-10 17:12:09 +08:00
Donald Sebastian Leung d60c712704 Update README.md 2020-08-10 16:47:09 +08:00
Donald Sebastian Leung 42b8e5c245 Add LHU instruction 2020-08-10 16:44:08 +08:00
Donald Sebastian Leung 462e526e71 Add LBU instruction 2020-08-10 16:40:45 +08:00
Donald Sebastian Leung 7b440f0fa9 Add LW instruction 2020-08-10 16:35:37 +08:00
Donald Sebastian Leung c88cf830fc Add LH instruction 2020-08-10 16:29:42 +08:00
Donald Sebastian Leung 167d654be8 Add LB instruction 2020-08-10 16:26:29 +08:00
Donald Sebastian Leung bfd8f670c2 Add RV32I I-Type Instruction (Load Variation) 2020-08-10 16:16:30 +08:00
Donald Sebastian Leung 10296cbf3b Update README 2020-08-10 14:14:40 +08:00
Donald Sebastian Leung 1cae183569 Add JALR instruction 2020-08-10 14:13:25 +08:00
Donald Sebastian Leung e97a86bfbe Add (generic) RV32I I-Type Instruction 2020-08-10 13:32:04 +08:00
Donald Sebastian Leung ff977c0e50 Update README.md 2020-08-10 12:59:00 +08:00
Donald Sebastian Leung 475c1d9fc2 Add SRAI instruction 2020-08-10 12:56:19 +08:00
Donald Sebastian Leung 20a500157b Add attribution to SO in InsnSra.py 2020-08-10 12:46:09 +08:00
Donald Sebastian Leung 9740470c47 Add SRLI instruction 2020-08-10 12:35:49 +08:00
Donald Sebastian Leung 031f335325 Fix SLLI instruction 2020-08-10 12:31:20 +08:00
Donald Sebastian Leung 1fb51e614d Add SLLI instruction 2020-08-10 12:29:52 +08:00
Donald Sebastian Leung 94faa3ba68 Remove redundancy in super() calls 2020-08-10 11:15:05 +08:00
Donald Sebastian Leung 9e64c7ee17 Add RV32I I-Type Instruction (Shift Variation) 2020-08-07 16:39:14 +08:00
Donald Sebastian Leung 1c0541cd12 Document RV32I R-Type Instructions 2020-08-07 16:06:15 +08:00
Donald Sebastian Leung 9bfd155b44 Add AND instruction 2020-08-07 15:57:19 +08:00
Donald Sebastian Leung 07e4c04b26 Add OR instruction 2020-08-07 15:54:18 +08:00
Donald Sebastian Leung d06daac123 Add SRA instruction 2020-08-07 15:51:21 +08:00
Donald Sebastian Leung 4f7cf5a370 Add SRL instruction 2020-08-07 15:39:46 +08:00
Donald Sebastian Leung d106ceede7 Add XOR instruction 2020-08-07 15:35:40 +08:00
Donald Sebastian Leung cab30848e9 Add SLTU instruction 2020-08-07 15:33:18 +08:00
Donald Sebastian Leung d33dc1b137 Add SLT instruction 2020-08-07 15:29:54 +08:00
Donald Sebastian Leung 44bdff60c8 Add SLL instruction 2020-08-07 15:25:05 +08:00
Donald Sebastian Leung 060dd98919 Add SUB instruction 2020-08-07 14:00:12 +08:00
Donald Sebastian Leung ccc1bd098b Add ADD instruction 2020-08-07 13:54:00 +08:00
Donald Sebastian Leung 4f7b11d009 Add RV32I R-Type Instruction 2020-08-07 13:45:35 +08:00
Donald Sebastian Leung 2e2300e5c8 Update insns/README.md 2020-08-07 12:54:31 +08:00
Donald Sebastian Leung a8cf15e123 Add generic instruction class 2020-08-07 12:28:52 +08:00
Donald Sebastian Leung 56048099b3 Correct typo in insns/README.md 2020-08-06 16:44:54 +08:00
Donald Sebastian Leung 9a3cb8e88a Fix table formatting in insns/README.md 2020-08-06 14:45:51 +08:00
Donald Sebastian Leung 7c420cce7a Categorize all (to be) supported instructions 2020-08-06 14:13:00 +08:00
Donald Sebastian Leung 3eaed129c2 Begin re-organization of project structure 2020-08-06 12:36:01 +08:00
Donald Sebastian Leung 7c60451bfa Add README for instructions 2020-08-05 12:54:46 +08:00
Donald Sebastian Leung c4e30e9c55 Add REMU instruction 2020-08-04 17:17:37 +08:00
Donald Sebastian Leung af8704cea0 Add REM instruction 2020-08-04 17:14:46 +08:00
Donald Sebastian Leung 78fb149761 Add DIVU instruction 2020-08-04 17:12:13 +08:00
Donald Sebastian Leung 2a809073a5 Add DIV instruction 2020-08-04 17:09:21 +08:00
Donald Sebastian Leung 7b39ce135f Add MULHU instruction 2020-08-04 17:06:49 +08:00
Donald Sebastian Leung ee38e3a61d Add MULHSU instruction 2020-08-04 17:04:04 +08:00
Donald Sebastian Leung a26813835f Add MULH instruction 2020-08-04 17:00:43 +08:00
Donald Sebastian Leung e1bbf567c2 Add MUL instruction 2020-08-04 16:57:43 +08:00
Donald Sebastian Leung aa47b866a1 Add AND instruction 2020-08-04 12:54:46 +08:00
Donald Sebastian Leung 9429403616 Add OR instruction 2020-08-04 12:51:48 +08:00
Donald Sebastian Leung a3a9592c19 Add SRA instruction 2020-08-04 12:47:35 +08:00
Donald Sebastian Leung 907f7240bf Add SRL instruction 2020-08-04 12:42:39 +08:00
Donald Sebastian Leung 0c7c929983 Add XOR instruction 2020-08-04 12:39:20 +08:00
Donald Sebastian Leung cf9e1c741c Add SLTU instruction 2020-08-04 12:37:26 +08:00
Donald Sebastian Leung 4d313ed54a Add SLT instruction 2020-08-04 12:34:06 +08:00
Donald Sebastian Leung a6a09ac120 Add SLL instruction 2020-08-04 12:31:36 +08:00
Donald Sebastian Leung 67c57c4d7d Add SUB instruction 2020-08-04 12:25:12 +08:00
Donald Sebastian Leung aad9a3f2b5 Add ADD instruction 2020-08-04 12:20:52 +08:00
Donald Sebastian Leung 3abdcf07d2 Add R-type instruction format 2020-08-04 12:06:01 +08:00
Donald Sebastian Leung 19099edee3 Add SRAI instruction 2020-08-03 15:10:58 +08:00
Donald Sebastian Leung eaf475ee04 Add SRLI instruction 2020-08-03 14:54:02 +08:00
Donald Sebastian Leung 0234b65890 Add SLLI instruction 2020-08-03 14:51:36 +08:00
Donald Sebastian Leung a9cff77a82 Add I-type (shift variation) instruction format 2020-08-03 14:44:33 +08:00
Donald Sebastian Leung c3821bc885 Add SW instruction 2020-08-03 14:29:52 +08:00
Donald Sebastian Leung 948a3db1c1 Add SH instruction 2020-08-03 14:27:08 +08:00
Donald Sebastian Leung 84454e7048 Add SB instruction 2020-08-03 14:23:40 +08:00
Donald Sebastian Leung eebb39ee27 Add S-type instruction format 2020-08-03 14:15:09 +08:00
Donald Sebastian Leung 62ae797737 Add BGEU instruction 2020-08-03 11:33:57 +08:00
Donald Sebastian Leung 596d7fcf6d Add BLTU instruction 2020-08-03 11:30:16 +08:00
Donald Sebastian Leung f6008f3096 Add BGE instruction 2020-08-03 10:42:27 +08:00
Donald Sebastian Leung 8d1b070a02 Add BLT instruction 2020-08-03 10:38:54 +08:00
Donald Sebastian Leung 680042b9ee ADD BNE instruction 2020-08-03 10:33:45 +08:00
Donald Sebastian Leung 486c77a108 Fix BEQ instruction 2020-08-03 10:29:17 +08:00
Donald Sebastian Leung c17ccdf897 Add BEQ instruction 2020-08-03 10:28:01 +08:00
Donald Sebastian Leung 33ecb317b2 Add SB-type instruction 2020-08-03 10:19:01 +08:00
Donald Sebastian Leung 663b0b3b48 Add ANDI instruction 2020-07-31 16:51:59 +08:00
Donald Sebastian Leung 912580dda8 Add ORI instruction 2020-07-31 16:49:59 +08:00
Donald Sebastian Leung bf80a13d55 Add XORI instruction 2020-07-31 16:48:00 +08:00
Donald Sebastian Leung e49476746e Add SLTIU instruction 2020-07-31 16:45:15 +08:00
Donald Sebastian Leung 305d2195be Add SLTI instruction 2020-07-31 16:42:29 +08:00
Donald Sebastian Leung a9bc0629bd Add ADDI instruction 2020-07-31 16:39:32 +08:00
Donald Sebastian Leung cf8033a8bb Add LHU instruction 2020-07-31 16:35:06 +08:00
Donald Sebastian Leung e3f0727e9c Add LBU instruction 2020-07-31 16:31:25 +08:00