gzdoom-gles/src/scripting/vm
2019-04-16 14:58:34 +02:00
..
jit.cpp - move the jit runtime to its own file 2019-04-16 14:58:27 +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 - fixed missing setRet call for REGT_POINTER return types 2019-04-16 14:58:34 +02:00
jit_flow.cpp - delay emitting PARAM and VTBL instructions until CALL/CALL_K 2019-04-15 15:52:16 +02:00
jit_load.cpp - inline VBTL opcode 2019-04-15 16:09:11 +02:00
jit_math.cpp - stop using lambda functions for CreateCall because MSVC lambas use a different calling convention and "converts" them to the right one by generating a thunk function 2019-04-15 14:37:44 +02:00
jit_move.cpp - Fixed compilation. 2019-04-15 21:48:55 +02:00
jit_runtime.cpp - move the jit runtime to its own file 2019-04-16 14:58:27 +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 - annotate which function we are calling for better dumpjit info 2019-04-16 14:58:30 +02:00
vm.h - delete JIT data when shutting down. 2019-04-16 14:58:21 +02:00
vmexec.cpp - moved the type infomation entirely out of VMValue. 2019-04-15 16:02:17 +02:00
vmexec.h - moved the type infomation entirely out of VMValue. 2019-04-15 16:02:17 +02:00
vmframe.cpp - fixed: Since out types cannot be marked as such in a function prototype (as it'd cause parameter mismatches in the resolving pass) it is necessary to check the argflags as well when determining the register type. 2019-04-15 21:56:26 +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 - removed OP_TAIL. 2019-04-15 15:52:10 +02:00