Searched refs:pterm (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genattrtab.c | 2036 simplify_and_tree (rtx exp, rtx *pterm, int insn_code, int insn_index) in simplify_and_tree() argument 2045 left = simplify_and_tree (XEXP (exp, 0), pterm, insn_code, insn_index); in simplify_and_tree() 2046 right = simplify_and_tree (XEXP (exp, 1), pterm, insn_code, insn_index); in simplify_and_tree() 2059 temp = *pterm; in simplify_and_tree() 2063 temp = *pterm; in simplify_and_tree() 2068 *pterm = true_rtx; in simplify_and_tree() 2081 if (exp == *pterm) in simplify_and_tree() 2084 else if (GET_CODE (exp) == NOT && XEXP (exp, 0) == *pterm) in simplify_and_tree() 2087 else if (GET_CODE (*pterm) == NOT && exp == XEXP (*pterm, 0)) in simplify_and_tree() 2090 else if (GET_CODE (exp) == EQ_ATTR_ALT && GET_CODE (*pterm) == EQ_ATTR_ALT) in simplify_and_tree() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genattrtab.c | 2965 simplify_and_tree (exp, pterm, insn_code, insn_index) in simplify_and_tree() argument 2967 rtx *pterm; 2977 left = simplify_and_tree (XEXP (exp, 0), pterm, insn_code, insn_index); 2978 right = simplify_and_tree (XEXP (exp, 1), pterm, insn_code, insn_index); 2991 temp = *pterm; 2995 temp = *pterm; 3000 *pterm = true_rtx; 3013 if (exp == *pterm) 3016 else if (GET_CODE (exp) == NOT && XEXP (exp, 0) == *pterm) 3019 else if (GET_CODE (*pterm) == NOT && exp == XEXP (*pterm, 0)) [all …]
|