Home
last modified time | relevance | path

Searched refs:FuncCallNode (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dpipedebug_p.h25 asmjit::FuncCallNode* x; in printGp()
51 asmjit::FuncCallNode* x = cc.call( in printXmmPi()
75 asmjit::FuncCallNode* x = cc.call( in printXmmPs()
102 asmjit::FuncCallNode* x = cc.call( in printXmmPd()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dcompiler.cpp50 bool FuncCallNode::_setArg(uint32_t i, const Operand_& op) noexcept { in _setArg()
58 bool FuncCallNode::_setRet(uint32_t i, const Operand_& op) noexcept { in _setRet()
229 FuncCallNode* BaseCompiler::newCall(uint32_t instId, const Operand_& o0, const FuncSignature& sign)… in newCall()
230 FuncCallNode* node = newNodeT<FuncCallNode>(instId, 0u); in newCall()
262 FuncCallNode* BaseCompiler::addCall(uint32_t instId, const Operand_& o0, const FuncSignature& sign)… in addCall()
263 FuncCallNode* node = newCall(instId, o0, sign); in addCall()
265 return addNode(node)->as<FuncCallNode>(); in addCall()
H A Dcompiler.h34 class FuncCallNode; variable
239 …ASMJIT_API FuncCallNode* newCall(uint32_t instId, const Operand_& o0, const FuncSignature& sign) n…
241 …ASMJIT_API FuncCallNode* addCall(uint32_t instId, const Operand_& o0, const FuncSignature& sign) n…
433 class FuncCallNode : public InstNode {
435 ASMJIT_NONCOPYABLE(FuncCallNode)
448 inline FuncCallNode(BaseBuilder* cb, uint32_t instId, uint32_t options) noexcept in FuncCallNode() function
H A Drabuilders_p.h133 ASMJIT_PROPAGATE(static_cast<This*>(this)->onBeforeCall(node->as<FuncCallNode>())); in run()
174 ASMJIT_PROPAGATE(static_cast<This*>(this)->onCall(inst->as<FuncCallNode>(), ib)); in run()
H A Dlogging.cpp454 const FuncCallNode* node = node_->as<FuncCallNode>(); in formatNode()
H A Drapass_p.h1053 virtual Error onEmitPreCall(FuncCallNode* call) noexcept = 0;
H A Drapass.cpp1306 ASMJIT_PROPAGATE(onEmitPreCall(inst->as<FuncCallNode>())); in runLocalAllocator()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86compiler.h221 …inline FuncCallNode* call(const Gp& dst, const FuncSignature& sign) { return addCall(Inst::kIdCall… in ASMJIT_BEGIN_SUB_NAMESPACE()
223 …inline FuncCallNode* call(const Mem& dst, const FuncSignature& sign) { return addCall(Inst::kIdCal… in ASMJIT_BEGIN_SUB_NAMESPACE()
225 …inline FuncCallNode* call(const Label& label, const FuncSignature& sign) { return addCall(Inst::kI… in ASMJIT_BEGIN_SUB_NAMESPACE()
227 …inline FuncCallNode* call(const Imm& dst, const FuncSignature& sign) { return addCall(Inst::kIdCal… in ASMJIT_BEGIN_SUB_NAMESPACE()
229 …inline FuncCallNode* call(uint64_t dst, const FuncSignature& sign) { return addCall(Inst::kIdCall,… in ASMJIT_BEGIN_SUB_NAMESPACE()
H A Dx86rapass.cpp97 Error onBeforeCall(FuncCallNode* call) noexcept;
98 Error onCall(FuncCallNode* call, RAInstBuilder& ib) noexcept;
100 …Error moveImmToRegArg(FuncCallNode* call, const FuncValue& arg, const Imm& imm_, BaseReg* out) noe…
101 Error moveImmToStackArg(FuncCallNode* call, const FuncValue& arg, const Imm& imm_) noexcept;
102 Error moveRegToStackArg(FuncCallNode* call, const FuncValue& arg, const BaseReg& reg) noexcept;
390 Error X86RACFGBuilder::onBeforeCall(FuncCallNode* call) noexcept { in onBeforeCall()
504 Error X86RACFGBuilder::onCall(FuncCallNode* call, RAInstBuilder& ib) noexcept { in onCall()
577 Error X86RACFGBuilder::moveImmToRegArg(FuncCallNode* call, const FuncValue& arg, const Imm& imm_, B… in moveImmToRegArg()
621 Error X86RACFGBuilder::moveImmToStackArg(FuncCallNode* call, const FuncValue& arg, const Imm& imm_)… in moveImmToStackArg()
683 Error X86RACFGBuilder::moveRegToStackArg(FuncCallNode* call, const FuncValue& arg, const BaseReg& r… in moveRegToStackArg()
[all …]
H A Dx86rapass_p.h92 Error onEmitPreCall(FuncCallNode* node) noexcept override; in ASMJIT_BEGIN_SUB_NAMESPACE()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/
H A Dcore.h2053 typedef InvokeNode FuncCallNode; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/
H A Dcore.h2049 typedef InvokeNode FuncCallNode; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/
H A Dcore.h2049 typedef InvokeNode FuncCallNode; typedef
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/
H A Dcore.h2053 typedef InvokeNode FuncCallNode; typedef
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/
H A Dcore.h2053 typedef InvokeNode FuncCallNode; typedef
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/
H A Dcore.h2053 typedef InvokeNode FuncCallNode; typedef
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/test/
H A Dasmjit_test_x86_cc.cpp2362 FuncCallNode* call; in compile()
2437 FuncCallNode* call = cc.call( in compile()
2486 FuncCallNode* call; in compile()
2663 FuncCallNode* call = cc.call( in compile()
2720 FuncCallNode* call = cc.call( in compile()
2772 FuncCallNode* call = cc.call( in compile()
2838 FuncCallNode* call = cc.call( in compile()
2908 FuncCallNode* call = cc.call( in compile()
2965 FuncCallNode* call = cc.call( in compile()
3058 FuncCallNode* call; in compile()
[all …]
H A Dasmjit_test_unit.cpp266 DUMP_TYPE(FuncCallNode); in dumpSizeOf()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/
H A DREADME.md205 …onality and introduces new nodes like `FuncNode`, `FuncRetNode`, and `FuncCallNode`. Compiler is t…
941 * `FuncCallNode` - Function call.
1326 FuncCallNode* call = cc.call( // Function call: