Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dinst.cc841 and_A_bytereg(regs.bc.h); in inst_and()
844 and_A_bytereg(regs.bc.l); in inst_and()
847 and_A_bytereg(regs.de.h); in inst_and()
850 and_A_bytereg(regs.de.l); in inst_and()
853 and_A_bytereg(regs.hl.h); in inst_and()
856 and_A_bytereg(regs.hl.l); in inst_and()
862 and_A_bytereg(utmp); in inst_and()
867 and_A_bytereg(regs.raf.A); in inst_and()
870 and_A_bytereg(fetch()); in inst_and()
H A Dinst_xd.cc360 and_A_bytereg(regs_iX_h); in inst_Xd_misc()
363 and_A_bytereg(regs_iX_l); in inst_Xd_misc()
368 and_A_bytereg(utmp); in inst_Xd_misc()
H A Dez80.cc623 and_A_bytereg(regs.ix.h); in inst_dd_spec()
626 and_A_bytereg(regs.ix.l); in inst_dd_spec()
839 and_A_bytereg(regs.iy.h); in inst_fd_spec()
842 and_A_bytereg(regs.iy.l); in inst_fd_spec()
H A Dz80mac.h261 #define and_A_bytereg(br) { \ macro