Searched refs:nds32_valid_multiple_load_store_p (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
H A D | predicates.md | 219 return nds32_valid_multiple_load_store_p (op, true, false); 228 return nds32_valid_multiple_load_store_p (op, true, true); 236 return nds32_valid_multiple_load_store_p (op, false, false); 245 return nds32_valid_multiple_load_store_p (op, false, true);
|
H A D | nds32-protos.h | 95 extern bool nds32_valid_multiple_load_store_p (rtx, bool, bool);
|
H A D | nds32-predicates.c | 105 nds32_valid_multiple_load_store_p (rtx op, bool load_p, bool bim_p) in nds32_valid_multiple_load_store_p() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
H A D | predicates.md | 219 return nds32_valid_multiple_load_store_p (op, true, false); 228 return nds32_valid_multiple_load_store_p (op, true, true); 236 return nds32_valid_multiple_load_store_p (op, false, false); 245 return nds32_valid_multiple_load_store_p (op, false, true);
|
H A D | nds32-protos.h | 95 extern bool nds32_valid_multiple_load_store_p (rtx, bool, bool);
|
H A D | nds32-predicates.cc | 105 nds32_valid_multiple_load_store_p (rtx op, bool load_p, bool bim_p) in nds32_valid_multiple_load_store_p() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2018 | 28264 (nds32_valid_multiple_load_store_p): ... to this. 28273 (nds32_valid_multiple_load_store_p): ... to this and refine
|