Home
last modified time | relevance | path

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

/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu.c1488 if (STT_SEGMENT (parameter) <= ISR_SEGMENT) /* if the trap occurred in segment 1 */ in sim_instr()
1494 if (STT_SEGMENT (parameter) <= ISR_SEGMENT) /* if the trap occurred in segment 1 */ in sim_instr()
1536 … else if (STT_SEGMENT (STA) <= ISR_SEGMENT) /* otherwise if the trap occurred in segment 1 */ in sim_instr()
1542 if (STT_SEGMENT (STA) <= ISR_SEGMENT) /* if the trap occurred in segment 1 */ in sim_instr()
2983 segment_number = STT_SEGMENT (label); /* isolate the segment number from the … in cpu_setup_code_segment()
H A Dhp3000_cpu.h1024 #define STT_SEGMENT(l) (((l) & LABEL_SEGMENT_MASK) >> LABEL_SEGMENT_SHIFT) macro
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_cpu.c1475 if (STT_SEGMENT (parameter) <= ISR_SEGMENT) /* if the trap occurred in segment 1 */ in sim_instr()
1481 if (STT_SEGMENT (parameter) <= ISR_SEGMENT) /* if the trap occurred in segment 1 */ in sim_instr()
1523 … else if (STT_SEGMENT (STA) <= ISR_SEGMENT) /* otherwise if the trap occurred in segment 1 */ in sim_instr()
1529 if (STT_SEGMENT (STA) <= ISR_SEGMENT) /* if the trap occurred in segment 1 */ in sim_instr()
2983 segment_number = STT_SEGMENT (label); /* isolate the segment number from the … in cpu_setup_code_segment()
H A Dhp3000_cpu.h1010 #define STT_SEGMENT(l) (((l) & LABEL_SEGMENT_MASK) >> LABEL_SEGMENT_SHIFT) macro