Home | History | Annotate | Download | only in gcc

Lines Matching defs:mask_mode

4308    operands of mode VALUE_MODE and producing a result with MASK_MODE, matches
4313 enum rtx_code code, machine_mode mask_mode,
4318 rtx test = alloca_rtx_fmt_ee (code, mask_mode, reg1, reg2);
4324 with MASK_MODE. */
4328 machine_mode mask_mode)
4331 = get_vec_cmp_icode (value_mode, mask_mode, unsigned_optab_p (code));
4335 return insn_predicate_matches_p (icode, 1, code, mask_mode, value_mode);
6459 machine_mode mask_mode = TYPE_MODE (type);
6472 icode = get_vec_cmp_icode (vmode, mask_mode, unsignedp);
6476 icode = get_vec_cmp_eq_icode (vmode, mask_mode);
6481 comparison = vector_compare_rtx (mask_mode, tcode, op0a, op0b,
6483 create_output_operand (&ops[0], target, mask_mode);