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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 6921 rtx target_oval, target_bool = NULL_RTX;
6941 || (target_oval = *ptarget_oval) == NULL
6942 || reg_overlap_mentioned_p (expected, target_oval))
6943 target_oval = gen_reg_rtx (mode);
6961 create_output_operand (&ops[1], target_oval, mode);
6972 target_oval = ops[1].value;
6984 create_output_operand (&ops[0], target_oval, mode);
6991 target_oval = ops[0].value;
7019 emit_move_insn (target_oval, target);
7032 target_bool = emit_store_flag_force (target_bool, EQ, target_oval,
6897 rtx target_oval, target_bool = NULL_RTX; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 7175 rtx target_oval, target_bool = NULL_RTX;
7195 || (target_oval = *ptarget_oval) == NULL
7196 || reg_overlap_mentioned_p (expected, target_oval))
7197 target_oval = gen_reg_rtx (mode);
7215 create_output_operand (&ops[1], target_oval, mode);
7226 target_oval = ops[1].value;
7238 create_output_operand (&ops[0], target_oval, mode);
7245 target_oval = ops[0].value;
7273 emit_move_insn (target_oval, target);
7286 target_bool = emit_store_flag_force (target_bool, EQ, target_oval,
7152 rtx target_oval, target_bool = NULL_RTX; local
    [all...]

Completed in 49 milliseconds