OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prin
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
avr-dis.c
291
fprintf_ftype
prin
= info->fprintf_func;
local
396
(*
prin
) (stream, "%s", ok ? opcode->name : ".word");
399
(*
prin
) (stream, "\t%s", op1);
402
(*
prin
) (stream, ", %s", op2);
405
(*
prin
) (stream, "\t; %s", comment1);
411
(*
prin
) (stream, " %s", comment2);
msp430-dis.c
850
fprintf_ftype
prin
= info->fprintf_func;
local
862
prin
(stream, ".word 0xffff; ????");
868
(*
prin
) (stream, "interrupt service routine at 0x%04x", 0xffff & insn);
883
prin
(stream, ".word 0x%04x, 0xffff; ????",
1166
prin
(stream, ".word 0x%04x, 0x%04x; ????", extension_word, PS (insn));
1168
prin
(stream, "\t %s", comm1);
1171
(*
prin
) (stream, ".word 0x%04x; ????", PS (insn));
1179
prin
(stream, "rpt r%d { ", extension_word & 0xf);
1181
prin
(stream, "rpt #%d { ", (extension_word & 0xf) + 1);
1185
(*
prin
) (stream, "%sx%s", opcode->name, bc)
[
all
...]
Completed in 3132 milliseconds