temporary undoing of renaming
[riscv-isa-sim.git] / riscv / insns / amoor_w.h
1 reg_t v = mmu.load_int32(RS1);
2 mmu.store_uint32(RS1, RS2 | v);
3 RD = v;