Home
last modified time | relevance | path

Searched refs:mcore_r15_operand_p (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/
Dmcore-protos.h57 extern bool mcore_r15_operand_p (rtx);
Dmcore.cc2634 mcore_r15_operand_p (rtx x) in mcore_r15_operand_p() function
2659 && !mcore_r15_operand_p (x)) in mcore_secondary_reload_class()
2671 if (reg_class_subset_p (LRW_REGS, rclass) && !mcore_r15_operand_p (x)) in mcore_reload_class()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20038721 * config/mcore/mcore-protos.h (mcore_r15_operand_p): Declare.