Home | History | Annotate | Download | only in gcc

Lines Matching defs:target_bool

6921   rtx target_oval, target_bool = NULL_RTX;
6955 || (target_bool = *ptarget_bool) == NULL
6956 || GET_MODE (target_bool) != bool_mode)
6957 target_bool = gen_reg_rtx (bool_mode);
6960 create_output_operand (&ops[0], target_bool, bool_mode);
6971 target_bool = ops[0].value;
7004 target_bool = emit_store_flag_force (target_bool, EQ, cc_reg,
7032 target_bool = emit_store_flag_force (target_bool, EQ, target_oval,
7039 *ptarget_bool = target_bool;