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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 1212 int n_words = rs6000_arg_size (mode, type);
1218 if (n_words == 2)
1222 if (gregno + n_words - 1 > GP_ARG_MAX_REG)
1226 if (n_words == 2)
1228 cum->words += n_words;
1234 cum->sysv_gregno = gregno + n_words;
1249 int n_words = rs6000_arg_size (mode, type);
1253 cum->words = align_words + n_words;
1538 int n_words = rs6000_arg_size (mode, type);
1540 if (align_words + n_words > GP_ARG_NUM_RE
1210 int n_words = rs6000_arg_size (mode, type); local
1247 int n_words = rs6000_arg_size (mode, type); local
1536 int n_words = rs6000_arg_size (mode, type); local
1711 int align, align_words, n_words; local
1762 int n_words = rs6000_arg_size (mode, type); local
1844 int n_words = rs6000_arg_size (mode, type); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 342 int n_words = tree_to_uhwi (TYPE_SIZE_UNIT (type)) / UNITS_PER_WORD; local
353 else if (n_words > 1)
355 tree word_type = build_word_mode_vector_type (n_words);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 1220 int n_words = rs6000_arg_size (mode, type);
1226 if (n_words == 2)
1230 if (gregno + n_words - 1 > GP_ARG_MAX_REG)
1234 if (n_words == 2)
1236 cum->words += n_words;
1242 cum->sysv_gregno = gregno + n_words;
1257 int n_words = rs6000_arg_size (mode, type);
1261 cum->words = align_words + n_words;
1546 int n_words = rs6000_arg_size (mode, type);
1548 if (align_words + n_words > GP_ARG_NUM_RE
1218 int n_words = rs6000_arg_size (mode, type); local
1255 int n_words = rs6000_arg_size (mode, type); local
1544 int n_words = rs6000_arg_size (mode, type); local
1719 int align, align_words, n_words; local
1770 int n_words = rs6000_arg_size (mode, type); local
1852 int n_words = rs6000_arg_size (mode, type); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 379 int n_words = tree_to_uhwi (TYPE_SIZE_UNIT (type)) / UNITS_PER_WORD; local
390 else if (n_words > 1)
392 tree word_type = build_word_mode_vector_type (n_words);
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 456 int n_words = 0;
534 n_words = 2; /* Always 2 words. */
543 n_words = SYMBOL_REF_FLAG (addr) ? 1 : 2;
552 if (n_words == 0)
555 n_words += additional;
556 if (n_words > 3)
557 n_words = 3;
559 num_refs[n_words-1] += num;
451 int n_words = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 457 int n_words = 0;
535 n_words = 2; /* Always 2 words. */
544 n_words = SYMBOL_REF_FLAG (addr) ? 1 : 2;
553 if (n_words == 0)
556 n_words += additional;
557 if (n_words > 3)
558 n_words = 3;
560 num_refs[n_words-1] += num;
452 int n_words = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 2972 If N_WORDS >= 0 Add N_WORDS to *PLEN.
2973 If N_WORDS < 0 Set *PLEN to -N_WORDS.
2978 avr_asm_len (const char* tpl, rtx* operands, int* plen, int n_words)
2984 if (n_words < 0)
2985 *plen = -n_words;
2987 *plen += n_words;
4264 int n_words = AVR_TINY ? 1 : 2;
4267 : avr_asm_len ("lds %0,%m1", op, plen, -n_words);
4263 int n_words = AVR_TINY ? 1 : 2; local
4557 int n_words = AVR_TINY ? 2 : 4; local
5401 int n_words = AVR_TINY ? 3 : 6; local
5498 int n_words = AVR_TINY ? 3 : 6; local
5684 int n_words = AVR_TINY ? 1 : 2; local
5945 int n_words = AVR_TINY ? 2 : 4; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 3588 If N_WORDS >= 0 Add N_WORDS to *PLEN.
3589 If N_WORDS < 0 Set *PLEN to -N_WORDS.
3594 avr_asm_len (const char *tpl, rtx *operands, int *plen, int n_words)
3600 if (n_words < 0)
3601 *plen = -n_words;
3603 *plen += n_words;
4910 int n_words = AVR_TINY ? 1 : 2;
4913 : avr_asm_len ("lds %0,%m1", op, plen, -n_words);
4909 int n_words = AVR_TINY ? 1 : 2; local
5202 int n_words = AVR_TINY ? 2 : 4; local
6046 int n_words = AVR_TINY ? 3 : 6; local
6143 int n_words = AVR_TINY ? 3 : 6; local
6329 int n_words = AVR_TINY ? 1 : 2; local
6589 int n_words = AVR_TINY ? 2 : 4; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 16910 int i, j, n_elts, n_words, n_elt_per_word; local
16918 n_words = GET_MODE_SIZE (mode) / GET_MODE_SIZE (tmp_mode);
16919 n_elt_per_word = n_elts / n_words;
16922 for (i = 0; i < n_words; ++i)
16955 if (n_words == 1)
16957 else if (n_words == 2)
16966 else if (n_words == 4)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 15876 int i, j, n_elts, n_words, n_elt_per_word; local
15884 n_words = GET_MODE_SIZE (mode) / GET_MODE_SIZE (tmp_mode);
15885 n_elt_per_word = n_elts / n_words;
15888 for (i = 0; i < n_words; ++i)
15911 if (n_words == 1)
15913 else if (n_words == 2)
15921 else if (n_words == 4)
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c 2586 int n_bytes = 0, n_words = 0; local
2634 n_words = ((word >> 16) & 0xff);
2683 n_words = ((word >> 24) & 0xff);
2690 if (n_words)
2692 || addr + 4 * n_words > extab_vma + extab_data.size ())
2693 n_words = n_bytes = 0;
2696 significant bytes are valid), followed by N_WORDS words in the
2698 if (n_bytes || n_words)
2702 n_bytes + n_words * 4 + 1);
2707 while (n_words--
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.c 2587 int n_bytes = 0, n_words = 0; local
2635 n_words = ((word >> 16) & 0xff);
2684 n_words = ((word >> 24) & 0xff);
2691 if (n_words)
2693 || addr + 4 * n_words > extab_vma + extab_data.size ())
2694 n_words = n_bytes = 0;
2697 significant bytes are valid), followed by N_WORDS words in the
2699 if (n_bytes || n_words)
2703 n_bytes + n_words * 4 + 1);
2708 while (n_words--
    [all...]

Completed in 81 milliseconds