Home
last modified time | relevance | path

Searched refs:DBG_REGDUMPFLT (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_simh.h64 #define DBG_REGDUMPFLT (1U << 8) ///< C(EAQ) floating-point register dump macro
69 DBG_REGDUMPPPR | DBG_REGDUMPDSBR | DBG_REGDUMPFLT)
H A Ddps8_cpu.c977 { "REGDUMPFLT", DBG_REGDUMPFLT, NULL },
H A Ddps8_ins.c2461 sim_debug (DBG_REGDUMPFLT, &cpu_dev, in executeInstruction()
2465 sim_debug (DBG_REGDUMPFLT, &cpu_dev, in executeInstruction()