gzdoom-gles/src/scripting/vm
2019-04-15 14:37:43 +02:00
..
jit.cpp - removed the SetupSimpleFrameMissingArgs logic as the number of args are now guaranteed 2019-04-15 14:37:43 +02:00
jit.h - construct our own runtime as the one provided by asmjit is too primitive 2019-04-15 14:36:58 +02:00
jit_call.cpp - update JIT PARAM handling to match the VM instruction change 2019-04-15 14:37:04 +02:00
jit_flow.cpp - modify exception checks to jump ahead if the exception is to be thrown as it limits static misprediction 2019-04-15 14:37:11 +02:00
jit_load.cpp - fix operand size mismatch error 2019-04-15 14:37:17 +02:00
jit_math.cpp Fix the code for MODF_RK in the JIT compiler. 2019-04-15 14:37:16 +02:00
jit_move.cpp - fix CASTB opcode implementation 2019-04-15 14:36:48 +02:00
jit_store.cpp - fix missing convert from float to double in LSP and LSP_R opcodes 2019-04-15 14:36:46 +02:00
jitintern.h - removed the SetupSimpleFrameMissingArgs logic as the number of args are now guaranteed 2019-04-15 14:37:43 +02:00
vm.h - implemented VMCallWithDefaults and used it for all calls with variable arguments. 2019-04-15 14:37:34 +02:00
vmexec.cpp - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2019-04-15 14:36:43 +02:00
vmexec.h - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2019-04-15 14:36:43 +02:00
vmframe.cpp - add warning text when falling back to the VM 2019-04-15 14:37:41 +02:00
vmintern.h - construct our own runtime as the one provided by asmjit is too primitive 2019-04-15 14:36:58 +02:00
vmops.h - split JitCompiler into multiple files 2019-04-15 14:32:46 +02:00