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

  /src/external/gpl3/gcc/dist/gcc/
genattrtab.cc 997 rtx condexp; local
1009 condexp = rtx_alloc (COND);
1010 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1017 XVECEXP (condexp, 0, 2 * i) = attr_eq (alternative_name, p);
1018 XVECEXP (condexp, 0, 2 * i + 1) = XVECEXP (exp, 1, i);
1021 XEXP (condexp, 1) = XVECEXP (exp, 1, i);
1023 return attr_rtx (SET, attr_rtx (ATTR, XSTR (exp, 0)), condexp);
1280 rtx condexp; local
1287 condexp = rtx_alloc (COND);
1288 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2)
4795 rtx condexp; member in struct:insn_reserv
5053 rtx condexp local
    [all...]
genautomata.cc 459 rtx condexp;
1745 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2);
8900 DECL_INSN_RESERV (decl)->condexp);
455 rtx condexp; member in struct:insn_reserv_decl
builtins.cc 674 tree condexp = fold_build2_loc (loc, LE_EXPR, boolean_type_node, offsave, local
679 return fold_build3_loc (loc, COND_EXPR, ssizetype, condexp, lenexp,
  /src/external/gpl3/gcc.old/dist/gcc/
genattrtab.cc 997 rtx condexp; local
1009 condexp = rtx_alloc (COND);
1010 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1017 XVECEXP (condexp, 0, 2 * i) = attr_eq (alternative_name, p);
1018 XVECEXP (condexp, 0, 2 * i + 1) = XVECEXP (exp, 1, i);
1021 XEXP (condexp, 1) = XVECEXP (exp, 1, i);
1023 return attr_rtx (SET, attr_rtx (ATTR, XSTR (exp, 0)), condexp);
1280 rtx condexp; local
1287 condexp = rtx_alloc (COND);
1288 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2)
4795 rtx condexp; member in struct:insn_reserv
5053 rtx condexp local
    [all...]
builtins.cc 671 tree condexp = fold_build2_loc (loc, LE_EXPR, boolean_type_node, offsave, local
676 return fold_build3_loc (loc, COND_EXPR, ssizetype, condexp, lenexp,
genautomata.cc 459 rtx condexp;
1745 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2);
8903 DECL_INSN_RESERV (decl)->condexp);
455 rtx condexp; member in struct:insn_reserv_decl

Completed in 68 milliseconds