Home
last modified time | relevance | path

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

/dports/emulators/jzintv/jzintv-20200712-src/src/locutus/
H A Dbin_to_loc.cpp297 if ( span->flags & BC_SPAN_N ) perm.set( LOCUTUS_PERM_NARROW ); in process()
314 if ( span->flags & BC_SPAN_N ) perm.set( LOCUTUS_PERM_NARROW ); in process()
H A Drom_to_loc.cpp143 perm[ LOCUTUS_PERM_NARROW ] = is_narrow; in process_romimg()
H A Dloc_to_bin.cpp356 if ( perm[ LOCUTUS_PERM_NARROW ] ) in scan_and_classify_locutus()
468 perm[LOCUTUS_PERM_NARROW] ? 8 : 16; in scan_and_classify_locutus()
H A Dlocutus_types.hpp19 static const int LOCUTUS_PERM_NARROW = 2; // allow writes to 8 LSBs only variable