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

  /src/external/gpl3/gcc/dist/gcc/
alias.cc 2769 rtx basex, basey;
2876 basey = MEM_P (rtly) ? XEXP (rtly, 0) : rtly;
2877 basey = strip_offset_and_add (basey, &offsety);
2884 return ((CONSTANT_P (basex) && CONSTANT_P (basey))
2885 || (CONSTANT_P (basex) && REG_P (basey)
2886 && REGNO_PTR_FRAME_P (REGNO (basey)))
2887 || (CONSTANT_P (basey) && REG_P (basex)
2767 rtx basex, basey; local
  /src/external/gpl3/gcc.old/dist/gcc/
alias.cc 2839 rtx basex, basey;
2946 basey = MEM_P (rtly) ? XEXP (rtly, 0) : rtly;
2947 basey = strip_offset_and_add (basey, &offsety);
2954 return ((CONSTANT_P (basex) && CONSTANT_P (basey))
2955 || (CONSTANT_P (basex) && REG_P (basey)
2956 && REGNO_PTR_FRAME_P (REGNO (basey)))
2957 || (CONSTANT_P (basey) && REG_P (basex)
2837 rtx basex, basey; local

Completed in 19 milliseconds