Home
last modified time | relevance | path

Searched refs:skipbyte (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6805/
H A Dm6805defs.h62 template<bool big> inline void m6805_base_device::skipbyte() { rdop_arg<big>(PC++); } in skipbyte() function
H A Dm6805.h184 template <bool big> void skipbyte(); in DECLARE_DEVICE_TYPE()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6805/
H A Dm6805defs.h62 template<bool big> inline void m6805_base_device::skipbyte() { rdop_arg<big>(PC++); } in skipbyte() function
H A Dm6805.h184 template <bool big> void skipbyte(); in DECLARE_DEVICE_TYPE()
/dports/lang/sdcc/sdcc-4.0.0/src/pdk/
H A Dgen.c4656 int skipbyte; in genCast() local
4659 skipbyte = 1; in genCast()
4663 skipbyte = 0; in genCast()
4668 if (offset == skipbyte) in genCast()
/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dgen.c3800 int skipbyte; in _toBoolean() local
3811 skipbyte = oper->aop->regs[A_IDX]; in _toBoolean()
3815 skipbyte = size - 1; in _toBoolean()
3820 if (skipbyte != size - 1) in _toBoolean()
3827 skipbyte = size - 1; in _toBoolean()
3830 if (size != skipbyte) in _toBoolean()