Home
last modified time | relevance | path

Searched refs:findArgumentByRegCode (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86func.h164 ASMJIT_API uint32_t findArgumentByRegCode(uint32_t regCode) const;
H A Dx86func.cpp27 uint32_t X86FuncDecl::findArgumentByRegCode(uint32_t regCode) const in findArgumentByRegCode() function in AsmJit::X86FuncDecl
H A Dx86compilerfunc.cpp1915 …uint32_t x = _x86Decl.findArgumentByRegCode(X86Util::getRegCodeFromVarType(vsrc->getType(), vsrc->… in translate()