Home
last modified time | relevance | path

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

/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_defs.h497 #define D16_SIGN_LSB (D16_SIGN | LSB) /* bit 15 and bit 0 */ macro
H A Dhp2100_cpu.c4813 …if ((data & D16_SIGN_LSB) == D16_SIGN_LSB) /* then if both sign and least-significant bits are … in machine_instruction()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_defs.h520 #define D16_SIGN_LSB (D16_SIGN | LSB) /* bit 15 and bit 0 */ macro
H A Dhp2100_cpu.c5144 …if ((data & D16_SIGN_LSB) == D16_SIGN_LSB) /* then if both sign and least-significant bits are … in machine_instruction()