Searched refs:current_it_mask (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c707 static bfd_boolean current_it_mask = 0;
8470 narrow = (current_it_mask == 0);
8472 narrow = (current_it_mask != 0);
8705 narrow = current_it_mask == 0;
8707 narrow = current_it_mask != 0;
8788 narrow = current_it_mask == 0;
8790 narrow = current_it_mask != 0;
8923 constraint (current_it_mask && current_it_mask != 0x10, BAD_BRANCH);
8947 if (current_it_mask)
706 static bfd_boolean current_it_mask = 0; variable
[all...]

Completed in 109 milliseconds