Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compilercontext.h120 ASMJIT_API void allocMmVar(X86CompilerVar* cv, uint32_t regMask, uint32_t vflags);
H A Dx86compilercontext.cpp113 allocMmVar(var, regMask, vflags); in allocVar()
478 void X86CompilerContext::allocMmVar(X86CompilerVar* var, uint32_t regMask, uint32_t vflags) in allocMmVar() function in AsmJit::X86CompilerContext
H A Dx86compilerfunc.cpp2186 x86Context.allocMmVar(vdata, IntUtil::maskFromIndex(kX86RegIndexMm0), in translate()