Henrik Rydgård
|
96c4a10e8c
|
Add two new core states, rename RUNNING to RUNNING_CPU and similar for stepping.
|
2024-12-01 21:04:21 +01:00 |
|
Henrik Rydgård
|
0080f71ca4
|
Implement FPU rounding mode support in the IR interpreter for x86/x64
|
2024-06-19 18:09:38 +02:00 |
|
Henrik Rydgård
|
3b5c71170c
|
IRInterpreter: Various SIMD optimization. Move out the reverse-bits implementation
|
2024-06-01 20:29:03 +02:00 |
|
Henrik Rydgård
|
fae846e52a
|
Remove the count parameter from IRInterpret. This is a good speed boost!
|
2024-05-10 23:31:24 +02:00 |
|
Unknown W. Brackets
|
e1a1f56f4c
|
irjit: Cleanup breakpoint ops.
|
2023-09-03 12:27:10 -07:00 |
|
Unknown W. Brackets
|
cae0815095
|
jit: Avoid using mips identifier directly.
Apparently this gets defined on mips systems.
|
2021-02-26 07:24:58 -08:00 |
|
Unknown W. Brackets
|
cffb2d61a7
|
irjit: Embed constant inside IRInst.
This simplifies a bunch of code and improves compile performance by about
30%, at the cost of a bit more memory.
|
2018-01-03 23:24:04 -08:00 |
|
Unknown W. Brackets
|
4ac773e8b4
|
jit-ir: Implement bit reverse instruction.
|
2016-05-14 18:21:42 -07:00 |
|
Henrik Rydgard
|
f8659b8e1e
|
Move the IR interpreter out into its own file. Rename it in the UI. First CMake and Android fixes.
|
2016-05-08 22:06:13 +02:00 |
|