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

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 4819 && (fp_zero_operand (SET_SRC (pat))
8707 fp_zero_operand (rtx op)
11322 && ! ((fp_zero_operand (x) || fp_one_operand (x)) && mode == SFmode))
11345 if (satisfies_constraint_I08 (x) || fp_zero_operand (x))
8694 fp_zero_operand (rtx op) function
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 4819 && (fp_zero_operand (SET_SRC (pat))
8706 fp_zero_operand (rtx op)
11321 && ! ((fp_zero_operand (x) || fp_one_operand (x)) && mode == SFmode))
11344 if (satisfies_constraint_I08 (x) || fp_zero_operand (x))
8693 fp_zero_operand (rtx op) function

Completed in 32 milliseconds