Lines Matching refs:PR
127 #define PR (dis->fprintf_func)
129 #define PC(c) PR (PS, "%c", c)
223 PR (PS, " \033[33mW\033[0m");
230 PR (PS, " \033[35m");
233 { PR (PS, "Z"); comma = ","; }
235 { PR (PS, "%sAC", comma); comma = ","; }
237 { PR (PS, "%sCY", comma); comma = ","; }
238 PR (PS, "\033[0m");
250 PR (PS, "es:");
269 PR (PS, "%s", condition_names[oper->condition]);
281 PR (PS, "%#x", oper->addend);
283 PR (PS, "%d", oper->addend);
287 PR (PS, "%s", register_names[oper->reg]);
291 PR (PS, "%s.%d", register_names[oper->reg], oper->bit_number);
300 PR (PS, "psw");
302 PR (PS, "sp");
304 PR (PS, "sp");
306 PR (PS, "spl");
308 PR (PS, "sph");
310 PR (PS, "cs");
312 PR (PS, "es");
314 PR (PS, "pmc");
316 PR (PS, "mem");
318 PR (PS, "%#x", oper->addend);
331 PR (PS, "%d[%s]", oper->addend, register_names[oper->reg]);
335 PR (PS, "[%s", register_names[oper->reg]);
337 PR (PS, "+%s", register_names[oper->reg2]);
339 PR (PS, "+%d", oper->addend);
345 PR (PS, ".%d", oper->bit_number);
353 PR (PS, "[%s++]", register_names[oper->reg]);
356 PR (PS, "[--%s]", register_names[oper->reg]);
366 PR (PS, "???%d.%d", opcode.lineno, *s - '0');
375 PR (PS, "\t\033[34m(line %d)\033[0m", opcode.lineno);