RV32FDQ/RV64RDQ指令集(2)
摘要:
下面我们逐个看下每个指令的细节:fadd.sfadd.s rd, rs1, rs2 //f [rd] = f [rs1] + f [rs2]单精度浮点加(Floating-point Add, Single-Precision). R-type, RV32F and RV64F.把寄存器 f[rs1]和 f[rs2]中的单精度浮点数相加,并将舍入后的和写入 f[rd]。示例:to dofs... 阅读全文
posted @ 2019-08-25 14:25 迈克老狼2012 阅读(2390) 评论(0) 推荐(0) 编辑