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

/external/valgrind/perf/
H A Dtinycc.c2511 #define VT_JMP 0x00f4 /* value is the consequence of jmp true (even) */
5788 } else if (v == VT_JMP || v == VT_JMPI) {
6123 } else if (v == VT_JMP || v == VT_JMPI) {
10112 avoid leaving VT_JMP anywhere except on the top of the stack
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) {
10699 if (v == VT_JMP || v == VT_JMPI) {
12890 vseti(VT_JMP, gtst(1, 0));
13324 vseti(VT_JMP,
2509 #define VT_JMP macro
[all...]

Completed in 100 milliseconds