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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 396 simplify_expand_binop (machine_mode mode, optab binoptab,
411 /* Like simplify_expand_binop, but always put the result in TARGET.
419 rtx x = simplify_expand_binop (mode, binoptab, op0, op1,
530 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1,
546 tmp = simplify_expand_binop (op1_mode, xor_optab, op1, tmp,
553 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1,
718 cmp1 = simplify_expand_binop (op1_mode, and_optab, op1, tmp,
727 cmp1 = simplify_expand_binop (op1_mode, sub_optab, op1, tmp,
392 simplify_expand_binop (machine_mode mode, optab binoptab, function
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 396 simplify_expand_binop (machine_mode mode, optab binoptab,
411 /* Like simplify_expand_binop, but always put the result in TARGET.
419 rtx x = simplify_expand_binop (mode, binoptab, op0, op1,
530 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1,
540 carries = simplify_expand_binop (word_mode, reverse_unsigned_shift,
551 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1,
558 carries = simplify_expand_binop (word_mode, reverse_unsigned_shift,
568 tmp = simplify_expand_binop (word_mode, unsigned_shift, into_input,
723 cmp1 = simplify_expand_binop (op1_mode, and_optab, op1, tmp,
732 cmp1 = simplify_expand_binop (op1_mode, sub_optab, op1, tmp
392 simplify_expand_binop (machine_mode mode, optab binoptab, function
    [all...]

Completed in 25 milliseconds