Searched refs:prin (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dmsp430-dis.c670 fprintf_ftype prin = info->fprintf_func; local
684 (*prin) (stream, "interrupt service routine at 0x%04x", 0xffff & insn);
745 (*prin) (stream, ".word 0x%04x; ????", PS (insn));
749 (*prin) (stream, "%s%s", opcode->name, bc);
752 (*prin) (stream, "\t%s", op1);
754 (*prin) (stream, ",");
757 (*prin) (stream, "\t");
759 (*prin) (stream, "\t");
762 (*prin) (stream, "%s", op2);
764 (*prin) (strea
[all...]
H A Davr-dis.c266 fprintf_ftype prin = info->fprintf_func; local
366 (*prin) (stream, "%s", ok ? opcode->name : ".word");
369 (*prin) (stream, "\t%s", op1);
372 (*prin) (stream, ", %s", op2);
375 (*prin) (stream, "\t; %s", comment1);
381 (*prin) (stream, " %s", comment2);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dmsp430-dis.c670 fprintf_ftype prin = info->fprintf_func; local
684 (*prin) (stream, "interrupt service routine at 0x%04x", 0xffff & insn);
745 (*prin) (stream, ".word 0x%04x; ????", PS (insn));
749 (*prin) (stream, "%s%s", opcode->name, bc);
752 (*prin) (stream, "\t%s", op1);
754 (*prin) (stream, ",");
757 (*prin) (stream, "\t");
759 (*prin) (stream, "\t");
762 (*prin) (stream, "%s", op2);
764 (*prin) (strea
[all...]
H A Davr-dis.c280 fprintf_ftype prin = info->fprintf_func; local
381 (*prin) (stream, "%s", ok ? opcode->name : ".word");
384 (*prin) (stream, "\t%s", op1);
387 (*prin) (stream, ", %s", op2);
390 (*prin) (stream, "\t; %s", comment1);
396 (*prin) (stream, " %s", comment2);

Completed in 116 milliseconds