Home
last modified time | relevance | path

Searched refs:inst_cpl (Results 1 – 14 of 14) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/st7.src/
H A Dinstcl.h18 virtual int inst_cpl(t_mem code, unsigned char prefix);
H A Dst7.cc659 return( inst_cpl( code, cprefix)); in exec_inst()
H A Dinst.cc393 cl_st7::inst_cpl(t_mem code, unsigned char prefix) in inst_cpl() function in cl_st7
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/
H A Dinstcl.h25 virtual int inst_cpl(t_mem code, unsigned char prefix);
H A Dinst.cc550 cl_stm8::inst_cpl(t_mem code, unsigned char prefix) in inst_cpl() function in cl_stm8
H A Dstm8.cc1251 return( inst_cpl( code, cprefix)); in exec_inst()
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dinstcl.h16 virtual int inst_cpl(t_mem code);
H A Dz80cl.h104 virtual int inst_cpl(t_mem code);
H A Dlr35902.cc546 case 0x2f: return(inst_cpl(code)); in exec_inst()
H A Dr2k.cc617 case 0x2f: return(inst_cpl(code)); in exec_code()
H A Dz80.cc612 case 0x2f: return(inst_cpl(code)); in exec_inst()
H A Dinst.cc704 cl_z80::inst_cpl(t_mem code) in inst_cpl() function in cl_z80
/dports/emulators/tnylpo/tnylpo-1.1.3/
H A Dcpu.c516 inst_cpl(void) { in inst_cpl() function
2454 /*2f*/ { inst_cpl, OP_0 },
/dports/emulators/gbe/gbe/
H A Dcpu.c342 void inst_cpl();
592 { 0x2F, "CPL", 0, inst_cpl },
5163 void inst_cpl() in inst_cpl() function