/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm.h | 2070 rtx xop1 = XEXP (X, 1); \ 2236 rtx xop1 = XEXP (X, 1); \ 2240 if (CONSTANT_P (xop1) && ! symbol_mentioned_p (xop1)) \ 2241 xop1 = force_reg (SImode, xop1); \ 2243 && GET_CODE (xop1) == CONST_INT) \ 2247 n = INTVAL (xop1); \ 2273 (X) = gen_rtx_PLUS (SImode, xop0, xop1); \ 2278 rtx xop1 = XEXP (X, 1); \ 2282 if (CONSTANT_P (xop1) && ! symbol_mentioned_p (xop1)) \ 2283 xop1 = force_reg (SImode, xop1); \ [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | optabs.c | 378 rtx xop0, xop1, wxop; in expand_widen_pattern_expr() local 421 xop1 = op1; in expand_widen_pattern_expr() 464 xop1 = copy_to_mode_reg (xmode1, xop1); in expand_widen_pattern_expr() 562 xop1 = copy_to_mode_reg (mode1, xop1); in expand_ternary_op() 1298 tmp = xop0; xop0 = xop1; xop1 = tmp; in expand_binop() 1320 xop1, unsignedp); in expand_binop() 1331 xop1 = copy_to_mode_reg (mode1, xop1); in expand_binop() 1431 xop1 = widen_operand (xop1, wider_mode, mode, unsignedp, in expand_binop() 1954 xop1 = widen_operand (xop1, wider_mode, mode, unsignedp, in expand_binop() 2197 xop1, unsignedp); in expand_twoval_binop() [all …]
|
H A D | c-typeck.c | 8363 tree xop0 = op0, xop1 = op1, xresult_type = result_type; in build_binary_op() local 8366 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); in build_binary_op() 8371 op0 = xop0, op1 = xop1; in build_binary_op() 8384 xop1 = orig_op1; in build_binary_op() 8386 STRIP_TYPE_NOPS (xop1); in build_binary_op() 8408 sop = xop0, uop = xop1; in build_binary_op() 8410 sop = xop1, uop = xop0; in build_binary_op()
|
/openbsd/gnu/gcc/gcc/config/mcore/ |
H A D | mcore.h | 779 rtx xop1 = XEXP (X,1); \ 781 GO_IF_LEGITIMATE_INDEX (MODE, REGNO (xop0), xop1, LABEL); \ 782 if (BASE_REGISTER_RTX_P (xop1)) \ 783 GO_IF_LEGITIMATE_INDEX (MODE, REGNO (xop1), xop0, LABEL); \
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | optabs.c | 805 tmp = xop0; xop0 = xop1; xop1 = tmp; 823 xop1 = convert_modes (mode1, 827 xop1, unsignedp); 838 xop1 = copy_to_mode_reg (mode1, xop1); 918 xop1 = widen_operand (xop1, wider_mode, mode, unsignedp, 1241 rtx xop0, xop1, xtarget; local 1335 copy_rtx (xop1))); 1884 xop1 = widen_operand (xop1, wider_mode, mode, unsignedp, 2274 xop1 = convert_modes (mode1, 2278 xop1, unsignedp); [all …]
|
H A D | protector.c | 1887 rtx xop0 = XEXP (x, 0), xop1 = XEXP (x, 1); local 1893 if (! (*insn_data[icode].operand[2].predicate) (xop1, mode1) 1895 xop1 = copy_to_mode_reg (mode1, xop1); 1897 pat = GEN_FCN (icode) (temp, xop0, xop1);
|
H A D | c-typeck.c | 2429 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local 2432 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); 2437 op0 = xop0, op1 = xop1; 2451 xop1 = orig_op1; 2453 STRIP_TYPE_NOPS (xop1); 2474 sop = xop0, uop = xop1; 2476 sop = xop1, uop = xop0;
|
H A D | ChangeLog.5 | 4328 * optabs.c (expand_binop): Sign-extend xop0 and xop1 from the
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/ |
H A D | mcore.h | 928 rtx xop1 = XEXP (X,1); \ 930 GO_IF_LEGITIMATE_INDEX (MODE, REGNO (xop0), xop1, LABEL); \ 931 if (BASE_REGISTER_RTX_P (xop1)) \ 932 GO_IF_LEGITIMATE_INDEX (MODE, REGNO (xop1), xop0, LABEL); \
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh.h | 2384 rtx xop1 = XEXP ((X), 1); \ 2386 GO_IF_LEGITIMATE_INDEX ((MODE), xop1, LABEL); \ 2390 && REG_P (xop1) && REGNO (xop1) == R0_REG) \ 2391 || ((xop1 == stack_pointer_rtx \ 2392 || xop1 == hard_frame_pointer_rtx) \ 2399 if (BASE_REGISTER_RTX_P (xop1) && INDEX_REGISTER_RTX_P (xop0))\ 2401 if (INDEX_REGISTER_RTX_P (xop1) && BASE_REGISTER_RTX_P (xop0))\
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm.c | 3557 rtx xop1 = XEXP (x, 1); in arm_legitimate_address_p() local 3570 rtx xop1 = XEXP (x, 1); in arm_legitimate_address_p() 4003 rtx xop1 = XEXP (x, 1); in arm_legitimize_address() local 4008 if (CONSTANT_P (xop1) && !symbol_mentioned_p (xop1)) in arm_legitimize_address() 4009 xop1 = force_reg (SImode, xop1); in arm_legitimize_address() 4016 n = INTVAL (xop1); in arm_legitimize_address() 4052 rtx xop1 = XEXP (x, 1); in arm_legitimize_address() local 4057 if (CONSTANT_P (xop1) && ! symbol_mentioned_p (xop1)) in arm_legitimize_address() 4058 xop1 = force_reg (SImode, xop1); in arm_legitimize_address() 4120 rtx xop1 = XEXP (x, 1); in thumb_legitimize_address() local [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.h | 2331 rtx xop1 = XEXP ((X), 1); \ 2333 GO_IF_LEGITIMATE_INDEX ((MODE), xop1, LABEL); \ 2338 if (BASE_REGISTER_RTX_P (xop1) && INDEX_REGISTER_RTX_P (xop0))\ 2340 if (INDEX_REGISTER_RTX_P (xop1) && BASE_REGISTER_RTX_P (xop0))\
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 3597 tree xop0 = op0, xop1 = op1, xresult_type = result_type; in build_binary_op() local 3600 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); in build_binary_op() 3603 op0 = xop0, op1 = xop1; in build_binary_op()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 3529 tree xop0 = op0, xop1 = op1, xresult_type = result_type; local 3532 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); 3535 op0 = xop0, op1 = xop1;
|