Home
last modified time | relevance | path

Searched refs:op2_l (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-complex.c299 complex_lattice_t new_l, old_l, op1_l, op2_l; in complex_visit_stmt() local
332 op2_l = find_lattice_value (gimple_assign_rhs2 (stmt)); in complex_visit_stmt()
336 new_l = op1_l | op2_l; in complex_visit_stmt()
346 op2_l = find_lattice_value (gimple_assign_rhs2 (stmt)); in complex_visit_stmt()
349 if (op1_l == VARYING || op2_l == VARYING) in complex_visit_stmt()
354 new_l = op2_l; in complex_visit_stmt()
355 else if (op2_l == UNINITIALIZED) in complex_visit_stmt()
363 new_l = ((op1_l - ONLY_REAL) ^ (op2_l - ONLY_REAL)) + ONLY_REAL; in complex_visit_stmt()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-complex.c315 complex_lattice_t new_l, old_l, op1_l, op2_l; in visit_stmt() local
348 op2_l = find_lattice_value (gimple_assign_rhs2 (stmt)); in visit_stmt()
352 new_l = op1_l | op2_l; in visit_stmt()
362 op2_l = find_lattice_value (gimple_assign_rhs2 (stmt)); in visit_stmt()
365 if (op1_l == VARYING || op2_l == VARYING) in visit_stmt()
370 new_l = op2_l; in visit_stmt()
371 else if (op2_l == UNINITIALIZED) in visit_stmt()
379 new_l = ((op1_l - ONLY_REAL) ^ (op2_l - ONLY_REAL)) + ONLY_REAL; in visit_stmt()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c49282 rtx op1_l, op1_h, op2_l, op2_h, res_l, res_h; in ix86_expand_vecop_qihi() local
49309 op2_l = op2_h = op2; in ix86_expand_vecop_qihi()
49317 op2_l = gen_reg_rtx (qimode); in ix86_expand_vecop_qihi()
49319 emit_insn (gen_il (op2_l, op2, op2)); in ix86_expand_vecop_qihi()
49345 res_l = expand_simple_binop (himode, code, op1_l, op2_l, NULL_RTX, in ix86_expand_vecop_qihi()