Home | History | Annotate | Download | only in libiberty

Lines Matching defs:IS_ACTIVE

1652 	  DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg]));	\
1816 unsigned is_active : 1;
1824 # define IS_ACTIVE(R) ((R).bits.is_active)
5657 /* The is_active field of reg_info helps us keep track of which (possibly
5810 IS_ACTIVE (reg_info[mcnt]) = 0;
6620 IS_ACTIVE (reg_info[*p]) = 1;
6663 IS_ACTIVE (reg_info[*p]) = 0;
6681 while (r > 0 && !IS_ACTIVE (reg_info[r]))