Unknown W. Brackets
|
c85886c11e
|
irjit: Use enum for rounding modes.
|
2023-09-01 22:29:24 -07:00 |
|
Unknown W. Brackets
|
35fe15d718
|
x86jit: Do not use Vec4Dot for vdot.t.
It was much slower to do so in LittleBigPlanet.
|
2023-08-27 12:39:21 -07:00 |
|
Unknown W. Brackets
|
74e5e43fdc
|
jit: Skip known prefix writes.
If we already know what's in memory and it's default, we can skip
overwriting with default values. This is common, actually.
|
2023-08-22 23:26:31 -07:00 |
|
Unknown W. Brackets
|
82fb41cba0
|
irjit: Implement vtfm 4x4 using dots.
|
2023-08-20 13:50:02 -07:00 |
|
Unknown W. Brackets
|
bd1d93ae6f
|
irjit: Cleanup Write() calls with extra const.
Some instructions, such as Vec4Blend, are encoded requiring the const
field, and this interface was designed when we used a pool.
|
2023-08-19 16:23:42 -07:00 |
|
Henrik Rydgård
|
1b2cffe632
|
Address feedback
|
2023-08-14 11:06:20 +02:00 |
|
Henrik Rydgård
|
ff6e118fff
|
Get rid of a lot of ifdefs around presentation mode. Instead, set things dynamically.
|
2023-08-14 11:02:29 +02:00 |
|
Unknown W. Brackets
|
159b41a0fa
|
irjit: Fuse unaligned svl.q/svr.q together.
They're almost never used outside paired, which we can do on most
platforms easily.
|
2023-08-13 18:10:40 -07:00 |
|
Unknown W. Brackets
|
5729de90d2
|
irjit: Use more partial Vec4s / Vec4Blend.
|
2023-08-13 18:10:40 -07:00 |
|
Unknown W. Brackets
|
2e6dbab5fa
|
irjit: Add flag to prefer Vec4, use for add/sub.
This will improve things when using SIMD.
|
2023-08-13 18:10:40 -07:00 |
|
Unknown W. Brackets
|
e0be6858b8
|
irjit: Implement vcrs.t.
As used in Jeanne d'Arc.
|
2023-08-13 18:10:12 -07:00 |
|
Unknown W. Brackets
|
217a1837ed
|
irjit: Allow typical prefixes in vdiv/vasin/etc.
Some of these behave strangely, but there are some common usages that work
fine.
|
2023-08-13 18:10:07 -07:00 |
|
Unknown W. Brackets
|
23c79f8e7f
|
irjit: Implement vsge/vslt.
These are not ideal especially for SIMD, but they do work.
Improves performance in Silent Hill on RISC-V by like 20%.
|
2023-08-13 10:40:47 -07:00 |
|
Unknown W. Brackets
|
5d20f2aabd
|
irjit: Simplify VecDo3.
|
2023-08-13 10:40:47 -07:00 |
|
Henrik Rydgård
|
2342c4522c
|
Merge pull request #17875 from unknownbrackets/riscv-jit
RISC-V: Implement a few more ops
|
2023-08-09 09:30:15 +02:00 |
|
Unknown W. Brackets
|
28c58c1d24
|
irjit: Allow more forms of vmidt.
Mildly worth it.
|
2023-08-08 23:17:32 -07:00 |
|
Unknown W. Brackets
|
e73c203984
|
irjit: Fix Vec4Shuffle overlap issue.
|
2023-08-08 23:00:39 -07:00 |
|
Henrik Rydgård
|
e9431d0d1e
|
Merge pull request #17859 from unknownbrackets/irjit-vec4
irjit: Use Vec4 a bit more
|
2023-08-06 23:05:33 +02:00 |
|
Unknown W. Brackets
|
3dc71cff75
|
irjit: Keep a couple more ops in Vec4.
|
2023-08-06 13:46:24 -07:00 |
|
Unknown W. Brackets
|
6a1dbd4cde
|
irjit: Allow Vec4 to be used with masks.
|
2023-08-06 13:46:24 -07:00 |
|
Unknown W. Brackets
|
2b964fd3b0
|
irjit: Handle more common Vec4 prefix cases.
|
2023-08-06 13:38:00 -07:00 |
|
Unknown W. Brackets
|
79ca880ac7
|
irjit: Implement vqmul, add Vec4Blend.
Should be useful more places.
|
2023-08-06 13:38:00 -07:00 |
|
Unknown W. Brackets
|
85ee7c85c1
|
irjit: Allow masked vneg.q.
|
2023-08-06 13:38:00 -07:00 |
|
Unknown W. Brackets
|
a29a35b91a
|
irjit: Fix mfvc eating prefixes.
It doesn't and shouldn't, which is why it's marked as not.
|
2023-08-06 08:28:25 -07:00 |
|
Unknown W. Brackets
|
5db6b11ef2
|
irjit: Cleanup self-fmovs.
These were sometimes getting emitted.
|
2023-07-30 14:16:17 -07:00 |
|