Home
last modified time | relevance | path

Searched refs:BOV_FORMAT (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu_eis.c2101 BOV_FORMAT "%s %d, %06o\n", /* 1 word format */ in convert_binary()
2102 BOV_FORMAT "%s %d, %06o %06o\n", /* 2 word format */ in convert_binary()
2103 BOV_FORMAT "%s %d, %06o %06o %06o\n", /* 3 word format */ in convert_binary()
2104 BOV_FORMAT "%s %d, %06o %06o %06o %06o\n", /* 4 word format */ in convert_binary()
2105 BOV_FORMAT "%s %d, %06o %06o %06o %06o %06o\n", /* 5 word format */ in convert_binary()
2106 BOV_FORMAT "%s %d, %06o %06o %06o %06o %06o %06o\n" /* 6 word format */ in convert_binary()
2482 hp_trace (&cpu_dev, DEB_MOPND, BOV_FORMAT " %s %d,\"%s\"\n", in fprint_decimal_operand()
H A Dhp3000_cpu.c1467 tprintf (cpu_dev, DEB_INSTR, BOV_FORMAT "%s trap%s\n", in sim_instr()
1666 … hp_trace (&cpu_dev, DEB_INSTR, BOV_FORMAT, /* print the address and the instruction opcode */ in sim_instr()
1725 BOV_FORMAT "simulation stop: %s\n", in sim_instr()
2084 tprintf (cpu_dev, DEB_INSTR, BOV_FORMAT "%s interrupt\n", in cpu_run_mode_interrupt()
3301 tprintf (cpu_dev, DEB_INSTR, BOV_FORMAT "%s interrupt\n", in cpu_start_dispatcher()
4698 BOV_FORMAT " ", /* SR = 0 format */ in trace_registers()
4699 BOV_FORMAT " A %06o, ", /* SR = 1 format */ in trace_registers()
4700 BOV_FORMAT " A %06o, B %06o, ", /* SR = 2 format */ in trace_registers()
4701 BOV_FORMAT " A %06o, B %06o, C %06o, ", /* SR = 3 format */ in trace_registers()
4702 BOV_FORMAT " A %06o, B %06o, C %06o, D %06o, " /* SR = 4 format */ in trace_registers()
[all …]
H A Dhp3000_cpu_cis.c1627 … hp_trace (&cpu_dev, DEB_MOPND, BOV_FORMAT " ", /* then print the current subprogram address */ in edit()
2096 hp_trace (&cpu_dev, DEB_MOPND, BOV_FORMAT " source %d,\"%s\"\n", in fprint_translated_operands()
2108 hp_trace (&cpu_dev, DEB_MOPND, BOV_FORMAT " target %d,\"%s\"\n", in fprint_translated_operands()
2147 hp_trace (&cpu_dev, DEB_MOPND, BOV_FORMAT " %s %d,\"%s\"\n", in fprint_operand()
H A Dhp3000_mem.c462 BOV_FORMAT " %s%s\n", bank, offset, *value, in mem_read()
579 BOV_FORMAT " %s write\n", bank, offset, value, in mem_write()
H A Dhp3000_cpu.h111 #define BOV_FORMAT "%02o.%06o %06o " /* bank-offset-value trace format string */ macro
H A Dhp3000_cpu_base.c3272 tprintf (cpu_dev, DEB_INSTR, BOV_FORMAT " external interrupt\n", in move_spec()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_cpu.c1403 BOV_FORMAT " ", /* SR = 0 format */ in sim_instr()
1404 BOV_FORMAT " A %06o, ", /* SR = 1 format */ in sim_instr()
1405 BOV_FORMAT " A %06o, B %06o, ", /* SR = 2 format */ in sim_instr()
1406 BOV_FORMAT " A %06o, B %06o, C %06o, ", /* SR = 3 format */ in sim_instr()
1407 BOV_FORMAT " A %06o, B %06o, C %06o, D %06o, " /* SR = 4 format */ in sim_instr()
1454 tprintf (cpu_dev, DEB_INSTR, BOV_FORMAT "%s trap%s\n", in sim_instr()
1640BOV_FORMAT " PB %06o, PL %06o, DL %06o, DB %06o, Q %06o, Z %06o\n", in sim_instr()
1668 … hp_trace (&cpu_dev, DEB_INSTR, BOV_FORMAT, /* print the address and the instruction opcode */ in sim_instr()
1724 BOV_FORMAT "simulation stop: %s\n", in sim_instr()
2084 tprintf (cpu_dev, DEB_INSTR, BOV_FORMAT "%s interrupt\n", in cpu_run_mode_interrupt()
[all …]
H A Dhp3000_cpu_cis.c1454 … hp_trace (&cpu_dev, DEB_MOPND, BOV_FORMAT " ", /* then print the current subprogram address */ in edit()
1920 hp_trace (&cpu_dev, DEB_MOPND, BOV_FORMAT " source %d,\"%s\"\n", in fprint_translated_operands()
1932 hp_trace (&cpu_dev, DEB_MOPND, BOV_FORMAT " target %d,\"%s\"\n", in fprint_translated_operands()
1971 hp_trace (&cpu_dev, DEB_MOPND, BOV_FORMAT " %s %d,\"%s\"\n", in fprint_operand()
H A Dhp3000_mem.c457 BOV_FORMAT " %s%s\n", bank, offset, *value, in mem_read()
574 BOV_FORMAT " %s write\n", bank, offset, value, in mem_write()
H A Dhp3000_cpu.h101 #define BOV_FORMAT "%02o.%06o %06o " /* bank-offset-value trace format string */ macro
H A Dhp3000_cpu_base.c3269 tprintf (cpu_dev, DEB_INSTR, BOV_FORMAT " external interrupt\n", in move_spec()