ARM64: Stub vertex decoder jit, implementing just enough for the cube.elf cube.
This commit is contained in:
parent
d5faf8b97a
commit
a12e448fb4
7 changed files with 232 additions and 13 deletions
|
@ -1174,7 +1174,6 @@ void VertexDecoderJitCache::Jit_PosS16Through() {
|
|||
_dbg_assert_msg_(JIT, fpScratchReg + 1 == fpScratchReg2, "VertexDecoder fpScratchRegs must be in order.");
|
||||
_dbg_assert_msg_(JIT, fpScratchReg2 + 1 == fpScratchReg3, "VertexDecoder fpScratchRegs must be in order.");
|
||||
|
||||
// TODO: SIMD
|
||||
LDRSH(tempReg1, srcReg, dec_->posoff);
|
||||
LDRSH(tempReg2, srcReg, dec_->posoff + 2);
|
||||
LDRH(tempReg3, srcReg, dec_->posoff + 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue