Store doubleword from FP register pair : Writes the 64-bit value in the even FP register pair $f2/$f3 to memory at address ($t2 + offset). Used to store a double-precision float to memory. Address must be doubleword-aligned and $f2 must be even-numbered.
sdc1
Operands
$freg, [imm($reg) / LO(id) / ($reg) / imm / id / id($reg) / id+imm / id+imm($reg)], ($reg)Variants
- Store doubleword from FP register pair : Writes the 64-bit value in the even FP register pair $f2/$f3 to memory at address ($t2 + offset). Used to store a double-precision float to memory. Address must be doubleword-aligned and $f2 must be even-numbered. sdc1 $f2,-100($t2)
- Store to Address : Write to label's address, reached through the %hi already in $t2 sdc1 $f1,%lo(label)($t2)
- Store Doubleword Coprocessor 1 : Store 64 bits from $f2 and $f3 register pair to effective memory doubleword address sdc1 $f2,($t2)
- Store Doubleword Coprocessor 1 : Store 64 bits from $f2 and $f3 register pair to effective memory doubleword address sdc1 $f2,-100
- Store Doubleword Coprocessor 1 : Store 64 bits from $f2 and $f3 register pair to effective memory doubleword address sdc1 $f2,100000
- Store Doubleword Coprocessor 1 : Store 64 bits from $f2 and $f3 register pair to effective memory doubleword address sdc1 $f2,100000($t2)
- Store Doubleword Coprocessor 1 : Store 64 bits from $f2 and $f3 register pair to effective memory doubleword address sdc1 $f2,label
- Store Doubleword Coprocessor 1 : Store 64 bits from $f2 and $f3 register pair to effective memory doubleword address sdc1 $f2,label($t2)
- Store Doubleword Coprocessor 1 : Store 64 bits from $f2 and $f3 register pair to effective memory doubleword address sdc1 $f2,label+100000
- Store Doubleword Coprocessor 1 : Store 64 bits from $f2 and $f3 register pair to effective memory doubleword address sdc1 $f2,label+100000($t2)
Loading...