aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/amow_min.h
blob: ac1362393a8e32ad86a3ecec43b639cd9955049a (plain)
1
2
3
int32_t v = mmu.load_int32(RS1);
mmu.store_uint32(RS1, std::min(int32_t(RS2),v));
RDR = v;