Home
last modified time | relevance | path

Searched refs:INSN_CHAIN_CODE_P (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprint-rtl.cc601 if (m_compact && INSN_CHAIN_CODE_P (GET_CODE (in_rtx)) && idx < 2) in print_rtx_operand_code_u()
918 if (INSN_CHAIN_CODE_P (GET_CODE (in_rtx))) in print_rtx()
Dread-rtl.cc1713 if (INSN_CHAIN_CODE_P (code)) in read_rtx_code()
Drtl.h120 #define INSN_CHAIN_CODE_P(CODE) IN_RANGE (CODE, DEBUG_INSN, NOTE) macro
1324 if (!INSN_CHAIN_CODE_P (GET_CODE (_rtx))) \
DChangeLog-201438962 (INSN_CHAIN_CODE_P): Define.