Home
last modified time | relevance | path

Searched refs:NABS_FLAG (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_cpu.h907 #define NABS_FLAG 0000100u /* CVDA negative absolute value flag */ macro
H A Dhp3000_sys.c3675 … if (instruction & NABS_FLAG) { /* if the negative absolute flag is present */ in fprint_instruction()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu.h918 #define NABS_FLAG 0000100u /* CVDA negative absolute value flag */ macro
H A Dhp3000_cpu_eis.c2000 … if (CIR & NABS_FLAG /* if the request is for an unsigned result */ in convert_decimal()
H A Dhp3000_sys.c3727 … if (instruction & NABS_FLAG) { /* if the negative absolute flag is present */ in fprint_instruction()