Home
last modified time | relevance | path

Searched refs:ptrue2_p (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c3925 bool ptrue2_p = (pred2[0] == CONSTM1_RTX (mode) in aarch64_sve_same_pred_for_ptest_p() local
3927 return (ptrue1_p && ptrue2_p) || rtx_equal_p (pred1[0], pred2[0]); in aarch64_sve_same_pred_for_ptest_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc5212 bool ptrue2_p = (pred2[0] == CONSTM1_RTX (mode) in aarch64_sve_same_pred_for_ptest_p() local
5214 return (ptrue1_p && ptrue2_p) || rtx_equal_p (pred1[0], pred2[0]); in aarch64_sve_same_pred_for_ptest_p()