Home
last modified time | relevance | path

Searched defs:CompilerFuncRet (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dcompilerfunc.h231 struct CompilerFuncRet : public CompilerItem struct
250 inline CompilerFuncDecl* getFunc() const in getFunc()
254 inline Operand& getFirst() in getFirst()
258 inline const Operand& getFirst() const in getFirst()
262 inline Operand& getSecond() in getSecond()
266 inline const Operand& getSecond() const in getSecond()
281 CompilerFuncDecl* _func;
283 Operand _ret[2];
H A Dcompilerfunc.cpp94 CompilerFuncRet::CompilerFuncRet(Compiler* compiler, CompilerFuncDecl* func, const Operand* first, … in CompilerFuncRet() function in AsmJit::CompilerFuncRet