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

/external/valgrind/perf/
H A Dtinycc.c2584 #define TOK_PDIV 0xb2 /* fast division with undefined rounding for pointers */
6252 case TOK_PDIV:
10756 case TOK_PDIV:
10997 case TOK_PDIV:
11045 op == TOK_PDIV) &&
11054 } else if (c2 && (op == '*' || op == TOK_PDIV || op == TOK_UDIV)) {
11065 else if (op == TOK_PDIV)
11259 gen_op(TOK_PDIV);
2582 #define TOK_PDIV macro

Completed in 83 milliseconds