qzdoom/src/scripting/vm
2018-10-12 07:05:42 +02:00
..
jit.cpp - give the remaining virtual registers names 2018-10-12 07:05:42 +02:00
jit.h - add -dumpjit command line parameter that dumps the JIT log for all functions to dumpjit.txt 2018-10-10 06:17:35 +02:00
jit_call.cpp - skip RESULT opcodes when outputting assembly 2018-10-12 06:25:51 +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 - give temp registers names and reuse the FString object for formatting names 2018-10-12 06:59:03 +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 - fix debug build compile error 2018-10-11 03:14:42 +02:00
vmintern.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
vmops.h - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00