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

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 854 sh_div_strategy = SH_DIV_CALL_DIV1;
856 sh_div_strategy = SH_DIV_CALL_FP;
858 sh_div_strategy = SH_DIV_CALL_TABLE;
868 sh_div_strategy = SH_DIV_CALL_TABLE;
871 sh_div_strategy = SH_DIV_INTRINSIC;
875 sh_div_strategy = SH_DIV_CALL_DIV1;
11539 enum sh_divide_strategy_e sh_div_strategy = SH_DIV_STRATEGY_DEFAULT;
11517 enum sh_divide_strategy_e sh_div_strategy = SH_DIV_STRATEGY_DEFAULT; variable in typeref:enum:sh_divide_strategy_e
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 854 sh_div_strategy = SH_DIV_CALL_DIV1;
856 sh_div_strategy = SH_DIV_CALL_FP;
858 sh_div_strategy = SH_DIV_CALL_TABLE;
868 sh_div_strategy = SH_DIV_CALL_TABLE;
871 sh_div_strategy = SH_DIV_INTRINSIC;
875 sh_div_strategy = SH_DIV_CALL_DIV1;
11538 enum sh_divide_strategy_e sh_div_strategy = SH_DIV_STRATEGY_DEFAULT;
11516 enum sh_divide_strategy_e sh_div_strategy = SH_DIV_STRATEGY_DEFAULT; variable in typeref:enum:sh_divide_strategy_e

Completed in 24 milliseconds