Home
last modified time | relevance | path

Searched refs:X86CompilerFuncCall (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compilerfunc.h262 struct X86CompilerFuncCall : public CompilerFuncCall struct
264 ASMJIT_NO_COPY(X86CompilerFuncCall)
271 …ASMJIT_API X86CompilerFuncCall(X86Compiler* x86Compiler, X86CompilerFuncDecl* caller, const Operan…
273 ASMJIT_API virtual ~X86CompilerFuncCall();
H A Dx86compilerfunc.cpp1273 X86CompilerFuncCall::X86CompilerFuncCall(X86Compiler* x86Compiler, X86CompilerFuncDecl* caller, con… in X86CompilerFuncCall() function in AsmJit::X86CompilerFuncCall
1283 X86CompilerFuncCall::~X86CompilerFuncCall() in ~X86CompilerFuncCall()
1292 void X86CompilerFuncCall::prepare(CompilerContext& cc) in prepare()
1656 CompilerItem* X86CompilerFuncCall::translate(CompilerContext& cc) in translate()
2253 int X86CompilerFuncCall::getMaxSize() const in getMaxSize()
2259 bool X86CompilerFuncCall::_tryUnuseVar(CompilerVar* _v) in _tryUnuseVar()
2279 uint32_t X86CompilerFuncCall::_findTemporaryGpRegister(CompilerContext& cc) in _findTemporaryGpRegister()
2474 void X86CompilerFuncCall::_moveSpilledVariableToStack(CompilerContext& cc, in _moveSpilledVariableToStack()
2601 void X86CompilerFuncCall::_moveSrcVariableToRegister(CompilerContext& cc, in _moveSrcVariableToRegister()
2869 bool X86CompilerFuncCall::setArgument(uint32_t i, const Var& var) in setArgument()
[all …]
H A Dx86compiler.cpp302 X86CompilerFuncCall* X86Compiler::_emitCall(const Operand* o0) in _emitCall()
312 X86CompilerFuncCall* call = Compiler_newItem<X86CompilerFuncCall>(this, func, o0); in _emitCall()
H A Dx86compiler.h44 struct X86CompilerFuncCall;
107 X86CompilerFuncCall* funcCall;
1162 ASMJIT_API X86CompilerFuncCall* _emitCall(const Operand* o0);
1557 inline X86CompilerFuncCall* call(const GpVar& dst) in call()
1561 inline X86CompilerFuncCall* call(const Mem& dst) in call()
1565 inline X86CompilerFuncCall* call(const Imm& dst) in call()
1570 inline X86CompilerFuncCall* call(void* dst) in call()
1577 inline X86CompilerFuncCall* call(const Label& label) in call()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Darm_jit.cpp67 X86CompilerFuncCall* prn = c.call((uintptr_t)fprintf); \
72 X86CompilerFuncCall* prn_flush = c.call((uintptr_t)fflush); \
290 X86CompilerFuncCall* ctxCPSR = c.call((void*)NDS_Reschedule); \
440 X86CompilerFuncCall* ctx = c.call((void*)armcpu_switchMode); \
1495 X86CompilerFuncCall* ctx = c.call((void*)armcpu_switchMode); \
2056 X86CompilerFuncCall *ctx = c.call((void*)op_swp_tab[b][PROCNUM]); in op_swp_()
2349 X86CompilerFuncCall *ctx = c.call((void*)armcpu_switchMode); in op_ldm_stm2()
2361 X86CompilerFuncCall *ctx = c.call((void*)armcpu_switchMode); in op_ldm_stm2()
2526 X86CompilerFuncCall* ctxM = c.call((uintptr_t)maskPrecalc); \
2969 X86CompilerFuncCall* ctx = c.call((void*)armcpu_switchMode); in op_swi()
[all …]