kit

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

aa64_exclusive_load_store.s (295B)


      1 	.text
      2 	ldxr w0, [x1]
      3 	ldxr x0, [x1]
      4 	ldxrb w0, [x1]
      5 	ldxrh w0, [x1]
      6 	stxr w2, w0, [x1]
      7 	stxr w2, x0, [x1]
      8 	stxrb w2, w0, [x1]
      9 	stxrh w2, w0, [x1]
     10 	ldaxr w0, [x1]
     11 	ldaxr x0, [x1]
     12 	ldaxrb w0, [x1]
     13 	ldaxrh w0, [x1]
     14 	stlxr w2, w0, [x1]
     15 	stlxr w2, x0, [x1]
     16 	stlxrb w2, w0, [x1]
     17 	stlxrh w2, w0, [x1]