Lines Matching full:tbuf
309 char tbuf[256];
319 strcpy(tbuf, "!");
327 sprintf(tbuf, ", %s %d", shift_names[operand & 0x3], operand >> 2);
329 strcpy(tbuf, "");
356 strcpy(tbuf, name);
359 strcpy(tbuf, "0000");
361 tbuf[i] += operand & 1;
367 sprintf(tbuf, "%d [%#x]", operand, operand);
371 sprintf(tbuf, "%d [%#x]", operand, operand);
374 sprintf(tbuf, "s%d", operand & ARM_FP_REG_MASK);
377 sprintf(tbuf, "d%d", (operand & ARM_FP_REG_MASK) >> 1);
380 sprintf(tbuf, "%04x", operand);
384 sprintf(tbuf, "%d", operand);
389 sprintf(tbuf, "%s", core_reg_names[operand]);
392 sprintf(tbuf, "%d", operand*4);
395 sprintf(tbuf, "%d", operand*2);
398 strcpy(tbuf, cc_names[operand]);
401 sprintf(tbuf, "0x%08x (L%p)",
413 sprintf(tbuf, "%p", reinterpret_cast<void *>(target));
419 strcpy(tbuf, "see above");
422 DecodeRegList(lir->opcode, operand, tbuf);
425 DecodeFPCSRegList(operand, 16, tbuf);
428 DecodeFPCSRegList(operand, 0, tbuf);
431 strcpy(tbuf, "DecodeError1");
434 buf += tbuf;