1. 05 3月, 2020 1 次提交
  2. 04 3月, 2020 2 次提交
  3. 10 12月, 2019 1 次提交
    • Z
      riscv64,exec: fix inconsistent behavior of fetching RVC instruction at the end of page boundary · 963c5056
      Zihao Yu 提交于
      * If an RVC instruction is at the end of page boundary, we should not
        fetch 4 bytes. Otherwise, we may trigger an IPF when fetching the
        remaining 2 bytes at the beginning of the next page, which is
        inconsistent with the behavior of the RISC-V priviledged manual.
      
      * In such a case, we should first fetch 2 byte. If it is an RVC
        instruction, then execute it without fetching the remaining 2 bytes.
        If it is not an RVC instruciton, then fetching the remaining 2 bytes
        to obtain a 4-byte instruction.
      963c5056
  4. 07 12月, 2019 1 次提交
  5. 13 11月, 2019 1 次提交
  6. 11 11月, 2019 1 次提交
  7. 10 11月, 2019 1 次提交
  8. 09 11月, 2019 3 次提交
  9. 19 10月, 2019 3 次提交
  10. 14 10月, 2019 1 次提交
  11. 25 9月, 2019 1 次提交
  12. 15 9月, 2019 9 次提交
  13. 13 9月, 2019 1 次提交
  14. 09 9月, 2019 2 次提交
  15. 05 9月, 2019 2 次提交
  16. 23 6月, 2019 1 次提交
  17. 31 3月, 2019 1 次提交
  18. 01 2月, 2019 1 次提交
  19. 30 1月, 2019 5 次提交
  20. 29 1月, 2019 2 次提交