Home
last modified time | relevance | path

Searched refs:VT_JMP (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c2509 #define VT_JMP 0x00f4 /* value is the consequence of jmp true (even) */ macro
5786 } else if (v == VT_JMP || v == VT_JMPI) { in load()
6121 } else if (v == VT_JMP || v == VT_JMPI) { in gtst()
10114 if (v == VT_CMP || (v & ~1) == VT_JMP) in vsetc()
10567 if (v != VT_CMP && (v & ~1) != VT_JMP && rc1 <= rc2) { in gv2()
10697 if (v == VT_JMP || v == VT_JMPI) { in vpop()
12888 vseti(VT_JMP, gtst(1, 0)); in unary()
13322 vseti(VT_JMP, t); in expr_lor()