3a87b6e4550f559455b90a5d0985461466cbb84f
[riscv-isa-sim.git] / riscv / insns / amoxor_w.h
1 reg_t v = MMU.load_int32(RS1);
2 MMU.store_uint32(RS1, RS2 ^ v);
3 WRITE_RD(v);