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

/external/valgrind/perf/
H A Dtinycc.c2510 #define VT_CMP 0x00f3 /* the value is stored in processor flags (in vc) */
5783 } else if (v == VT_CMP) {
6119 if (v == VT_CMP) {
6191 vtop->r = VT_CMP;
6346 vtop->r = VT_CMP;
10116 if (v == VT_CMP || (v & ~1) == VT_JMP)
10565 /* generate more generic register first. But VT_JMP or VT_CMP
10569 if (v != VT_CMP && (v & ~1) != VT_JMP && rc1 <= rc2) {
12887 else if ((vtop->r & VT_VALMASK) == VT_CMP)
2508 #define VT_CMP macro

Completed in 192 milliseconds