kit

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

rv64_atomics.expected.txt (234B)


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