HomeSort by: relevance | last modified time | path
    Searched defs:l_rotate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc 942 bool *cast64_to_32, uint64_t *mask, uint64_t* l_rotate)
1029 *l_rotate = 0;
1072 *l_rotate = count / BITS_PER_MARKER * BITS_PER_UNIT;
1169 bool bswap, uint64_t mask, uint64_t l_rotate)
1402 if (l_rotate)
1404 tree m = build_int_cst (bswap_type, l_rotate);
1517 uint64_t mask, l_rotate; local
1519 &cast64_to_32, &mask, &l_rotate);
1533 l_rotate) != NULL_TREE;
1588 uint64_t mask, l_rotate; local
    [all...]
gimple-ssa-store-merging.cc 942 bool *cast64_to_32, uint64_t *mask, uint64_t* l_rotate)
1029 *l_rotate = 0;
1072 *l_rotate = count / BITS_PER_MARKER * BITS_PER_UNIT;
1169 bool bswap, uint64_t mask, uint64_t l_rotate)
1402 if (l_rotate)
1404 tree m = build_int_cst (bswap_type, l_rotate);
1517 uint64_t mask, l_rotate; local
1519 &cast64_to_32, &mask, &l_rotate);
1533 l_rotate) != NULL_TREE;
1588 uint64_t mask, l_rotate; local
    [all...]

Completed in 44 milliseconds