mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-06-02 01:41:08 +00:00
- added OP_MOVES, OP_CONCAT, OP_LENS, OP_CMPS
This commit is contained in:
parent
c359601737
commit
0b6c514067
5 changed files with 81 additions and 10 deletions
|
@ -80,6 +80,7 @@ private:
|
|||
asmjit::X86Xmm CheckRegF(int r0, int r1);
|
||||
asmjit::X86Xmm CheckRegF(int r0, int r1, int r2);
|
||||
asmjit::X86Xmm CheckRegF(int r0, int r1, int r2, int r3);
|
||||
asmjit::X86Gp CheckRegS(int r0, int r1);
|
||||
asmjit::X86Gp CheckRegA(int r0, int r1);
|
||||
|
||||
asmjit::X86Compiler cc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue