Searched refs:tbuf (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc343 char tbuf[256]; local
353 strcpy(tbuf, "!");
365 strcpy(tbuf, "");
367 DecodeRegExtendOrShift(operand, tbuf, arraysize(tbuf));
374 strcpy(tbuf, "");
376 DecodeRegExtendOrShift(operand, tbuf, arraysize(tbuf));
403 strcpy(tbuf, name);
406 snprintf(tbuf, arraysiz
[all...]
/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc358 char tbuf[256]; local
368 strcpy(tbuf, "!");
376 snprintf(tbuf, arraysize(tbuf), ", %s %d", shift_names[operand & 0x3], operand >> 2);
378 strcpy(tbuf, "");
405 strcpy(tbuf, name);
408 strcpy(tbuf, "0000");
410 tbuf[i] += operand & 1;
416 snprintf(tbuf, arraysize(tbuf), "
[all...]
/art/compiler/dex/quick/mips/
H A Dtarget_mips.cc372 char tbuf[256]; local
381 strcpy(tbuf, "!");
388 strcpy(tbuf, "0000");
390 tbuf[i] += operand & 1;
395 snprintf(tbuf, arraysize(tbuf), "$f%d", RegStorage::RegNum(operand));
399 snprintf(tbuf, arraysize(tbuf), "$f%d", RegStorage::RegNum(operand));
402 snprintf(tbuf, arraysize(tbuf), "
[all...]

Completed in 67 milliseconds