fsd

Operands

freg, [{args.join('/')}], [{args.join('/')}], [{args.join('/')}], )

Variants

  • Store a double to memory fsd f1, -100(t1)
  • Store Word: Store 64-bit value from f1 to effective memory word address fsd f1,(t2)
  • Store Word: Store 64-bit value from f1 to effective memory word address fsd f1,-100
  • Store Word: Store 64-bit value from f1 to effective memory word address using t3 as a temporary fsd f1,10000000,t3
  • Store Word: Store 64-bit value from f1 to effective memory word address using t3 as a temporary fsd f1,label, t3

Store a double to memory

Loading...