kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

rv64_atomics.s (244B)


      1 .text
      2     lr.w a0, (a1)
      3     sc.w t0, a2, (a1)
      4     lr.d a0, (a1)
      5     sc.d t0, a2, (a1)
      6     amoadd.w a0, a1, (a2)
      7     amoswap.w t0, t1, (t2)
      8     amoxor.d s0, s1, (s2)
      9     amoand.d a3, a4, (a5)
     10     amomin.w a0, a1, (a2)
     11     amomaxu.d t0, t1, (t2)