Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dcompilerfunc.cpp70 CompilerFuncEnd::CompilerFuncEnd(Compiler* compiler, CompilerFuncDecl* func) : in CompilerFuncEnd() function in AsmJit::CompilerFuncEnd
76 CompilerFuncEnd::~CompilerFuncEnd() in ~CompilerFuncEnd()
84 CompilerItem* CompilerFuncEnd::translate(CompilerContext& cc) in translate()
H A Dcompilerfunc.h78 inline CompilerFuncEnd* getEnd() const in getEnd()
166 CompilerFuncEnd* _end;
191 struct CompilerFuncEnd : public CompilerItem struct
193 ASMJIT_NO_COPY(CompilerFuncEnd)
200 ASMJIT_API CompilerFuncEnd(Compiler* compiler, CompilerFuncDecl* func);
202 ASMJIT_API virtual ~CompilerFuncEnd();
H A Dcompiler.h34 struct CompilerFuncEnd;
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compilerfunc.h178 struct X86CompilerFuncEnd : public CompilerFuncEnd
H A Dx86compilerfunc.cpp809 CompilerFuncEnd(x86Compiler, func) in X86CompilerFuncEnd()