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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 6572 static GTY(()) tree alpha_dimode_u;
6628 alpha_dimode_u = lang_hooks.types.type_for_mode (DImode, 1);
6634 ftype = build_function_type_list (alpha_dimode_u, NULL_TREE);
6637 ftype = build_function_type_list (alpha_dimode_u, alpha_dimode_u, NULL_TREE);
6640 ftype = build_function_type_list (alpha_dimode_u, alpha_dimode_u,
6641 alpha_dimode_u, NULL_TREE);
6769 return build_int_cst (alpha_dimode_u, val);
6772 return build_int_cst (alpha_dimode_u, 0xff)
6557 static GTY(()) tree alpha_dimode_u; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 6557 static GTY(()) tree alpha_dimode_u;
6613 alpha_dimode_u = lang_hooks.types.type_for_mode (DImode, 1);
6619 ftype = build_function_type_list (alpha_dimode_u, NULL_TREE);
6622 ftype = build_function_type_list (alpha_dimode_u, alpha_dimode_u, NULL_TREE);
6625 ftype = build_function_type_list (alpha_dimode_u, alpha_dimode_u,
6626 alpha_dimode_u, NULL_TREE);
6754 return build_int_cst (alpha_dimode_u, val);
6757 return build_int_cst (alpha_dimode_u, 0xff)
6542 static GTY(()) tree alpha_dimode_u; variable
    [all...]

Completed in 24 milliseconds