Unknown W. Brackets
|
9bac755491
|
x86jit: Avoid pointerify if clobbered.
For x86, it's not worth it for one.
|
2023-09-01 22:34:22 -07:00 |
|
Unknown W. Brackets
|
f10444eb42
|
x86jit: Special case broadcast shuffles.
|
2023-08-27 23:24:30 -07:00 |
|
Unknown W. Brackets
|
61a99b4bac
|
x86jit: Implement trig/reciprocals.
|
2023-08-27 23:24:30 -07:00 |
|
Unknown W. Brackets
|
363f2b68e1
|
x86jit: Implement shifts.
|
2023-08-25 00:01:03 -07:00 |
|
Unknown W. Brackets
|
07fa1ed573
|
x86jit: Automatically flush incompatible regs.
|
2023-08-21 21:16:54 -07:00 |
|
Unknown W. Brackets
|
db34b85107
|
irjit: Allow flag-based allocation order.
Sometimes backends have needs, like XMM0/v0-only, or similar.
|
2023-08-21 20:46:05 -07:00 |
|
Henrik Rydgård
|
629d46ef5b
|
Merge pull request #17938 from unknownbrackets/riscv-centralize
Centralize IR regcache from RISC-V
|
2023-08-20 23:47:02 +02:00 |
|
Unknown W. Brackets
|
36b6aa4728
|
riscv: Allow GPR "SIMD" without FPR SIMD.
|
2023-08-20 12:42:11 -07:00 |
|
Unknown W. Brackets
|
6a75e6712e
|
riscv: Use automapping for special cases too.
|
2023-08-20 12:42:11 -07:00 |
|
Unknown W. Brackets
|
a190793ad2
|
riscv: Simplify mapping for more instructions.
|
2023-08-20 12:42:11 -07:00 |
|
Unknown W. Brackets
|
e40ae60029
|
riscv: Mark normalized32 after mapping.
It's less confusing to separate it.
|
2023-08-20 12:42:11 -07:00 |
|
Unknown W. Brackets
|
f9bf7de701
|
riscv: Use a single reg cache.
|
2023-08-20 12:42:11 -07:00 |
|
Unknown W. Brackets
|
a23ade8f75
|
riscv: Map IR regs based on metadata.
Only doing this in places without GPR/FPR mix or FPR/Vec overlap for now.
|
2023-08-20 12:42:11 -07:00 |
|
Unknown W. Brackets
|
32d8f6196f
|
irjit: Cut time flushing imm regs.
|
2023-08-20 08:59:47 -07:00 |
|
Unknown W. Brackets
|
161465ab66
|
riscv: Centralize register FlushAll().
|
2023-08-19 21:30:03 -07:00 |
|
Unknown W. Brackets
|
f3d4bd8c11
|
riscv: Centralize reg-as-pointer.
|
2023-08-19 21:24:36 -07:00 |
|
Unknown W. Brackets
|
92f7374c89
|
riscv: Centralize reg mapping itself.
|
2023-08-19 16:15:49 -07:00 |
|
Unknown W. Brackets
|
718a1b3944
|
riscv: Centralize MarkDirty flagging.
|
2023-08-19 16:15:49 -07:00 |
|
Unknown W. Brackets
|
4e41f83ecc
|
riscv: Centralize IR reg cache metadata checks.
These are all largely the same between backends.
|
2023-08-17 23:03:31 -07:00 |
|
Unknown W. Brackets
|
ebab0e1591
|
riscv: Centralize reg allocation.
|
2023-08-17 18:50:33 -07:00 |
|
Unknown W. Brackets
|
b30daa5760
|
riscv: Centralize state of regcaches.
|
2023-08-15 21:51:38 -07:00 |
|
Unknown W. Brackets
|
5f9a8fd1a1
|
irjit: Rename IRRegCache to IRImmRegCache.
For clarity, since it's not a native regcache.
|
2023-08-08 23:05:14 -07:00 |
|
Unknown W. Brackets
|
b2d3c750f1
|
irjit: Define a specific IRReg type.
|
2023-07-23 18:01:00 -07:00 |
|
Henrik Rydgard
|
d4480d50fd
|
jit-ir: Less instructions cause flushing in constant propagation.
|
2016-05-08 23:25:08 +02:00 |
|
Henrik Rydgard
|
14df39d7c9
|
Fix IRTEMP clash bug. Add more cases to the constant propagation pass.
|
2016-05-08 10:36:37 +02:00 |
|