Home
last modified time | relevance | path

Searched refs:TARGET_DIVIDE_CALL_TABLE (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.h92 #define TARGET_DIVIDE_CALL_TABLE (sh_div_strategy == SH_DIV_CALL_TABLE) macro
H A Dsh.md2283 if (TARGET_DIVIDE_CALL_TABLE)
2411 if (TARGET_DIVIDE_CALL_TABLE)
H A Dsh.c879 else if (TARGET_DIVIDE_CALL_TABLE) in sh_option_override()
/netbsd/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h92 #define TARGET_DIVIDE_CALL_TABLE (sh_div_strategy == SH_DIV_CALL_TABLE) macro
H A Dsh.md2283 if (TARGET_DIVIDE_CALL_TABLE)
2411 if (TARGET_DIVIDE_CALL_TABLE)
H A Dsh.c879 else if (TARGET_DIVIDE_CALL_TABLE) in sh_option_override()
H A Dsh.cc879 else if (TARGET_DIVIDE_CALL_TABLE) in sh_option_override()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200611506 * sh.md (udivsi3): For TARGET_DIVIDE_CALL_TABLE, avoid function call
15694 (TARGET_DIVIDE_CALL_FP, TARGET_DIVIDE_CALL_TABLE): Likewise.
15700 (udivsi3, divsi3): Use them. Check TARGET_DIVIDE_CALL_TABLE /