Searched refs:can_invert (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c1781 int can_invert = 0;
1801 can_invert = 1;
1848 can_invert = 1;
1902 || (can_invert && const_ok_for_arm (~val)))
2277 if (code == AND || (can_invert && num_bits_set > 16))
2283 can_invert = 0;
2370 if (can_invert && code != MINUS)
2379 if (can_invert)
2403 can_invert = 0;
1776 int can_invert = 0; local

Completed in 126 milliseconds