amoadd.d

Operands

reg, reg, (reg)

Variants

  • Atomic add : Set t1 to the double word at the address in t3, and store that value plus t2 there. Useful for a shared counter that several agents increment (64bit) amoadd.d t1, t2, (t3)

Atomic add : Set t1 to the double word at the address in t3, and store that value plus t2 there. Useful for a shared counter that several agents increment (64bit)

Loading...