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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 6291 tree fpaddend, cond, fourtyeight;
6293 fourtyeight = build_int_cst (TREE_TYPE (addend), 6*8);
6295 addend, fourtyeight);
6296 cond = fold_build2 (LT_EXPR, boolean_type_node, addend, fourtyeight);
6277 tree fpaddend, cond, fourtyeight; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 6276 tree fpaddend, cond, fourtyeight;
6278 fourtyeight = build_int_cst (TREE_TYPE (addend), 6*8);
6280 addend, fourtyeight);
6281 cond = fold_build2 (LT_EXPR, boolean_type_node, addend, fourtyeight);
6262 tree fpaddend, cond, fourtyeight; local

Completed in 181 milliseconds