riscv-formal-nmigen/insns
Donald Sebastian Leung e49476746e Add SLTIU instruction 2020-07-31 16:45:15 +08:00
..
insn.py Add generic instruction class 2020-07-31 13:06:03 +08:00
insn_I.py Add I-type instruction class 2020-07-31 14:26:27 +08:00
insn_U.py Add U-type instruction class 2020-07-31 13:29:48 +08:00
insn_UJ.py Add UJ-type instruction class 2020-07-31 13:57:52 +08:00
insn_addi.py Add ADDI instruction 2020-07-31 16:39:32 +08:00
insn_auipc.py Add AUIPC instruction 2020-07-31 13:44:22 +08:00
insn_jal.py Add JAL instruction 2020-07-31 14:06:55 +08:00
insn_jalr.py Fix JALR instruction 2020-07-31 16:15:17 +08:00
insn_lb.py Add LB instruction 2020-07-31 16:14:48 +08:00
insn_lbu.py Add LBU instruction 2020-07-31 16:31:25 +08:00
insn_lh.py Add LH instruction 2020-07-31 16:19:04 +08:00
insn_lhu.py Add LHU instruction 2020-07-31 16:35:06 +08:00
insn_lui.py Add LUI instruction 2020-07-31 13:40:40 +08:00
insn_lw.py Add LW instruction 2020-07-31 16:27:36 +08:00
insn_slti.py Add SLTI instruction 2020-07-31 16:42:29 +08:00
insn_sltiu.py Add SLTIU instruction 2020-07-31 16:45:15 +08:00
insn_types.md Categorize RV32IM instructions by type 2020-07-31 11:56:22 +08:00
isa_rv32i.py Complete generator for RV32I ISA 2020-07-23 14:33:25 +08:00
isa_rv32i.txt Add list of supported instructions for RV32I 2020-07-23 11:18:41 +08:00
isa_rv32i_gen.py Complete generator for RV32I ISA 2020-07-23 14:33:25 +08:00
isa_rv32im.py Add RV32IM ISA 2020-07-24 13:51:04 +08:00
isa_rv32im.txt Add RV32IM ISA 2020-07-24 13:51:04 +08:00
isa_rv32im_gen.py Add RV32IM ISA 2020-07-24 13:51:04 +08:00