Unknown W. Brackets
|
2655a4cba6
|
Include some now-missing things for Linux.
|
2013-12-30 21:15:00 -08:00 |
|
Henrik Rydgård
|
e5e17fbc6e
|
More include cleanup. Hoping for very slightly faster compile times..
|
2013-12-30 10:49:05 +01:00 |
|
Unknown W. Brackets
|
e6b2d00a2f
|
Avoid reseved identifiers like _SP, etc.
R_SP is not that bad.
|
2013-12-29 14:25:34 -08:00 |
|
Henrik Rydgard
|
8956fb2932
|
Minor optimization in ADDI2R
|
2013-11-30 15:52:59 +01:00 |
|
Unknown W. Brackets
|
dffa35ef2f
|
When ins is used with a zero argument, don't OR.
Seems it's used effectively to mask out bits with rs=zero. Makes sense...
|
2013-11-29 09:17:12 -08:00 |
|
Henrik Rydgard
|
aaab7e32d2
|
ARM emitter: Fix VDUP
|
2013-11-24 19:30:25 +01:00 |
|
Henrik Rydgard
|
030e6460cc
|
ARM: NEON-optimize software skinning
|
2013-11-24 18:03:42 +01:00 |
|
Henrik Rydgard
|
dfea160491
|
ARM: Use PLD (cache preload) in vertex decoder loop.
|
2013-11-24 15:08:47 +01:00 |
|
Henrik Rydgard
|
f650b23c90
|
ARM: Add NEON widening and narrowing moves, and float/int convert.
Experiment a little in the vertex decoder.
|
2013-11-24 13:30:28 +01:00 |
|
Henrik Rydgard
|
16509ba3e9
|
ARMEmitter: Make the helper functions private.
|
2013-11-23 13:43:22 +01:00 |
|
Henrik Rydgard
|
cda4e9cbf3
|
ARM emitter: Complete VLD1/VST1 for lanes and to-all-lanes.
|
2013-11-23 13:36:26 +01:00 |
|
Henrik Rydgard
|
e0eb152fb9
|
VLD1/VST1: Change argument ordering again.
|
2013-11-23 11:05:19 +01:00 |
|
Henrik Rydgard
|
b64f44c3fc
|
ARM emitter: Implement VMLA and VMUL by scalar, VLD1/VST1 multiple
|
2013-11-23 01:51:35 +01:00 |
|
Unknown W. Brackets
|
c50ab6d6aa
|
armjit: Fix divu when divisor is a constant 1.
Fixes #4539 and #4520.
|
2013-11-19 13:24:15 -08:00 |
|
Unknown W. Brackets
|
f165a15eff
|
Fix a -unsigned warning.
Looks ugly, but (u32)-(s32)val is what we really want here.
Also make a __FUNCTION__ redeclaration warning go away.
|
2013-11-15 08:18:34 -08:00 |
|
Sacha
|
e3bdb3e09b
|
Disable LitPool as it is causing crashes with Vertex Decoder JIT. Performance seems to be almost unaffected since the IMM changes.
|
2013-11-15 14:12:00 +10:00 |
|
Sacha
|
20e8a81268
|
Switch to compile-time ARMV7 define.
|
2013-11-15 11:20:39 +10:00 |
|
Henrik Rydgård
|
ddf5b695ac
|
Update ArmEmitter with Sonic1's new NEON emitters. Thanks!
|
2013-11-13 11:34:47 +01:00 |
|
Unknown W. Brackets
|
1a98691c57
|
armjit: Fix ANDI2R() clearing low bits incorrectly.
|
2013-11-11 19:07:16 -08:00 |
|
Unknown W. Brackets
|
ee492099b5
|
Avoid a literal in ORI2R where possible.
|
2013-11-10 14:38:08 -08:00 |
|
Unknown W. Brackets
|
83fe874dcc
|
armjit: Use multiple BICs in ANDI2R if possible.
Rather than a temporary.
|
2013-11-09 08:42:31 -08:00 |
|
Unknown W. Brackets
|
6038d96b46
|
armjit: Flush regs using STMIA where possible.
|
2013-11-09 08:25:07 -08:00 |
|
Henrik Rydgard
|
1bf83efe9e
|
ARM optimization in ADDI2R: Dual adds instead of MOVI2R, ADD when possible
|
2013-11-08 12:43:47 +01:00 |
|
Unknown W. Brackets
|
f6662054bd
|
Fix arm emitter bug in LDRH and friends.
|
2013-11-05 00:32:08 -08:00 |
|
Unknown W. Brackets
|
7a8671f8a2
|
Add a TSTI2R helper for readability mainly.
|
2013-11-03 21:58:26 -08:00 |
|