Home
last modified time | relevance | path

Searched refs:inst_lcall (Results 1 – 8 of 8) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/s51.src/
H A Duc390cl.h75 virtual int inst_lcall(t_mem/*uchar*/ code, uint addr, bool intr); // 12
H A Duc51cl.h155 virtual int inst_lcall(t_mem code, uint addr, bool intr); /* 12 */
156 virtual int instruction_12(t_mem code) { return inst_lcall(code, 0, false); } in instruction_12()
H A Djmp.cc153 cl_51core::inst_lcall(t_mem code, uint addr, bool intr) in inst_lcall() function in cl_51core
H A Duc390.cc1003 cl_uc390::inst_lcall (t_mem/*uchar*/ code, uint addr, bool intr) in inst_lcall() function in cl_uc390
H A Duc51.cc1825 int res= inst_lcall(0, il->addr, true); in accept_it()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dr2kcl.h140 virtual int inst_lcall(t_mem code);
H A Dinst_r2k.cc236 int cl_r2k::inst_lcall(t_mem code) { in inst_lcall() function in cl_r2k
H A Dr2k.cc689 case 0xcf: return(inst_lcall(code)); in exec_code()