Searched refs:Pmode (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-11.0-release/contrib/gcc/
H A Drecog.c1102 /* Return 1 for a register in Pmode; ignore the tested mode. */
1107 return register_operand (op, Pmode);
1368 return ((offset == 0 && general_operand (XEXP (inner, 0), Pmode))
1372 && general_operand (XEXP (XEXP (inner, 0), 0), Pmode)));
1377 && general_operand (XEXP (op, 0), Pmode));
H A Dcse.c2932 hash = HASH (addr, Pmode);
2940 elt = lookup (addr, hash, Pmode);
3004 hash = HASH (XEXP (*loc, 0), Pmode);
3008 elt = lookup (XEXP (*loc, 0), hash, Pmode);
3044 rtx new = simplify_gen_binary (GET_CODE (*loc), Pmode,
3617 new = gen_rtx_MINUS (Pmode, XVECEXP (table, 1, offset),
3620 if (GET_MODE (table) != Pmode)
H A Dsimplify-rtx.c834 && mode == Pmode && GET_MODE (op) == ptr_mode
839 && GET_MODE (SUBREG_REG (op)) == Pmode)))
840 return convert_memory_address (Pmode, op);
856 && mode == Pmode && GET_MODE (op) == ptr_mode
861 && GET_MODE (SUBREG_REG (op)) == Pmode)))
862 return convert_memory_address (Pmode, op);
H A Dbb-reorder.c1722 label_addr = gen_rtx_LABEL_REF (Pmode, label);
1727 new_reg = gen_reg_rtx (Pmode);
H A Dsched-deps.c877 cselib_lookup (XEXP (t, 0), Pmode, 1);
1001 cselib_lookup (XEXP (t, 0), Pmode, 1);
H A Dcselib.c1340 sets[i].dest_addr_elt = cselib_lookup (XEXP (dest, 0), Pmode, 1);
H A Dreload.c3906 use Pmode as mode of the reload register, as would have
3911 address_mode = Pmode;
5006 Pmode, opnum, type, ind_levels);
5139 Pmode, opnum, type, ind_levels);
5236 mode = Pmode;
5717 int icode = (int) add_optab->handlers[(int) Pmode].insn_code;
5725 (equiv, Pmode))
5727 (equiv, Pmode))))
H A Dexpmed.c1944 a1 = expand_simple_binop (Pmode, AND, force_operand (base, NULL),
1953 a2 = expand_simple_binop (Pmode, AND, force_operand (a2, NULL),
1986 shift = expand_simple_binop (Pmode, AND, base, GEN_INT (m_size - 1),
1988 shift = expand_mult (Pmode, shift, GEN_INT (BITS_PER_UNIT), NULL, 1);
1994 shift = expand_simple_binop (Pmode, PLUS, shift, GEN_INT (bitpos),
5069 /* If TYPE is a POINTER_TYPE, X might be Pmode with TYPE_MODE being
H A Dcfgrtl.c910 RTVEC_ELT (vec, j) = gen_rtx_LABEL_REF (Pmode, new_label);
922 XEXP (SET_SRC (tmp), 2) = gen_rtx_LABEL_REF (Pmode,
H A Dfinal.c993 XEXP (pat, 2) = gen_rtx_LABEL_REF (Pmode, min_lab);
994 XEXP (pat, 3) = gen_rtx_LABEL_REF (Pmode, max_lab);
H A Dc-common.c5930 offset = GET_MODE_SIZE (Pmode) + GET_MODE_SIZE (Pmode)
5931 + int_size + int_size + GET_MODE_SIZE (Pmode) +
5932 GET_MODE_SIZE (Pmode);
H A Dcfgexpand.c528 gcc_assert (offset == trunc_int_for_mode (offset, Pmode));
H A Doptabs.c3696 XEXP (x, 0), Pmode,
3697 XEXP (y, 0), Pmode,
4044 (loc, Pmode))
4045 loc = copy_to_mode_reg (Pmode, loc);
H A Ddwarf2out.c495 enum machine_mode save_mode = Pmode;
2078 gen_rtx_SYMBOL_REF (Pmode, cfi->dw_cfi_oprnd1.dw_cfi_addr),
2399 rtx sym_ref = gen_rtx_SYMBOL_REF (Pmode, fde->dw_fde_begin);
2407 rtx sym_ref2 = gen_rtx_SYMBOL_REF (Pmode,
2409 rtx sym_ref3= gen_rtx_SYMBOL_REF (Pmode,
2483 lsda_encoding, gen_rtx_SYMBOL_REF (Pmode, l1),
H A Dregmove.c133 gen_rtx_fmt_e (inc_code, Pmode, reg), 1);
H A Dstor-layout.c53 allocated in Pmode, not ptr_mode. Set only by internal_reference_types
71 /* Show that REFERENCE_TYPES are internal and should be Pmode. Called only
1698 ? Pmode : TYPE_MODE (type));
H A Dcombine.c3520 gen_rtx_LO_SUM (Pmode,
3521 gen_rtx_HIGH (Pmode, XEXP (x, 0)),
9461 if (omode == Pmode
H A Dgcse.c5952 && GET_MODE (base) == Pmode
H A Difcvt.c1305 x = gen_reg_rtx (Pmode);

Completed in 357 milliseconds

123