Reflect changes to ISA
authorAndrew Waterman <waterman@cs.berkeley.edu>
Sat, 24 Aug 2013 03:02:02 +0000 (20:02 -0700)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Sat, 24 Aug 2013 03:04:30 +0000 (20:04 -0700)
commit5fe2ce69dcd1d0ddb42c4edffac7ab11d939ca45
tree1c76b45e4b7cf966f5d0d3b943d66b04c4f95c21
parent5b13eb6cd5aa3e73fb477414f1866e7b9cbeaf3f
Reflect changes to ISA

Conflicts:

isa/Makefile
47 files changed:
benchmarks/Makefile
benchmarks/common/crt-mt.S
benchmarks/common/crt.S
benchmarks/common/pcr.h
benchmarks/common/syscalls.S [deleted file]
benchmarks/common/syscalls.c
benchmarks/dgemm/dgemm_main.c
benchmarks/dhrystone/dhrystone_main.c
benchmarks/median/median_main.c
benchmarks/multiply/multiply_main.c
benchmarks/qsort/qsort_main.c
benchmarks/spmv/spmv_main.c
benchmarks/towers/towers_main.c
benchmarks/vec-cmplxmult/vec_cmplxmult_asm.S
benchmarks/vec-matmul/vec_matmul_asm.S
benchmarks/vvadd/vvadd_main.c
env/p/riscv_test.h
env/pcr.h [new file with mode: 0644]
env/pm/riscv_test.h
env/pt/riscv_test.h
env/v/entry.S
env/v/pcr.h [deleted file]
env/v/riscv_test.h
env/v/vm.c
isa/Makefile
isa/macros/scalar/test_macros.h
isa/macros/vector/test_macros.h
isa/rv64si/coreid.S
isa/rv64si/ipi.S
isa/rv64uf/Makefrag
isa/rv64uf/move.S
isa/rv64uf/structural.S
isa/rv64ui/Makefrag
isa/rv64uv/fma.S
isa/rv64uv/fmovn.S
isa/rv64uv/fmovz.S
isa/rv64uv/vfmvv.S
mt/.gitignore [new file with mode: 0644]
mt/Makefile
mt/common/crt-mt.S [deleted file]
mt/common/crt.S [deleted file]
mt/common/pcr.h [deleted file]
mt/common/syscalls.S [deleted file]
mt/common/syscalls.c [deleted file]
mt/common/test-mt.ld [deleted file]
mt/common/test.ld [deleted file]
mt/common/util.h [deleted file]