Home
last modified time | relevance | path

Searched refs:inst_ljp (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dr2kcl.h139 virtual int inst_ljp(t_mem code);
H A Dinst_r2k.cc226 int cl_r2k::inst_ljp(t_mem code) { in inst_ljp() function in cl_r2k
H A Dr2k.cc678 case 0xc7: return(inst_ljp(code)); in exec_code()