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

  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
divmodti4.c 58 qword cmp0 = si_cgti (c, 31); local
59 qword cmp1 = si_and (cmp0, si_shlqbyi (cmp0, 4));
60 qword cmp2 = si_and (cmp1, si_shlqbyi (cmp0, 8));
61 qword s = si_a (c, si_and (cmp0, si_shlqbyi (c, 4)));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc 895 tree cmp0 = gimple_cond_lhs (comp_stmt); local
903 cmp0, cmp1);
927 comp_code = invert_tree_comparison (comp_code, HONOR_NANS (cmp0));
934 cmp0, cmp1);
tree-ssa-reassoc.cc 4233 tree_code cmp0 = ovce_extract_ops (elt0, &stmt0, &invert, &type, &lhs0, local
4235 if (cmp0 == ERROR_MARK)
4251 comb = maybe_fold_and_comparisons (type, cmp0, lhs0, rhs0,
4254 comb = maybe_fold_or_comparisons (type, cmp0, lhs0, rhs0,
  /src/external/bsd/zstd/dist/lib/compress/
zstd_lazy.c 1038 const uint8x16_t cmp0 = vceqq_u8(chunk.val[0], dup); local
1043 const uint8x16_t t0 = vsriq_n_u8(cmp1, cmp0, 1);
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 901 /* Generate the code to do a TEST_CODE comparison on two integer values CMP0
908 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1,
952 mode = GET_MODE (cmp0);
960 if (GET_CODE (cmp0) == REG || GET_CODE (cmp0) == SUBREG)
976 if (GET_CODE (cmp0) == CONST_INT)
977 cmp0 = force_reg (mode, cmp0);
1028 rtx temp = cmp0;
1029 cmp0 = cmp1
1065 rtx cmp0 = operands[1]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc 528 tree cmp0 = gimple_cond_lhs (comp_stmt); local
536 cmp0, cmp1);
583 comp_code = invert_tree_comparison (comp_code, HONOR_NANS (cmp0));
590 cmp0, cmp1);
tree-ssa-reassoc.cc 4278 tree_code cmp0 = ovce_extract_ops (elt0, &stmt0, &invert, &type, &lhs0, local
4280 if (cmp0 == ERROR_MARK)
4296 comb = maybe_fold_and_comparisons (type, cmp0, lhs0, rhs0,
4299 comb = maybe_fold_or_comparisons (type, cmp0, lhs0, rhs0,
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 902 /* Generate the code to do a TEST_CODE comparison on two integer values CMP0
909 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1,
953 mode = GET_MODE (cmp0);
961 if (GET_CODE (cmp0) == REG || GET_CODE (cmp0) == SUBREG)
977 if (GET_CODE (cmp0) == CONST_INT)
978 cmp0 = force_reg (mode, cmp0);
1029 rtx temp = cmp0;
1030 cmp0 = cmp1
1066 rtx cmp0 = operands[1]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 709 rtx cmp0, /* first operand to compare */
749 mode = GET_MODE (cmp0);
793 rtx temp = cmp0;
794 cmp0 = cmp1;
800 VOIDmode, cmp0, cmp1);
809 rtx cmp0, /* first operand to compare */
835 fatal_insn ("bad test", gen_rtx_fmt_ee (test_code, VOIDmode, cmp0, cmp1));
841 rtx temp = cmp0;
842 cmp0 = cmp1;
847 emit_insn (gen_fn (brtmp, cmp0, cmp1))
855 rtx cmp0 = operands[1]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc 692 rtx cmp0, /* first operand to compare */
732 mode = GET_MODE (cmp0);
776 rtx temp = cmp0;
777 cmp0 = cmp1;
781 return gen_rtx_fmt_ee (p_info->test_code, VOIDmode, cmp0, cmp1);
790 rtx cmp0, /* first operand to compare */
816 fatal_insn ("bad test", gen_rtx_fmt_ee (test_code, VOIDmode, cmp0, cmp1));
822 rtx temp = cmp0;
823 cmp0 = cmp1;
828 emit_insn (gen_fn (brtmp, cmp0, cmp1))
836 rtx cmp0 = operands[1]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 8531 rtx cmp0, cmp1;
8540 op0 = cmp0 = XEXP (SET_SRC (pat), 0);
8548 op0 = XEXP (cmp0, 0);
8549 op1 = XEXP (cmp0, 2);
8583 GET_MODE (op), cmp0, cmp1);
8599 if (op0 != cmp0)
8530 rtx cmp0, cmp1; local

Completed in 58 milliseconds