Home
last modified time | relevance | path

Searched refs:footprptr (Results 1 – 3 of 3) sorted by path

/dports/emulators/hercules/hercules-3.13/
H A Dcpu.c581 for(n = sysblk.footprptr[realregs->cpuad] + 1 ;
582 n != sysblk.footprptr[realregs->cpuad];
H A Dhstructs.h458 U32 footprptr[MAX_CPU_ENGINES]; member
H A Dopcode.h284 sysblk.footprregs[(_regs)->cpuad][sysblk.footprptr[(_regs)->cpuad]] = *(_regs); \
285 memcpy(&sysblk.footprregs[(_regs)->cpuad][sysblk.footprptr[(_regs)->cpuad]++].inst,(_ip),6); \
286 sysblk.footprptr[(_regs)->cpuad] &= OPTION_FOOTPRINT_BUFFER - 1; \