Searched defs:tbuf (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/mips/
H A DArchUtility.cpp40 char tbuf[256]; local
49 strcpy(tbuf, "!");
56 strcpy(tbuf,"0000");
58 tbuf[i] += operand & 1;
63 sprintf(tbuf,"$f%d",operand & FP_REG_MASK);
67 sprintf(tbuf,"$f%d",operand & FP_REG_MASK);
70 sprintf(tbuf,"%04x", operand);
74 sprintf(tbuf,"%d", operand);
77 sprintf(tbuf,"%d", operand+1);
80 sprintf(tbuf,"
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DArchUtility.cpp82 char tbuf[256]; local
92 strcpy(tbuf, "!");
100 sprintf(tbuf, ", %s %d",shiftNames[operand & 0x3],
103 strcpy(tbuf,"");
130 strcpy(tbuf, name);
133 strcpy(tbuf,"0000");
135 tbuf[i] += operand & 1;
141 sprintf(tbuf,"%d [%#x]", operand, operand);
145 sprintf(tbuf,"%d [%#x]", operand, operand);
148 sprintf(tbuf,"
[all...]

Completed in 1295 milliseconds