Searched refs:copy_boolean (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | genattrtab.c | 251 static rtx copy_boolean (rtx); 1223 XVECEXP (exp, 0, i) = copy_boolean (XVECEXP (exp, 0, i)); in make_canonical() 1242 copy_boolean (rtx exp) in copy_boolean() function 1245 return attr_rtx (GET_CODE (exp), copy_boolean (XEXP (exp, 0)), in copy_boolean() 1246 copy_boolean (XEXP (exp, 1))); in copy_boolean()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | genattrtab.c | 386 static rtx copy_boolean PARAMS ((rtx)); 1493 XVECEXP (exp, 0, i) = copy_boolean (XVECEXP (exp, 0, i)); 1512 copy_boolean (exp) in copy_boolean() function 1516 return attr_rtx (GET_CODE (exp), copy_boolean (XEXP (exp, 0)), 1517 copy_boolean (XEXP (exp, 1)));
|