Share code between rv32ui and rv64ui tests
authorAndrew Waterman <waterman@cs.berkeley.edu>
Tue, 30 Aug 2016 20:02:59 +0000 (13:02 -0700)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Tue, 30 Aug 2016 20:13:52 +0000 (13:13 -0700)
commit8c633e9e80d0b3e3764ebc3651e9cc09ab9413c9
treefc8b6f6c7a2231e52e095c7a1cb682fd18f79235
parent2a9cd2c6cc19863c781bcaa8b276de6e528fba8e
Share code between rv32ui and rv64ui tests

They were almost identical, so I made them actually identical.  This
will reduce the burden of writing further tests that span base ISAs.

Tests can still be specialized for XLEN with ifdefs on e.g. __riscv64.
39 files changed:
isa/rv32ui/add.S
isa/rv32ui/addi.S
isa/rv32ui/and.S
isa/rv32ui/andi.S
isa/rv32ui/auipc.S
isa/rv32ui/beq.S
isa/rv32ui/bge.S
isa/rv32ui/bgeu.S
isa/rv32ui/blt.S
isa/rv32ui/bltu.S
isa/rv32ui/bne.S
isa/rv32ui/lb.S
isa/rv32ui/lbu.S
isa/rv32ui/ld.S [deleted file]
isa/rv32ui/lh.S
isa/rv32ui/lhu.S
isa/rv32ui/lui.S
isa/rv32ui/lw.S
isa/rv32ui/lwu.S [deleted file]
isa/rv32ui/or.S
isa/rv32ui/ori.S
isa/rv32ui/sb.S
isa/rv32ui/sh.S
isa/rv32ui/simple.S
isa/rv32ui/sll.S
isa/rv32ui/slli.S
isa/rv32ui/sra.S
isa/rv32ui/srai.S
isa/rv32ui/srl.S
isa/rv32ui/srli.S
isa/rv32ui/sub.S
isa/rv32ui/sw.S
isa/rv32ui/xor.S
isa/rv32ui/xori.S
isa/rv64ui/sll.S
isa/rv64ui/slli.S
isa/rv64ui/srai.S
isa/rv64ui/srl.S
isa/rv64ui/srli.S