Searched refs:new_const (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | cse.c | 4287 rtx new_const = GEN_INT (-INTVAL (const_arg1)); in fold_rtx() local 4289 = lookup (new_const, SAFE_HASH (new_const, mode), mode); in fold_rtx() 4330 rtx y, inner_const, new_const; in fold_rtx() local 4392 new_const = simplify_binary_operation (associate_code, mode, in fold_rtx() 4395 if (new_const == 0) in fold_rtx() 4405 && GET_CODE (new_const) == CONST_INT in fold_rtx() 4406 && INTVAL (new_const) >= GET_MODE_BITSIZE (mode)) in fold_rtx() 4411 new_const = GEN_INT (GET_MODE_BITSIZE (mode) - 1); in fold_rtx() 4427 return simplify_gen_binary (code, mode, y, new_const); in fold_rtx()
|
| HD | combine.c | 10548 rtx new_const = simplify_gen_binary (ASHIFTRT, GET_MODE (op0), in simplify_comparison() local 10553 new_const); in simplify_comparison()
|
| HD | ChangeLog-2004 | 16520 (new_const, size_htab): Remove.
|