qzdoom/src/scripting/vm
2018-10-07 06:29:54 +02:00
..
jit.cpp - workaround bug in asmjit's register allocator for calls where the return register is already allocated in a physical register needed by one of the call arguments 2018-10-07 06:29:54 +02:00
jit.h - destroy the jit runtime when all script functions are destroyed 2018-08-18 17:50:47 +02:00
jit_call.cpp - switch ToMemAddress to imm_ptr where allowed 2018-09-18 18:13:53 +02:00
jit_flow.cpp - workaround bug in asmjit's register allocator for calls where the return register is already allocated in a physical register needed by one of the call arguments 2018-10-07 06:29:54 +02:00
jit_load.cpp - workaround bug in asmjit's register allocator for calls where the return register is already allocated in a physical register needed by one of the call arguments 2018-10-07 06:29:54 +02:00
jit_math.cpp - workaround bug in asmjit's register allocator for calls where the return register is already allocated in a physical register needed by one of the call arguments 2018-10-07 06:29:54 +02:00
jit_move.cpp - workaround bug in asmjit's register allocator for calls where the return register is already allocated in a physical register needed by one of the call arguments 2018-10-07 06:29:54 +02:00
jit_store.cpp - create CreateCall helper to get rid of a lot of the cc.call boilerplate 2018-09-17 12:00:25 +02:00
jitintern.h - switch ToMemAddress to imm_ptr where allowed 2018-09-18 18:13:53 +02:00
vm.h - implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++ 2018-08-18 22:41:18 +02:00
vmexec.cpp - embed and use asmjit to JIT ZScript VM functions 2018-08-12 02:11:13 +02:00
vmexec.h - read the parameters and registers directly off the stack 2018-09-16 03:20:56 +02:00
vmframe.cpp - implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++ 2018-08-18 22:41:18 +02:00
vmintern.h - read the parameters and registers directly off the stack 2018-09-16 03:20:56 +02:00
vmops.h - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00