HomeSort by: relevance | last modified time | path
    Searched defs:bits_needed_s (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 1005 int bit_width, bits_needed_s, bits_needed_u; local
1032 bits_needed_s = loongarch_bits_imm_needed (imm, 1);
1035 if ((esc_ch1 == 's' && bit_width < bits_needed_s)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 991 int bit_width, bits_needed_s, bits_needed_u; local
1018 bits_needed_s = loongarch_bits_imm_needed (imm, 1);
1021 if ((esc_ch1 == 's' && bit_width < bits_needed_s)

Completed in 14 milliseconds