separate ua and um tests from ui tests
authorHoward Mao <zhehao.mao@gmail.com>
Wed, 22 Jun 2016 22:53:38 +0000 (15:53 -0700)
committerHoward Mao <zhehao.mao@gmail.com>
Wed, 22 Jun 2016 22:53:38 +0000 (15:53 -0700)
commit51671844c2588386ce3eacedf40d385e3c2b1484
tree3ad4c759cb0b4c9712a95d11f99a6241877a169e
parentb6b5e81217c1f2a70ecb6883b1756859cd7bb999
separate ua and um tests from ui tests
110 files changed:
isa/Makefile
isa/rv32ua/Makefrag [new file with mode: 0644]
isa/rv32ua/amoadd_w.S [new file with mode: 0644]
isa/rv32ua/amoand_w.S [new file with mode: 0644]
isa/rv32ua/amomax_w.S [new file with mode: 0644]
isa/rv32ua/amomaxu_w.S [new file with mode: 0644]
isa/rv32ua/amomin_w.S [new file with mode: 0644]
isa/rv32ua/amominu_w.S [new file with mode: 0644]
isa/rv32ua/amoor_w.S [new file with mode: 0644]
isa/rv32ua/amoswap_w.S [new file with mode: 0644]
isa/rv32ua/amoxor_w.S [new file with mode: 0644]
isa/rv32ua/lrsc.S [new file with mode: 0644]
isa/rv32ui/Makefrag
isa/rv32ui/amoadd_w.S [deleted file]
isa/rv32ui/amoand_w.S [deleted file]
isa/rv32ui/amomax_w.S [deleted file]
isa/rv32ui/amomaxu_w.S [deleted file]
isa/rv32ui/amomin_w.S [deleted file]
isa/rv32ui/amominu_w.S [deleted file]
isa/rv32ui/amoor_w.S [deleted file]
isa/rv32ui/amoswap_w.S [deleted file]
isa/rv32ui/amoxor_w.S [deleted file]
isa/rv32ui/div.S [deleted file]
isa/rv32ui/divu.S [deleted file]
isa/rv32ui/divuw.S [deleted file]
isa/rv32ui/divw.S [deleted file]
isa/rv32ui/lrsc.S [deleted file]
isa/rv32ui/mul.S [deleted file]
isa/rv32ui/mulh.S [deleted file]
isa/rv32ui/mulhsu.S [deleted file]
isa/rv32ui/mulhu.S [deleted file]
isa/rv32ui/mulw.S [deleted file]
isa/rv32ui/rem.S [deleted file]
isa/rv32ui/remu.S [deleted file]
isa/rv32um/Makefrag [new file with mode: 0644]
isa/rv32um/div.S [new file with mode: 0644]
isa/rv32um/divu.S [new file with mode: 0644]
isa/rv32um/mul.S [new file with mode: 0644]
isa/rv32um/mulh.S [new file with mode: 0644]
isa/rv32um/mulhsu.S [new file with mode: 0644]
isa/rv32um/mulhu.S [new file with mode: 0644]
isa/rv32um/rem.S [new file with mode: 0644]
isa/rv32um/remu.S [new file with mode: 0644]
isa/rv64ua/Makefrag [new file with mode: 0644]
isa/rv64ua/amoadd_d.S [new file with mode: 0644]
isa/rv64ua/amoadd_w.S [new file with mode: 0644]
isa/rv64ua/amoand_d.S [new file with mode: 0644]
isa/rv64ua/amoand_w.S [new file with mode: 0644]
isa/rv64ua/amomax_d.S [new file with mode: 0644]
isa/rv64ua/amomax_w.S [new file with mode: 0644]
isa/rv64ua/amomaxu_d.S [new file with mode: 0644]
isa/rv64ua/amomaxu_w.S [new file with mode: 0644]
isa/rv64ua/amomin_d.S [new file with mode: 0644]
isa/rv64ua/amomin_w.S [new file with mode: 0644]
isa/rv64ua/amominu_d.S [new file with mode: 0644]
isa/rv64ua/amominu_w.S [new file with mode: 0644]
isa/rv64ua/amoor_d.S [new file with mode: 0644]
isa/rv64ua/amoor_w.S [new file with mode: 0644]
isa/rv64ua/amoswap_d.S [new file with mode: 0644]
isa/rv64ua/amoswap_w.S [new file with mode: 0644]
isa/rv64ua/amoxor_d.S [new file with mode: 0644]
isa/rv64ua/amoxor_w.S [new file with mode: 0644]
isa/rv64ua/lrsc.S [new file with mode: 0644]
isa/rv64ui/Makefrag
isa/rv64ui/amoadd_d.S [deleted file]
isa/rv64ui/amoadd_w.S [deleted file]
isa/rv64ui/amoand_d.S [deleted file]
isa/rv64ui/amoand_w.S [deleted file]
isa/rv64ui/amomax_d.S [deleted file]
isa/rv64ui/amomax_w.S [deleted file]
isa/rv64ui/amomaxu_d.S [deleted file]
isa/rv64ui/amomaxu_w.S [deleted file]
isa/rv64ui/amomin_d.S [deleted file]
isa/rv64ui/amomin_w.S [deleted file]
isa/rv64ui/amominu_d.S [deleted file]
isa/rv64ui/amominu_w.S [deleted file]
isa/rv64ui/amoor_d.S [deleted file]
isa/rv64ui/amoor_w.S [deleted file]
isa/rv64ui/amoswap_d.S [deleted file]
isa/rv64ui/amoswap_w.S [deleted file]
isa/rv64ui/amoxor_d.S [deleted file]
isa/rv64ui/amoxor_w.S [deleted file]
isa/rv64ui/div.S [deleted file]
isa/rv64ui/divu.S [deleted file]
isa/rv64ui/divuw.S [deleted file]
isa/rv64ui/divw.S [deleted file]
isa/rv64ui/lrsc.S [deleted file]
isa/rv64ui/mul.S [deleted file]
isa/rv64ui/mulh.S [deleted file]
isa/rv64ui/mulhsu.S [deleted file]
isa/rv64ui/mulhu.S [deleted file]
isa/rv64ui/mulw.S [deleted file]
isa/rv64ui/rem.S [deleted file]
isa/rv64ui/remu.S [deleted file]
isa/rv64ui/remuw.S [deleted file]
isa/rv64ui/remw.S [deleted file]
isa/rv64um/Makefrag [new file with mode: 0644]
isa/rv64um/div.S [new file with mode: 0644]
isa/rv64um/divu.S [new file with mode: 0644]
isa/rv64um/divuw.S [new file with mode: 0644]
isa/rv64um/divw.S [new file with mode: 0644]
isa/rv64um/mul.S [new file with mode: 0644]
isa/rv64um/mulh.S [new file with mode: 0644]
isa/rv64um/mulhsu.S [new file with mode: 0644]
isa/rv64um/mulhu.S [new file with mode: 0644]
isa/rv64um/mulw.S [new file with mode: 0644]
isa/rv64um/rem.S [new file with mode: 0644]
isa/rv64um/remu.S [new file with mode: 0644]
isa/rv64um/remuw.S [new file with mode: 0644]
isa/rv64um/remw.S [new file with mode: 0644]