RIP-Comm / clementine

Gameboy Advance emulator.
MIT License
49 stars 13 forks source link

Arm: Add ASM of coprocessor data transfer #184

Closed guerinoni closed 1 year ago

guerinoni commented 1 year ago

Signed-off-by: Federico Guerinoni guerinoni.federico@gmail.com

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 65.45% and project coverage change: +0.30 :tada:

Comparison is base (ba40adf) 56.13% compared to head (8183156) 56.44%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #184 +/- ## ========================================== + Coverage 56.13% 56.44% +0.30% ========================================== Files 37 37 Lines 2583 2624 +41 ========================================== + Hits 1450 1481 +31 - Misses 1133 1143 +10 ``` | [Impacted Files](https://codecov.io/gh/RIP-Comm/clementine/pull/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [emu/src/cpu/flags.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvZmxhZ3MucnM=) | `100.00% <ø> (ø)` | | | [emu/src/cpu/psr.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvcHNyLnJz) | `81.81% <ø> (ø)` | | | [emu/src/cpu/move\_compare\_add\_sub.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvbW92ZV9jb21wYXJlX2FkZF9zdWIucnM=) | `45.16% <38.88%> (-1.51%)` | :arrow_down: | | [emu/src/cpu/instruction.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvaW5zdHJ1Y3Rpb24ucnM=) | `81.86% <66.66%> (-4.37%)` | :arrow_down: | | [emu/src/cpu/arm7tdmi.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYXJtN3RkbWkucnM=) | `82.74% <70.00%> (+0.67%)` | :arrow_up: | | [emu/src/cpu/opcode.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvb3Bjb2RlLnJz) | `88.40% <100.00%> (ø)` | | | [emu/src/cpu/single\_data\_transfer.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvc2luZ2xlX2RhdGFfdHJhbnNmZXIucnM=) | `82.45% <100.00%> (+1.32%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://codecov.io/gh/RIP-Comm/clementine/pull/184/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.