Home
last modified time | relevance | path

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

/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Ddisasm.cpp39 const int *DisAsmIns(NativeRegistry &nfr, ostringstream &ss, const int *ip, const int *code, in DisAsmIns() function
204 ip = DisAsmIns(nfr, ss, ip, code, typetable, bcf); in DisAsm()
H A Dtonative.cpp81 DisAsmIns(natreg, dss, ip, code, (const type_elem_t *)bcf->typetable()->Data(), bcf); in ToNative()
H A Dvm.cpp755 DisAsmIns(nfr, ss, ip, codestart, typetable, bcf); in EvalProgramInner()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Ddisasm.h37 const int *DisAsmIns(NativeRegistry &natreg, ostringstream &ss, const int *ip, const int *code,