Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compileritem.h140 struct X86CompilerInst : public CompilerInst struct
163 { return (_instFlags & kX86CompilerInstFlagIsSpecial) != 0; } in isSpecial() argument
167 { return (_instFlags & kX86CompilerInstFlagIsFpu) != 0; } in isFpu() argument
171 { return (_instFlags & kX86CompilerInstFlagIsGpbLoUsed) != 0; } in isGpbLoUsed() argument
175 { return (_instFlags & kX86CompilerInstFlagIsGpbHiUsed) != 0; } in isGpbHiUsed() argument
178 inline Mem* getMemOp() in getMemOp()
182 inline void setMemOp(Mem* memOp) in setMemOp()
186 inline VarAllocRecord* getVars() in getVars()
190 inline const VarAllocRecord* getVars() const in getVars()
223 struct X86CompilerJmpInst : public X86CompilerInst argument
H A Dx86compileritem.cpp253 X86CompilerInst::X86CompilerInst(X86Compiler* x86Compiler, uint32_t code, Operand* opData, uint32_t… in X86CompilerInst() function in AsmJit::X86CompilerInst