Home | History | Annotate | Download | only in opcodes

Lines Matching defs:PR

103 #define PR (dis->fprintf_func)
105 #define PC(c) PR (PS, "%c", c)
199 PR (PS, " \033[33mW\033[0m");
206 PR (PS, " \033[35m");
209 { PR (PS, "Z"); comma = ","; }
211 { PR (PS, "%sAC", comma); comma = ","; }
213 { PR (PS, "%sCY", comma); comma = ","; }
214 PR (PS, "\033[0m");
226 PR (PS, "es:");
245 PR (PS, "%s", condition_names[oper->condition]);
257 PR (PS, "%#x", oper->addend);
259 PR (PS, "%d", oper->addend);
263 PR (PS, "%s", register_names[oper->reg]);
267 PR (PS, "%s.%d", register_names[oper->reg], oper->bit_number);
276 PR (PS, "psw");
278 PR (PS, "sp");
280 PR (PS, "sp");
282 PR (PS, "spl");
284 PR (PS, "sph");
286 PR (PS, "cs");
288 PR (PS, "es");
290 PR (PS, "pmc");
292 PR (PS, "mem");
294 PR (PS, "%#x", oper->addend);
307 PR (PS, "%d[%s]", oper->addend, register_names[oper->reg]);
311 PR (PS, "[%s", register_names[oper->reg]);
313 PR (PS, "+%s", register_names[oper->reg2]);
315 PR (PS, "+%d", oper->addend);
321 PR (PS, ".%d", oper->bit_number);
329 PR (PS, "[%s++]", register_names[oper->reg]);
332 PR (PS, "[--%s]", register_names[oper->reg]);
342 PR (PS, "???%d.%d", opcode.lineno, *s - '0');
351 PR (PS, "\t\033[34m(line %d)\033[0m", opcode.lineno);