L.D F0, 0(R1) 是什么意思?

What does L.D F0, 0(R1) mean?

上面清单中的以下 MIPS 指令是什么意思?

L.D  F0, 0(R1)

摘录该片段的书是 "Computer Architecture: A Quantitative Approach",Hennesey & Patterson 着。

加载double precision floating-point (64-bit) data into register f0 from the address in register R1.

其余代码注释得很好,它是一个简单的循环,遍历大小为 r2 的双精度数组,并向每个元素添加 f2 中的数字。

daddui(双加无符号立即数)的存在表示 MIPS64 ISA.

的存在