Searched refs:copy_boolean (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genattrtab.cc | 267 static rtx copy_boolean (rtx); 1179 XVECEXP (exp, 0, i) = copy_boolean (XVECEXP (exp, 0, i)); in make_canonical() 1198 copy_boolean (rtx exp) in copy_boolean() function 1201 return attr_rtx (GET_CODE (exp), copy_boolean (XEXP (exp, 0)), in copy_boolean() 1202 copy_boolean (XEXP (exp, 1))); in copy_boolean() 1204 return attr_rtx (NOT, copy_boolean (XEXP (exp, 0))); in copy_boolean()
|
H A D | ChangeLog-2016 | 5910 (copy_boolean): Rehash NOT.
|
H A D | ChangeLog-2003 | 2415 (attr_rtx_1, copy_boolean, expand_delays, gen_unit): Always canonicalize
|
H A D | ChangeLog-2019 | 21730 (copy_boolean): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genattrtab.c | 267 static rtx copy_boolean (rtx); 1179 XVECEXP (exp, 0, i) = copy_boolean (XVECEXP (exp, 0, i)); in make_canonical() 1198 copy_boolean (rtx exp) in copy_boolean() function 1201 return attr_rtx (GET_CODE (exp), copy_boolean (XEXP (exp, 0)), in copy_boolean() 1202 copy_boolean (XEXP (exp, 1))); in copy_boolean() 1204 return attr_rtx (NOT, copy_boolean (XEXP (exp, 0))); in copy_boolean()
|