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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 475 value are the same as for the parent routine, except that SUPERWORD_OP1
480 expand_superword_shift (optab binoptab, rtx outof_input, rtx superword_op1,
485 if (!force_expand_binop (word_mode, binoptab, outof_input, superword_op1,
588 otherwise it is by >= BITS_PER_WORD. SUBWORD_OP1 and SUPERWORD_OP1
596 rtx subword_op1, rtx superword_op1,
606 if (outof_target != 0 && subword_op1 == superword_op1)
611 if (!expand_superword_shift (binoptab, outof_input, superword_op1,
618 if (!expand_superword_shift (binoptab, outof_input, superword_op1,
683 rtx superword_op1, tmp, cmp1, cmp2;
711 Set SUPERWORD_OP1 to the shift count that should be used to shif
679 rtx superword_op1, tmp, cmp1, cmp2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 475 value are the same as for the parent routine, except that SUPERWORD_OP1
480 expand_superword_shift (optab binoptab, rtx outof_input, rtx superword_op1,
485 if (!force_expand_binop (word_mode, binoptab, outof_input, superword_op1,
593 otherwise it is by >= BITS_PER_WORD. SUBWORD_OP1 and SUPERWORD_OP1
601 rtx subword_op1, rtx superword_op1,
611 if (outof_target != 0 && subword_op1 == superword_op1)
616 if (!expand_superword_shift (binoptab, outof_input, superword_op1,
623 if (!expand_superword_shift (binoptab, outof_input, superword_op1,
688 rtx superword_op1, tmp, cmp1, cmp2;
716 Set SUPERWORD_OP1 to the shift count that should be used to shif
684 rtx superword_op1, tmp, cmp1, cmp2; local
    [all...]

Completed in 18 milliseconds