Block or Report
Block or report shining1984
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
llvm-examples Public
The repo is to keep some examples of the LLVM. Some of them are moved from llvm/examples, and others are writen by myself.
-
llvm-clang-samples Public
Forked from eliben/llvm-clang-samples
Examples of using the LLVM and Clang compilation libraries and tools
-
201 contributions in the last year
Contribution activity
June 2022
Created a pull request in openjdk-riscv/jdk11u that received 3 comments
Opened 1 other pull request in 1 repository
openjdk-riscv/jdk11u
1
merged
Reviewed 2 pull requests in 1 repository
openjdk-riscv/jdk11u
2 pull requests
Created an issue in openjdk-riscv/jdk11u that received 7 comments
fld/flw、fsd/fsw的排查
RV32的F扩展的寄存器是32位的,D扩展的寄存器是64位的。 这里会涉及到存取的时候,具体使用的是fld/flw、fsd/fsw的问题,同时还涉及到了地址的偏移问题。 如果是float,那么按照32位应该使用flw/fsw,偏移是wordsize;如果是double,那么应该使用fld/fs…
7
comments

