mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-06 11:43:36 +00:00
For example, say the converted signed type is s64, shifting left by 63 bits would be undefined behavior. However, given an ASL is essentially the same behavior as an LSL we can just use an unsigned type instead of converting to a signed type. |
||
|---|---|---|
| .. | ||
| backend_x64 | ||
| common | ||
| frontend | ||
| ir_opt | ||
| CMakeLists.txt | ||