Lines Matching defs:ior
1243 /* Expand vector logical operation CODE (AND, IOR, XOR) in MODE with
1464 scratch = expand_simple_binop (mode, IOR, scratch, operands[3],
3291 tmp = expand_simple_binop (mode, IOR,
3417 out = expand_simple_binop (mode, IOR,
3963 x = expand_simple_binop (mode, IOR, cmp, op_false,
4121 x = expand_simple_binop (mode, IOR, t3, t2,
4391 code = IOR;
4753 code = IOR;
8252 reg = expand_simple_binop (mode, IOR, reg, tmp, reg, 1,
8257 reg = expand_simple_binop (mode, IOR, reg, tmp, reg, 1, OPTAB_DIRECT);
8262 reg = expand_simple_binop (mode, IOR, reg, tmp, reg, 1, OPTAB_DIRECT);
13069 op0 = expand_simple_binop (DImode, IOR, op0, op1,
15045 val = expand_simple_binop (wsmode, IOR, val, x, x, 1,
15395 var = expand_simple_binop (HImode, IOR, var, x, var,
15903 word = expand_simple_binop (tmp_mode, IOR, word, elt,
20761 permutation with two pshufb insns and an ior. We should have already
20841 ix86_emit_vec_binop (IOR, mode, op, l, h);
20927 rtx rperm[2][32], vperm, l, h, ior, op, m128;
20986 ior = gen_reg_rtx (V32QImode);
20987 emit_insn (gen_iorv32qi3 (ior, l, h));
20991 ior = gen_lowpart (V4DImode, ior);
20992 emit_insn (gen_avx2_permv4di_1 (op, ior, const0_rtx, const2_rtx,
22114 /* All implementable with 2 pshufb + 1 ior. */