Home
last modified time | relevance | path

Searched refs:EmitGenericInst (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dtonative.h37 … virtual void EmitGenericInst(int opc, const int *args, int arity, bool is_vararg, int target) = 0;
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dtocpp.cpp142 void EmitGenericInst(int opc, const int *args, int arity, bool is_vararg, int target) override { in EmitGenericInst() function in lobster::CPPGenerator
H A Dtonative.cpp130 ng.EmitGenericInst(opc, args, arity, is_vararg, target); in ToNative()
H A Dtowasm.cpp195 void EmitGenericInst(int opc, const int *args, int arity, bool is_vararg, int target) override { in EmitGenericInst() function in lobster::WASMGenerator