Searched refs:op1_l (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-complex.c315 complex_lattice_t new_l, old_l, op1_l, op2_l; local
347 op1_l = find_lattice_value (gimple_assign_rhs1 (stmt));
352 new_l = op1_l | op2_l;
361 op1_l = find_lattice_value (gimple_assign_rhs1 (stmt));
365 if (op1_l == VARYING || op2_l == VARYING)
369 else if (op1_l == UNINITIALIZED)
372 new_l = op1_l;
379 new_l = ((op1_l - ONLY_REAL) ^ (op2_l - ONLY_REAL)) + ONLY_REAL;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc317 complex_lattice_t new_l, old_l, op1_l, op2_l; local
349 op1_l = find_lattice_value (gimple_assign_rhs1 (stmt));
354 new_l = op1_l | op2_l;
363 op1_l = find_lattice_value (gimple_assign_rhs1 (stmt));
367 if (op1_l == VARYING || op2_l == VARYING)
371 else if (op1_l == UNINITIALIZED)
374 new_l = op1_l;
381 new_l = ((op1_l - ONLY_REAL) ^ (op2_l - ONLY_REAL)) + ONLY_REAL;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc22413 rtx op1_l, op1_h, op2_l, op2_h, res_l, res_h;
22462 op1_l = gen_reg_rtx (qimode);
22464 emit_insn (gen_il (op1_l, op1, op1));
22474 op1_l = gen_reg_rtx (himode);
22476 ix86_expand_sse_unpack (op1_l, op1, uns_p, false);
22504 op1_l, op2_l)));
22512 res_l = expand_simple_binop (himode, code, op1_l, op2_l, NULL_RTX,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c19527 rtx op1_l, op1_h, op2_l, op2_h, res_l, res_h; local
19567 op1_l = gen_reg_rtx (qimode);
19569 emit_insn (gen_il (op1_l, op1, op1));
19579 op1_l = gen_reg_rtx (himode);
19581 ix86_expand_sse_unpack (op1_l, op1, uns_p, false);
19590 res_l = expand_simple_binop (himode, code, op1_l, op2_l, NULL_RTX,

Completed in 305 milliseconds