Searched refs:pru_regno_ok_for_base_p (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru-protos.h52 extern bool pru_regno_ok_for_base_p (int, bool);
58 return pru_regno_ok_for_base_p (regno, strict_p);
H A Dpru.h360 #define REGNO_OK_FOR_BASE_P(REGNO) pru_regno_ok_for_base_p ((REGNO), true)
H A Dpru.c1336 pru_regno_ok_for_base_p (int regno, bool strict_p)
1426 && pru_regno_ok_for_base_p (REGNO (base), strict_p)
1463 return pru_regno_ok_for_base_p (REGNO (operand), strict_p);
1329 pru_regno_ok_for_base_p (int regno, bool strict_p) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru-protos.h52 extern bool pru_regno_ok_for_base_p (int, bool);
58 return pru_regno_ok_for_base_p (regno, strict_p);
H A Dpru.h369 #define REGNO_OK_FOR_BASE_P(REGNO) pru_regno_ok_for_base_p ((REGNO), true)
H A Dpru.cc1305 pru_regno_ok_for_base_p (int regno, bool strict_p)
1395 && pru_regno_ok_for_base_p (REGNO (base), strict_p)
1463 return pru_regno_ok_for_base_p (REGNO (operand), strict_p);
1298 pru_regno_ok_for_base_p (int regno, bool strict_p) function

Completed in 87 milliseconds