Lines Matching refs:func

145   fprintf_ftype func = info->fprintf_func;  in nds32_parse_audio_ext()  local
159 func (stream, "#%d", int_value); in nds32_parse_audio_ext()
161 func (stream, "#0x%x", int_value); in nds32_parse_audio_ext()
219 func (stream, "???"); in nds32_parse_audio_ext()
221 func (stream, "$%s", psys_reg->name); in nds32_parse_audio_ext()
232 fprintf_ftype func = info->fprintf_func; in nds32_parse_opcode() local
244 func (stream, UNKNOWN_INSN_MSG); in nds32_parse_opcode()
249 func (stream, " !"); in nds32_parse_opcode()
254 func (stream, "%s", opc->opcode); in nds32_parse_opcode()
260 func (stream, "%s ", opc->opcode); in nds32_parse_opcode()
268 func (stream, "%s.", opc->opcode); in nds32_parse_opcode()
270 func (stream, "%s", opc->opcode); in nds32_parse_opcode()
272 func (stream, "%s ", opc->opcode); in nds32_parse_opcode()
327 func (stream, "$%s", keyword_gpr[int_value].name); in nds32_parse_opcode()
343 func (stream, "#0x%x", int_value); in nds32_parse_opcode()
349 func (stream, "#%d", int_value); in nds32_parse_opcode()
363 func (stream, "#%d ! {$r6", int_value); in nds32_parse_opcode()
365 func (stream, "~$%s", keyword_gpr[push25gpr].name); in nds32_parse_opcode()
366 func (stream, ", $fp, $gp, $lp}"); in nds32_parse_opcode()
371 func (stream, "#%d", int_value); in nds32_parse_opcode()
377 func (stream, "#%d", int_value); in nds32_parse_opcode()
379 func (stream, "#0x%x", int_value); in nds32_parse_opcode()
382 func (stream, "#0x%x", int_value); in nds32_parse_opcode()
403 func (stream, "%d", int_value); in nds32_parse_opcode()
405 func (stream, "???"); in nds32_parse_opcode()
412 func (stream, "$%s", psys_reg->name); in nds32_parse_opcode()
415 func (stream, ".%s", psys_reg->name); in nds32_parse_opcode()
417 func (stream, "%s", psys_reg->name); in nds32_parse_opcode()
448 func (stream, "PC(31,25)|#0x%x", int_value); in nds32_parse_opcode()
455 func (stream, "#0x%x ! {", int_value); in nds32_parse_opcode()
466 func (stream, "$%s", keyword_gpr[lsmwRb].name); in nds32_parse_opcode()
468 func (stream, "~$%s", keyword_gpr[lsmwRe].name); in nds32_parse_opcode()
482 func (stream, "$%s", keyword_gpr[28 + i].name); in nds32_parse_opcode()
485 func (stream, ", $%s", keyword_gpr[28 + i].name); in nds32_parse_opcode()
490 func (stream, "}"); in nds32_parse_opcode()
495 func (stream, "#%d", int_value); in nds32_parse_opcode()
497 func (stream, "#0x%x", int_value); in nds32_parse_opcode()
501 func (stream, "#0x%x", int_value); in nds32_parse_opcode()
512 func (stream, "%c", *pstr_src++); in nds32_parse_opcode()