add load-reserved/store-conditional instructions
authorAndrew Waterman <waterman@cs.berkeley.edu>
Sat, 30 Mar 2013 01:35:25 +0000 (18:35 -0700)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Sat, 30 Mar 2013 01:35:25 +0000 (18:35 -0700)
commitb189b9b128ce619f9423009062a85ccb17b32db9
tree519ee4bd22ea039d28690294461a02b2ce66635f
parent983a062e287ebe0d69c17448e67da6223cf48080
add load-reserved/store-conditional instructions
13 files changed:
riscv/disasm.cc
riscv/insns/lr_d.h [new file with mode: 0644]
riscv/insns/lr_w.h [new file with mode: 0644]
riscv/insns/sc_d.h [new file with mode: 0644]
riscv/insns/sc_w.h [new file with mode: 0644]
riscv/interactive.cc
riscv/mmu.cc
riscv/mmu.h
riscv/opcodes.h
riscv/processor.cc
riscv/processor.h
riscv/sim.cc
riscv/sim.h