- 21 Jul, 2024 2 commits
-
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
- 20 Jul, 2024 1 commit
-
-
Mars2Lars_NUAAers authored
-
- 18 Jul, 2024 2 commits
-
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
- 13 Jul, 2024 2 commits
-
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
- 07 Jul, 2024 1 commit
-
-
Mars2Lars_NUAAers authored
-
- 02 Jul, 2024 2 commits
-
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
- 24 Jun, 2024 4 commits
-
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
1.在程序处理过程中,除非人为写入,不然是不会产生sNan的。 2.对qNan和Inf,本身已经实现了对ieee754相关的模拟,所以无需在舍入的时候进行处理。 因此,Nan和Inf可以交由java进行舍入处理。 3.对于特殊的一些舍入模式,需要自定舍入,此功能已实现。 4.若人为引入了sNan,经过运算后也认为是qNan进行处理。 5.因此,nan和inf的运算结果是正确的,只需要关注例外产生的方式和舍入的处理,而不需要关注其运算过程。 6.至此浮点例外处理已经大致完成。
-
Mars2Lars_NUAAers authored
1.初步实现了浮点的例外处理 2.以单精度浮点加法指令作为示例,展示了浮点指令例外的捕获和处理 3.对于Nan和无穷情况下的舍入仍未实现
-
Mars2Lars_NUAAers authored
1.增加了非规格化浮点数的舍入 2.下溢判断更正为规格化下溢 3.修改如浮点指数域掩码等错误
-
- 23 Jun, 2024 3 commits
-
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
- 19 Jun, 2024 2 commits
-
-
Mars2Lars_NUAAers authored
1.增加了除下溢外的浮点例外判断 2.增加浮点例外的判断准则注释
-
Mars2Lars_NUAAers authored
-
- 18 Jun, 2024 3 commits
-
-
Mars2Lars_NUAAers authored
1.增加LoongArch的浮点例外初步支持,为下一步的浮点指令做准备 2.浮点例外支持的Flags域和舍入模式未进行具体实现 3.增加浮点标志寄存器,标志寄存器的值显示方法仍有缺陷 4.初步实现无例外的浮点指令运行
-
Mars2Lars_NUAAers authored
1.cop1每一个寄存器都支持64位浮点数 2.cop1在对单浮点作用时,只使用低32位 3.初步实现LoongArch的浮点器架构 BREAKING CHANGE: 浮点器变更
-
Mars2Lars_NUAAers authored
更改了coprocessor1相关的寄存器,并且对相应的引用也做了相应的修改. 对Float的引用则改为了32位低位的使用. 相关的GUI界面未进行修改.
-
- 17 Jun, 2024 1 commit
-
-
Mars2Lars_NUAAers authored
原寄存器int不能满足64位浮点存储要求,故重构原来的Register,复制成FloatingRegister
-
- 13 Jun, 2024 1 commit
-
-
Mars2Lars_NUAAers authored
-
- 01 Jun, 2024 1 commit
-
-
Mars2Lars_NUAAers authored
-
- 31 May, 2024 2 commits
-
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
- 28 May, 2024 4 commits
-
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
- 24 May, 2024 3 commits
-
-
Mars2Lars_NUAAers authored
This reverts commit 38851a83
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
- 23 May, 2024 5 commits
-
-
hikari authored
-
某某某 authored
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
Mars2Lars_NUAAers authored
-
- 21 May, 2024 1 commit
-
-
Mars2Lars_NUAAers authored
-