Searched refs:avr_regno_mode_code_ok_for_base_p (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-protos.h | 121 extern bool avr_regno_mode_code_ok_for_base_p (int, machine_mode, addr_space_t, RTX_CODE, RTX_CODE);
|
H A D | avr.h | 289 avr_regno_mode_code_ok_for_base_p (num, mode, as, outer_code, index_code)
|
H A D | avr.cc | 2726 && (avr_regno_mode_code_ok_for_base_p (REGNO (reg), QImode, in avr_reg_ok_for_addr_p() 12629 avr_regno_mode_code_ok_for_base_p (int regno, in avr_regno_mode_code_ok_for_base_p() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-protos.h | 121 extern bool avr_regno_mode_code_ok_for_base_p (int, machine_mode, addr_space_t, RTX_CODE, RTX_CODE);
|
H A D | avr.h | 284 avr_regno_mode_code_ok_for_base_p (num, mode, as, outer_code, index_code)
|
H A D | avr.c | 2354 && (avr_regno_mode_code_ok_for_base_p (REGNO (reg), QImode, in avr_reg_ok_for_addr_p() 12204 avr_regno_mode_code_ok_for_base_p (int regno, in avr_regno_mode_code_ok_for_base_p() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2011 | 3250 (avr_regno_mode_code_ok_for_base_p): Ditto. 3964 (avr_regno_mode_code_ok_for_base_p): Ditto. 3966 (avr_regno_mode_code_ok_for_base_p): Ditto. 3968 avr_regno_mode_code_ok_for_base_p. 8525 outer_code and pass it down to avr_regno_mode_code_ok_for_base_p. 8529 (avr_regno_mode_code_ok_for_base_p): Ditto, and depend on outer_code. 9042 (avr_regno_mode_code_ok_for_base_p): New prototype. 9050 (avr_regno_mode_code_ok_for_base_p): New function.
|