qzdoom/src/scripting/vm
2018-11-14 10:29:48 -02:00
..
jit.cpp - modify exception checks to jump ahead if the exception is to be thrown as it limits static misprediction 2018-11-10 22:48:20 +01:00
jit.h - construct our own runtime as the one provided by asmjit is too primitive 2018-10-14 00:46:54 +02:00
jit_call.cpp - update JIT PARAM handling to match the VM instruction change 2018-10-14 23:13:30 +02:00
jit_flow.cpp - modify exception checks to jump ahead if the exception is to be thrown as it limits static misprediction 2018-11-10 22:48:20 +01:00
jit_load.cpp - modify exception checks to jump ahead if the exception is to be thrown as it limits static misprediction 2018-11-10 22:48:20 +01:00
jit_math.cpp Added support for CMP_APPROX to EQV_R and moved the code to a template. 2018-11-14 10:29:48 -02:00
jit_move.cpp - fix CASTB opcode implementation 2018-10-11 04:32:49 +02:00
jit_store.cpp - fix missing convert from float to double in LSP and LSP_R opcodes 2018-10-11 03:53:11 +02:00
jitintern.h Added support for CMP_APPROX to EQV_R and moved the code to a template. 2018-11-14 10:29:48 -02:00
vm.h - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2018-10-10 23:47:56 +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 2018-10-10 23:47:56 +02:00
vmexec.h Merge remote-tracking branch 'origin/master' into asmjit 2018-10-14 22:55:57 +02:00
vmframe.cpp - add vm_jit cvar to control JIT compilation 2018-11-01 21:39:30 +01:00
vmintern.h Merge remote-tracking branch 'origin/master' into asmjit 2018-10-14 22:55:57 +02:00
vmops.h - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00