kit

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

aa64_compare_and_swap.s (300B)


      1 	.text
      2 	cas w0, w1, [x2]
      3 	cas x0, x1, [x2]
      4 	casa w0, w1, [x2]
      5 	casa x0, x1, [x2]
      6 	casl w0, w1, [x2]
      7 	casal w0, w1, [x2]
      8 	casal x0, x1, [x2]
      9 	casb w0, w1, [x2]
     10 	casab w0, w1, [x2]
     11 	caslb w0, w1, [x2]
     12 	casalb w0, w1, [x2]
     13 	cash w0, w1, [x2]
     14 	casah w0, w1, [x2]
     15 	caslh w0, w1, [x2]
     16 	casalh w0, w1, [x2]