Searched refs:xop0 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | optabs.c | 378 rtx xop0, xop1, wxop; in expand_widen_pattern_expr() local 420 xop0 = op0; in expand_widen_pattern_expr() 431 xop0 = convert_modes (xmode0, in expand_widen_pattern_expr() 435 xop0, unsignedp); in expand_widen_pattern_expr() 456 if (! (*insn_data[icode].operand[1].predicate) (xop0, xmode0) in expand_widen_pattern_expr() 458 xop0 = copy_to_mode_reg (xmode0, xop0); in expand_widen_pattern_expr() 472 pat = GEN_FCN (icode) (temp, xop0, xop1, wxop); in expand_widen_pattern_expr() 475 pat = GEN_FCN (icode) (temp, xop0, xop1); in expand_widen_pattern_expr() 485 pat = GEN_FCN (icode) (temp, xop0, wxop); in expand_widen_pattern_expr() 488 pat = GEN_FCN (icode) (temp, xop0); in expand_widen_pattern_expr() [all …]
|
| D | expmed.c | 645 rtx xop0 = op0; in store_bit_field() local 698 if (MEM_P (xop0)) in store_bit_field() 699 xop0 = adjust_address (xop0, byte_mode, offset); in store_bit_field() 703 if (GET_CODE (xop0) == SUBREG) in store_bit_field() 706 xop0 = gen_rtx_SUBREG (maxmode, SUBREG_REG (xop0), SUBREG_BYTE (xop0)); in store_bit_field() 707 if (REG_P (xop0) && GET_MODE (xop0) != maxmode) in store_bit_field() 708 xop0 = gen_rtx_SUBREG (maxmode, xop0, 0); in store_bit_field() 718 if (BITS_BIG_ENDIAN && !MEM_P (xop0)) in store_bit_field() 764 pat = gen_insv (xop0, GEN_INT (bitsize), GEN_INT (xbitpos), value1); in store_bit_field() 1399 rtx xop0 = op0; in extract_bit_field() local [all …]
|
| D | alias.c | 1255 rtx xop0 = canon_rtx (XEXP (x, 0)); in rtx_equal_for_memref_p() local 1259 return ((rtx_equal_for_memref_p (xop0, yop0) in rtx_equal_for_memref_p() 1261 || (rtx_equal_for_memref_p (xop0, yop1) in rtx_equal_for_memref_p()
|
| D | c-typeck.c | 8816 tree xop0 = op0, xop1 = op1, xresult_type = result_type; in build_binary_op() local 8819 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); in build_binary_op() 8824 op0 = xop0, op1 = xop1; in build_binary_op() 8836 xop0 = orig_op0; in build_binary_op() 8838 STRIP_TYPE_NOPS (xop0); in build_binary_op() 8861 sop = xop0, uop = xop1; in build_binary_op() 8863 sop = xop1, uop = xop0; in build_binary_op()
|
| D | ChangeLog-2001 | 23535 * optabs.c (expand_binop): Sign-extend xop0 and xop1 from the
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | arm.c | 3566 rtx xop0 = XEXP (x, 0); in arm_legitimate_address_p() local 3569 return ((arm_address_register_rtx_p (xop0, strict_p) in arm_legitimate_address_p() 3572 && arm_legitimate_index_p (mode, xop0, outer, strict_p))); in arm_legitimate_address_p() 3579 rtx xop0 = XEXP (x, 0); in arm_legitimate_address_p() 3582 return (arm_address_register_rtx_p (xop0, strict_p) in arm_legitimate_address_p() 4012 rtx xop0 = XEXP (x, 0); in arm_legitimize_address() local 4015 if (CONSTANT_P (xop0) && !symbol_mentioned_p (xop0)) in arm_legitimize_address() 4016 xop0 = force_reg (SImode, xop0); in arm_legitimize_address() 4021 if (ARM_BASE_REGISTER_RTX_P (xop0) in arm_legitimize_address() 4049 val = force_operand (plus_constant (xop0, n), NULL_RTX); in arm_legitimize_address() [all …]
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | typeck.c | 3724 tree xop0 = op0, xop1 = op1, xresult_type = result_type; in build_binary_op() local 3727 = shorten_compare (&xop0, &xop1, &xresult_type, &xresultcode); in build_binary_op() 3730 op0 = xop0, op1 = xop1; in build_binary_op()
|