split up rv64uf and rv64ud isa tests
authorHoward Mao <zhehao.mao@gmail.com>
Wed, 22 Jun 2016 22:37:33 +0000 (15:37 -0700)
committerHoward Mao <zhehao.mao@gmail.com>
Wed, 22 Jun 2016 22:40:11 +0000 (15:40 -0700)
commitb6b5e81217c1f2a70ecb6883b1756859cd7bb999
tree41341774233c656d85b56b0089e4e316df804eb7
parent26cfab585c781f06e977800000efe097dee4613d
split up rv64uf and rv64ud isa tests
29 files changed:
isa/Makefile
isa/rv64ud/Makefrag [new file with mode: 0644]
isa/rv64ud/fadd.S [new file with mode: 0644]
isa/rv64ud/fclass.S [new file with mode: 0644]
isa/rv64ud/fcmp.S [new file with mode: 0644]
isa/rv64ud/fcvt.S [new file with mode: 0644]
isa/rv64ud/fcvt_w.S [new file with mode: 0644]
isa/rv64ud/fdiv.S [new file with mode: 0644]
isa/rv64ud/fmadd.S [new file with mode: 0644]
isa/rv64ud/fmin.S [new file with mode: 0644]
isa/rv64ud/fsgnj.S [new file with mode: 0644]
isa/rv64ud/ldst.S [new file with mode: 0644]
isa/rv64ud/move.S [new file with mode: 0644]
isa/rv64ud/recoding.S [new file with mode: 0644]
isa/rv64ud/structural.S [new file with mode: 0644]
isa/rv64uf/Makefrag
isa/rv64uf/fadd.S
isa/rv64uf/fclass.S
isa/rv64uf/fcmp.S
isa/rv64uf/fcvt.S
isa/rv64uf/fcvt_w.S
isa/rv64uf/fdiv.S
isa/rv64uf/fmadd.S
isa/rv64uf/fmin.S
isa/rv64uf/fsgnj.S
isa/rv64uf/ldst.S
isa/rv64uf/move.S
isa/rv64uf/recoding.S
isa/rv64uf/structural.S [deleted file]