Searched refs:OPT_BITS2_VALUE_SH_LEFT_LITTLE (Results 1 – 3 of 3) sorted by relevance
338 #define OPT_BITS2_VALUE_SH_LEFT_LITTLE 0 macro
380 #define OPT_BITS2_VALUE_SH_LEFT_LITTLE 0 macro
683 intern->value = ((ext->o_bits2[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE) in ecoff_swap_opt_in()684 | (ext->o_bits3[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE) in ecoff_swap_opt_in()685 | (ext->o_bits4[0] << OPT_BITS2_VALUE_SH_LEFT_LITTLE)); in ecoff_swap_opt_in()720 ext->o_bits2[0] = intern->value >> OPT_BITS2_VALUE_SH_LEFT_LITTLE; in ecoff_swap_opt_out()