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

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 1001 ia64_reg_ok_for_base_p (const_rtx reg, bool strict)
1017 if ((REG_P (reg) && ia64_reg_ok_for_base_p (reg, strict))
1019 && ia64_reg_ok_for_base_p (XEXP (reg, 0), strict)))
997 ia64_reg_ok_for_base_p (const_rtx reg, bool strict) function
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 991 ia64_reg_ok_for_base_p (const_rtx reg, bool strict)
1007 if ((REG_P (reg) && ia64_reg_ok_for_base_p (reg, strict))
1009 && ia64_reg_ok_for_base_p (XEXP (reg, 0), strict)))
987 ia64_reg_ok_for_base_p (const_rtx reg, bool strict) function

Completed in 36 milliseconds