Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dfunc.h144 struct FuncPrototype struct
151 inline uint32_t getReturnType() const in getReturnType()
155 inline uint32_t getArgumentsCount() const in getArgumentsCount()
159 inline uint32_t getArgument(uint32_t id) const in getArgument()
166 inline const uint32_t* getArguments() const in getArguments()
170 inline void _setPrototype(uint32_t returnType, const uint32_t* arguments, uint32_t argumentsCount) in _setPrototype()
181 uint32_t _returnType;
182 uint32_t _argumentsCount;
183 const uint32_t* _arguments;