Lines Matching full:tbuf
159 char tbuf[256];
168 strcpy(tbuf, "!");
175 strcpy(tbuf, "0000");
177 tbuf[i] += operand & 1;
182 sprintf(tbuf, "$f%d", operand & MIPS_FP_REG_MASK);
186 sprintf(tbuf, "$f%d", operand & MIPS_FP_REG_MASK);
189 sprintf(tbuf, "%04x", operand);
193 sprintf(tbuf, "%d", operand);
196 sprintf(tbuf, "%d", operand+1);
199 sprintf(tbuf, "%d", operand*4);
202 sprintf(tbuf, "%d", operand*2);
205 sprintf(tbuf, "0x%08x (L%p)", reinterpret_cast<uintptr_t>(base_addr) + lir->offset + 4 +
209 sprintf(tbuf, "0x%08x", operand << 2);
217 sprintf(tbuf, "%p", reinterpret_cast<void*>(target));
223 strcpy(tbuf, "see above");
227 strcpy(tbuf, mips_reg_name[operand]);
231 strcpy(tbuf, "; nop");
234 strcpy(tbuf, "DecodeError");
237 buf += tbuf;