Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dr2kcl.h137 virtual int inst_r2k_ex (t_mem code);
H A Dinst_r2k.cc210 int cl_r2k::inst_r2k_ex (t_mem code) { in inst_r2k_ex() function in cl_r2k
H A Dr2k.cc717 case 0xe3: return(inst_r2k_ex(code)); in exec_code()