Searched refs:new_const (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c4306 rtx new_const = GEN_INT (-INTVAL (const_arg1));
4308 = lookup (new_const, SAFE_HASH (new_const, mode), mode);
4349 rtx y, inner_const, new_const;
4411 new_const = simplify_binary_operation (associate_code, mode,
4414 if (new_const == 0)
4424 && GET_CODE (new_const) == CONST_INT
4425 && INTVAL (new_const) >= GET_MODE_BITSIZE (mode))
4430 new_const = GEN_INT (GET_MODE_BITSIZE (mode) - 1);
4446 return simplify_gen_binary (code, mode, y, new_const);
4287 rtx new_const = GEN_INT (-INTVAL (const_arg1)); local
4330 rtx y, inner_const, new_const; local
[all...]
H A Dcombine.c10588 rtx new_const = simplify_gen_binary (ASHIFTRT, GET_MODE (op0),
10593 new_const);
10548 rtx new_const = simplify_gen_binary (ASHIFTRT, GET_MODE (op0), local

Completed in 109 milliseconds