qzdoom/src/scripting/vm
2018-10-14 08:53:18 +02:00
..
jit.cpp - fix wrong shift direction 2018-10-14 08:53:18 +02: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 - remove the frameX registers as they were just constant offsets to vmframe that could be merged into other constant offsets 2018-10-12 07:41:16 +02:00
jit_flow.cpp - clean up assembly output slightly by only generating labels for the opcodes jumped to 2018-10-12 06:14:27 +02:00
jit_load.cpp - fix missing convert from float to double in LSP and LSP_R opcodes 2018-10-11 03:53:11 +02:00
jit_math.cpp - reuse temp virtual registers 2018-10-07 09:02:28 +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 - construct our own runtime as the one provided by asmjit is too primitive 2018-10-14 00:46:54 +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 - 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
vmframe.cpp - construct our own runtime as the one provided by asmjit is too primitive 2018-10-14 00:46:54 +02:00
vmintern.h - construct our own runtime as the one provided by asmjit is too primitive 2018-10-14 00:46:54 +02:00
vmops.h - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00