Atomically with acquire and release ordering: * Load the byte at address _xs1_ * Write the sign-extended value into _xd_ * Add the least-significant byte of register _xs2_ to the loaded value * Write the result to the address in _xs1_
amoadd.b.aqrl xd, xs2, (xs1)
Type: R