Searched refs:orig_op0 (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | regrename.c | 524 rtx orig_op0 = XEXP (x, 0); in scan_rtx_address() local 526 RTX_CODE code0 = GET_CODE (orig_op0); in scan_rtx_address() 528 rtx op0 = orig_op0; in scan_rtx_address() 1448 rtx orig_op0 = XEXP (x, 0); in replace_oldest_value_addr() local 1450 RTX_CODE code0 = GET_CODE (orig_op0); in replace_oldest_value_addr() 1452 rtx op0 = orig_op0; in replace_oldest_value_addr()
|
| HD | reload.c | 5388 rtx orig_op0 = XEXP (x, 0); in find_reloads_address_1() local 5390 RTX_CODE code0 = GET_CODE (orig_op0); in find_reloads_address_1() 5392 rtx op0 = orig_op0; in find_reloads_address_1() 5402 subreg_regno_offset (REGNO (SUBREG_REG (orig_op0)), in find_reloads_address_1() 5403 GET_MODE (SUBREG_REG (orig_op0)), in find_reloads_address_1() 5404 SUBREG_BYTE (orig_op0), in find_reloads_address_1() 5405 GET_MODE (orig_op0)))); in find_reloads_address_1() 5439 find_reloads_address_1 (mode, orig_op0, 1, PLUS, SCRATCH, in find_reloads_address_1() 5450 find_reloads_address_1 (mode, orig_op0, 0, PLUS, code1, in find_reloads_address_1() 5466 find_reloads_address_1 (mode, orig_op0, 0, PLUS, code1, in find_reloads_address_1() [all …]
|
| HD | c-typeck.c | 8214 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1, in build_binary_op() argument 8269 op0 = default_conversion (orig_op0); in build_binary_op() 8274 op0 = orig_op0; in build_binary_op() 8364 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0)) in build_binary_op() 8391 shorten = (TYPE_UNSIGNED (TREE_TYPE (orig_op0)) in build_binary_op() 8512 if (pedantic && !null_pointer_constant_p (orig_op0) in build_binary_op() 8550 else if (code1 == POINTER_TYPE && null_pointer_constant_p (orig_op0)) in build_binary_op() 8574 else if (code1 == BLOCK_POINTER_TYPE && null_pointer_constant_p (orig_op0)) in build_binary_op() 8611 else if (code1 == POINTER_TYPE && null_pointer_constant_p (orig_op0)) in build_binary_op() 8809 int op0_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op0)); in build_binary_op() [all …]
|
| HD | expr.c | 7444 rtx orig_op0; in expand_expr_real_1() local 7455 orig_op0 = op0 in expand_expr_real_1() 7544 if (op0 == orig_op0) in expand_expr_real_1() 7684 if (op0 == orig_op0) in expand_expr_real_1()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | typeck.c | 3081 build_binary_op (enum tree_code code, tree orig_op0, tree orig_op1, in build_binary_op() argument 3137 op0 = orig_op0; in build_binary_op() 3396 if ((TREE_CODE (orig_op0) == STRING_CST && !integer_zerop (op1)) in build_binary_op() 3512 if (TREE_CODE (orig_op0) == STRING_CST in build_binary_op() 3591 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1), code); in build_binary_op() 3741 int op0_signed = !TYPE_UNSIGNED (TREE_TYPE (orig_op0)); in build_binary_op() 3749 if (TREE_CODE (TREE_TYPE (orig_op0)) == ENUMERAL_TYPE in build_binary_op() 3751 && TYPE_MAIN_VARIANT (TREE_TYPE (orig_op0)) in build_binary_op() 3755 TREE_TYPE (orig_op0), TREE_TYPE (orig_op1)); in build_binary_op() 3775 else if ((op0_signed && tree_expr_nonnegative_p (orig_op0)) in build_binary_op() [all …]
|
| /NextBSD/contrib/gcc/config/ia64/ |
| HD | ia64.c | 948 rtx orig_op0 = op0; in ia64_expand_tls_address() local 1045 orig_op0, 1, OPTAB_DIRECT); in ia64_expand_tls_address() 1046 if (orig_op0 == op0) in ia64_expand_tls_address() 1048 if (GET_MODE (orig_op0) == Pmode) in ia64_expand_tls_address() 1050 return gen_lowpart (GET_MODE (orig_op0), op0); in ia64_expand_tls_address()
|