add first RV32 tests
authorAndrew Waterman <waterman@cs.berkeley.edu>
Tue, 30 Apr 2013 06:45:34 +0000 (23:45 -0700)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Tue, 30 Apr 2013 06:45:34 +0000 (23:45 -0700)
commit24d2144a30a06bea49ffd3010d43b152a5b50580
tree8cbfa654fb47da9eb7c2a33b154e9425ed91b8a0
parent1f25cfbde65518f6e7b43d49451eb3ae1f9d2811
add first RV32 tests
13 files changed:
env/p/riscv_test.h
isa/Makefile
isa/rv32ui/Makefrag [new file with mode: 0644]
isa/rv32ui/add.S [new file with mode: 0644]
isa/rv32ui/addi.S [new file with mode: 0644]
isa/rv32ui/amoadd_w.S [new file with mode: 0644]
isa/rv32ui/amoand_w.S [new file with mode: 0644]
isa/rv32ui/amomax_w.S [new file with mode: 0644]
isa/rv32ui/amomaxu_w.S [new file with mode: 0644]
isa/rv32ui/amomin_w.S [new file with mode: 0644]
isa/rv32ui/amominu_w.S [new file with mode: 0644]
isa/rv32ui/amoor_w.S [new file with mode: 0644]
isa/rv32ui/amoswap_w.S [new file with mode: 0644]