Home
last modified time | relevance | path

Searched refs:CompilerFuncCall (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dcompilerfunc.cpp161 CompilerFuncCall::CompilerFuncCall(Compiler* compiler, CompilerFuncDecl* caller, const Operand* tar… in CompilerFuncCall() function in AsmJit::CompilerFuncCall
171 CompilerFuncCall::~CompilerFuncCall() in ~CompilerFuncCall()
H A Dcompilerfunc.h291 struct CompilerFuncCall : public CompilerItem struct
293 ASMJIT_NO_COPY(CompilerFuncCall)
300 ASMJIT_API CompilerFuncCall(Compiler* compiler, CompilerFuncDecl* caller, const Operand* target);
302 ASMJIT_API virtual ~CompilerFuncCall();
H A Dcompiler.h32 struct CompilerFuncCall;
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compilerfunc.h262 struct X86CompilerFuncCall : public CompilerFuncCall
H A Dx86compilerfunc.cpp1274 CompilerFuncCall(x86Compiler, caller, target), in X86CompilerFuncCall()