Home
last modified time | relevance | path

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

/dports/emulators/tme/tme-0.8/machine/sun3/
H A Dsun3-control.c328 write_csr = TME_RANGES_OVERLAP(cycle_init->tme_bus_cycle_address, in _tme_sun3_memerr_cycle_handler()
338 unlatch = TME_RANGES_OVERLAP(cycle_init->tme_bus_cycle_address, in _tme_sun3_memerr_cycle_handler()
/dports/emulators/tme/tme-0.8/machine/sun2/
H A Dsun2-control.c68 : TME_RANGES_OVERLAP(reg, \ in _tme_sun2_control_cycle_handler()
/dports/emulators/tme/tme-0.8/tme/
H A Dcommon.h318 TME_RANGES_OVERLAP(TME_X_VERSION_CURRENT(vneed) - TME_X_VERSION_AGE(vneed), \
334 #define TME_RANGES_OVERLAP(low0, high0, low1, high1) \ macro
/dports/emulators/tme/tme-0.8/machine/sun/
H A Dsun-si.c510 #define _TME_SUN_SI_REG_IS(reg, type) TME_RANGES_OVERLAP(address, address + cycle_size - 1, (reg), … in _tme_sun_si_bus_cycle_regs()
/dports/emulators/tme/tme-0.8/ic/
H A Dncr5380.c1283 #define _TME_NCR5380_REG_IS(reg) TME_RANGES_OVERLAP(address, address + cycle_size - 1, TME_NCR5380_… in _tme_ncr5380_bus_cycle()
/dports/emulators/tme/tme-0.8/
H A DChangeLog4421 the definition of TME_RANGES_OVERLAP.