Home | History | Annotate | Download | only in opcodes

Lines Matching refs:print_func

204   fprintf_ftype       print_func = info->fprintf_func;
245 print_func (stream, ".short 0x%04x", (unsigned int) inst);
248 print_func (stream, "%s", op->name);
253 print_func (stream, "\t%s, %s, %s", get_field_rd (inst),
257 print_func (stream, "\t%s, %s, %s", get_field_rd (inst),
272 print_func (stream, "\t// ");
278 print_func (stream, "\t%s, %s, %s", get_field_rd (inst),
282 print_func (stream, "\t%s, %s", get_field_rd (inst), get_field_rfsl (inst));
285 print_func (stream, "\t%s, %s", get_field_r1 (inst), get_field_rfsl (inst));
288 print_func (stream, "\t%s, %s", get_field_rd (inst),
292 print_func (stream, "\t%s, %s", get_field_special (inst, op),
296 print_func (stream, "\t%s, %s", get_field_rd (inst), get_field_r1 (inst));
299 print_func (stream, "\t%s, %s", get_field_r1 (inst), get_field_r2 (inst));
302 print_func (stream, "\t%s, %s", get_field_r1 (inst), get_field_imm (inst));
319 print_func (stream, "\t// ");
324 print_func (stream, "\t\t// ");
325 print_func (stream, "%x", immval);
330 print_func (stream, "\t%s, %s", get_field_rd (inst), get_field_imm (inst));
345 print_func (stream, "\t// ");
351 print_func (stream, "\t%s", get_field_imm (inst));
367 print_func (stream, "\t// ");
372 print_func (stream, "\t\t// ");
373 print_func (stream, "%x", immval);
378 print_func (stream, "\t%s, %s", get_field_rd (inst), get_field_r2 (inst));
381 print_func (stream, "\t%s", get_field_r2 (inst));
384 print_func (stream, "\t%s", get_field_r1 (inst));
387 print_func (stream, "\t%s, %s", get_field_r1 (inst), get_field_r2 (inst));
390 print_func (stream, "\t%s, %s", get_field_rd (inst), get_field_imm15 (inst));
394 print_func (stream, "\t%s", get_field_imm5_mbar (inst));
401 print_func (stream, "\t%s", get_field_rd (inst));
404 print_func (stream, "\t%s", get_field_rfsl (inst));
408 print_func (stream, "\tundecoded operands, inst is 0x%04x", (unsigned int) inst);