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

/external/valgrind/perf/
H A Dtinycc.c15094 #define OP_CL (1 << OPT_CL)
16136 op->type |= OP_CL;
16415 if ((ops[i].type & OP_REG) && !(op_type[i] & (OP_CL | OP_DX)))
15092 #define OP_CL macro

Completed in 354 milliseconds