Searched refs:Pmode (Results 1 - 25 of 255) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Ddarwin.c224 sym_ref = gen_rtx_SYMBOL_REF (Pmode, machopic_function_base_name ());
238 return gen_rtx_CONST (Pmode, gen_rtx_MINUS (Pmode, orig, pic_base));
394 rtx symbol = gen_rtx_SYMBOL_REF (Pmode, "*mcount");
449 rtx hi_reg = (no_new_pseudos ? reg : gen_reg_rtx (Pmode));
466 rtx hi_sum_reg = (no_new_pseudos ? reg : gen_reg_rtx (Pmode));
470 emit_insn (gen_rtx_SET (Pmode, hi_sum_reg,
471 gen_rtx_PLUS (Pmode, pic_offset_table_rtx,
472 gen_rtx_HIGH (Pmode, offset))));
473 emit_insn (gen_rtx_SET (Pmode, re
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/vax/
H A Delf.h57 plus_constant (gen_rtx_REG (Pmode, FRAME_POINTER_REGNUM),\
62 gen_rtx_MEM (Pmode, \
63 plus_constant (gen_rtx_REG (Pmode, FRAME_POINTER_REGNUM),\
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/vax/
H A Delf.h55 plus_constant (gen_rtx_REG (Pmode, FRAME_POINTER_REGNUM),\
60 gen_rtx_MEM (Pmode, \
61 plus_constant (gen_rtx_REG (Pmode, FRAME_POINTER_REGNUM),\
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dpa.h408 #define EH_RETURN_STACKADJ_RTX gen_rtx_REG (Pmode, 29)
956 rtx start_addr = gen_reg_rtx (Pmode); \
957 rtx end_addr = gen_reg_rtx (Pmode); \
958 rtx line_length = gen_reg_rtx (Pmode); \
963 tmp = memory_address (Pmode, plus_constant ((TRAMP), 36)); \
964 emit_move_insn (gen_rtx_MEM (Pmode, tmp), (FNADDR)); \
965 tmp = memory_address (Pmode, plus_constant ((TRAMP), 40)); \
966 emit_move_insn (gen_rtx_MEM (Pmode, tmp), (CXT)); \
969 tmp = memory_address (Pmode, plus_constant ((TRAMP), 44)); \
970 emit_move_insn (gen_rtx_MEM (Pmode, tm
1727 #define Pmode macro
[all...]
H A Dpa.c657 ? reg : gen_reg_rtx (Pmode));
663 = gen_const_mem (Pmode,
664 gen_rtx_LO_SUM (Pmode, tmp_reg,
665 gen_rtx_UNSPEC (Pmode,
689 base = legitimize_pic_address (XEXP (XEXP (orig, 0), 0), Pmode, reg);
690 orig = legitimize_pic_address (XEXP (XEXP (orig, 0), 1), Pmode,
697 orig = force_reg (Pmode, orig);
699 pic_ref = gen_rtx_PLUS (Pmode, base, orig);
721 ret = gen_reg_rtx (Pmode);
723 LCT_CONST, Pmode,
719 LCT_CONST, Pmode, 1, arg, Pmode); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.c288 orig = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, orig),
290 return gen_rtx_CONST (Pmode, orig);
448 rtx symbol = gen_rtx_SYMBOL_REF (Pmode, "*mcount");
503 rtx hi_reg = (!can_create_pseudo_p () ? reg : gen_reg_rtx (Pmode));
521 : gen_reg_rtx (Pmode));
525 emit_insn (gen_rtx_SET (Pmode, hi_sum_reg,
526 gen_rtx_PLUS (Pmode, pic_offset_table_rtx,
527 gen_rtx_HIGH (Pmode, offset))));
528 emit_insn (gen_rtx_SET (Pmode, reg,
529 gen_rtx_LO_SUM (Pmode, hi_sum_re
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dexplow.c302 x = gen_rtx_fmt_ee (GET_CODE (x), Pmode, op0, op1);
309 in Pmode, or vice versa (TO_MODE says which way). We take advantage of
330 from_mode = to_mode == ptr_mode ? Pmode : ptr_mode;
408 x = convert_memory_address (Pmode, x);
413 x = force_reg (Pmode, x);
476 x = force_reg (Pmode, x);
486 x = force_reg (Pmode, x);
559 /* Like copy_to_reg but always give the new register mode Pmode
565 return copy_to_mode_reg (Pmode, x);
751 mode = Pmode;
[all...]
H A Dtree-ssa-address.c115 act_elem = gen_rtx_MULT (Pmode, act_elem, step);
127 *addr = gen_rtx_PLUS (Pmode, *addr, base);
137 act_elem = gen_rtx_CONST (Pmode,
138 gen_rtx_PLUS (Pmode, act_elem, offset));
144 *addr = gen_rtx_PLUS (Pmode, *addr, act_elem);
152 *addr = gen_rtx_PLUS (Pmode, *addr, offset);
182 TREE_INT_CST_HIGH (addr->step), Pmode);
188 TREE_INT_CST_HIGH (addr->offset), Pmode);
200 sym = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup ("test_symbol"));
201 bse = gen_raw_REG (Pmode, LAST_VIRTUAL_REGISTE
[all...]
H A Drtl-profile.c101 mr = gen_reg_rtx (Pmode);
104 tmp = force_reg (Pmode, XEXP (tmp, 0));
122 tmp1 = expand_simple_binop (Pmode, PLUS, copy_rtx (tmp), tmp1, mr,
132 tmp1 = expand_simple_binop (Pmode, PLUS, copy_rtx (tmp),
142 tmp1 = expand_simple_binop (Pmode, PLUS, copy_rtx (tmp),
184 mr = gen_reg_rtx (Pmode);
186 tmp = force_reg (Pmode, XEXP (tmp, 0));
202 tmp = expand_simple_binop (Pmode, PLUS, copy_rtx (mr), GEN_INT (per_counter),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dlinux.h203 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__clear_cache"), \
204 LCT_NORMAL, VOIDmode, 2, TRAMP, Pmode, \
205 plus_constant (TRAMP, TRAMPOLINE_SIZE), Pmode);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dexplow.c617 /* Like copy_to_reg but always give the new register mode Pmode
623 return copy_to_mode_reg (Pmode, x);
871 temp = expand_binop (Pmode,
900 temp = expand_binop (Pmode,
936 size = expand_binop (Pmode, add_optab, size, GEN_INT (align - 1),
938 size = expand_divmod (0, TRUNC_DIV_EXPR, Pmode, size, GEN_INT (align),
940 size = expand_mult (Pmode, size, GEN_INT (align), NULL_RTX, 1);
959 /* The default is that we use a move insn and save in a Pmode object. */
1135 if (GET_MODE (size) != VOIDmode && GET_MODE (size) != Pmode)
1136 size = convert_to_mode (Pmode, siz
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dlinux.h243 && ! find_equiv_reg (0, get_last_insn (), 0, 0, 0, 8, Pmode)) \
268 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__clear_cache"), \
269 0, VOIDmode, 2, TRAMP, Pmode, \
270 plus_constant (TRAMP, TRAMPOLINE_SIZE), Pmode);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/s390/
H A Ds390.c1139 addr_delta = simplify_binary_operation (MINUS, Pmode, addr2, addr1);
1177 addr_delta = simplify_binary_operation (MINUS, Pmode, addr2, addr1);
1521 rtx fake_pool_base = gen_rtx_REG (Pmode, ARG_POINTER_REGNUM);
1601 disp = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, disp),
1613 disp = gen_rtx_UNSPEC (Pmode,
1633 if (GET_CODE (base) != REG || GET_MODE (base) != Pmode)
1659 disp = gen_rtx_UNSPEC (Pmode,
1679 if (GET_CODE (indx) != REG || GET_MODE (indx) != Pmode)
1758 orig_disp = gen_rtx_CONST (Pmode, disp);
2686 gcc_assert (GET_MODE (src) == Pmode);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dsdemtk.h88 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, mips_cache_flush_func), \
89 LCT_NORMAL, VOIDmode, 2, ADDR, Pmode, \
H A Diris.h69 #define WCHAR_TYPE (Pmode == DImode ? "int" : "long int")
76 #define WINT_TYPE (Pmode == DImode ? "int" : "long int")
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dpe.c127 gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp));
192 newrtl = gen_rtx_MEM (Pmode,
193 gen_rtx_SYMBOL_REF (Pmode,
224 rtx newrtl = gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Dpe.c133 gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp));
199 newrtl = gen_rtx_MEM (Pmode,
200 gen_rtx_SYMBOL_REF (Pmode,
234 rtx newrtl = gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/iq2000/
H A Diq2000.h332 ? gen_rtx_REG (Pmode, GP_REG_FIRST + 31) \
333 : gen_rtx_MEM (Pmode, gen_rtx_REG (Pmode, \
490 Pmode == DImode ? 16 : 8); \
516 if (Pmode == DImode) \
593 X = gen_rtx_LO_SUM (Pmode, \
594 copy_to_mode_reg (Pmode, \
595 gen_rtx_HIGH (Pmode, X)), \
618 rtx int_reg = gen_reg_rtx (Pmode); \
619 rtx ptr_reg = gen_reg_rtx (Pmode); \
798 #define Pmode macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Diris.h73 #define WCHAR_TYPE (Pmode == DImode ? "int" : "long int")
80 #define WINT_TYPE (Pmode == DImode ? "int" : "long int")
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.c749 ? reg : gen_reg_rtx (Pmode));
760 = gen_const_mem (Pmode,
761 gen_rtx_LO_SUM (Pmode, tmp_reg,
762 gen_rtx_UNSPEC (Pmode,
767 pic_ref = gen_rtx_MEM (Pmode, reg);
776 = gen_const_mem (Pmode,
777 gen_rtx_LO_SUM (Pmode, tmp_reg,
778 gen_rtx_UNSPEC (Pmode,
803 base = legitimize_pic_address (XEXP (XEXP (orig, 0), 0), Pmode, reg);
804 orig = legitimize_pic_address (XEXP (XEXP (orig, 0), 1), Pmode,
833 LCT_CONST, Pmode, 1, arg, Pmode); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.c1303 addr_delta = simplify_binary_operation (MINUS, Pmode, addr2, addr1);
1341 addr_delta = simplify_binary_operation (MINUS, Pmode, addr2, addr1);
1742 rtx fake_pool_base = gen_rtx_REG (Pmode, ARG_POINTER_REGNUM);
1822 disp = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, disp),
1834 disp = gen_rtx_UNSPEC (Pmode,
1856 && GET_MODE (base) != Pmode))
1882 disp = gen_rtx_UNSPEC (Pmode,
1904 && GET_MODE (indx) != Pmode))
1977 orig_disp = gen_rtx_CONST (Pmode, disp);
2900 gen_rtx_CONST (Pmode,
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/bfin/
H A Dbfin.c106 bfin_rets_rtx = gen_rtx_REG (Pmode, REG_RETS);
147 reg = gen_reg_rtx (Pmode);
155 new = gen_const_mem (Pmode, reg);
159 rtx tmp = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, addr),
161 new = gen_const_mem (Pmode,
162 gen_rtx_PLUS (Pmode, picreg, tmp));
187 reg = gen_reg_rtx (Pmode);
198 addr = force_reg (Pmode, addr);
203 base = gen_rtx_PLUS (Pmode, base, XEXP (addr, 0));
207 return gen_rtx_PLUS (Pmode, bas
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsymbian-base.c132 newrtl = gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp));
179 gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp));
208 rtx newrtl = gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h335 ? gen_rtx_REG (Pmode, GP_REG_FIRST + 31) \
336 : gen_rtx_MEM (Pmode, gen_rtx_REG (Pmode, \
469 Pmode == DImode ? 16 : 8); \
479 #define TRAMPOLINE_SIZE (TRAMPOLINE_CODE_SIZE + 2*GET_MODE_SIZE (Pmode))
480 #define TRAMPOLINE_ALIGNMENT GET_MODE_ALIGNMENT (Pmode)
625 Pmode == DImode ? ".dword" : ".word", \
632 Pmode == DImode ? ".dword" : ".word", \
683 #define Pmode SImode
761 #define EH_RETURN_STACKADJ_RTX gen_rtx_REG (Pmode, EH_RETURN_STACKADJ_REGN
656 #define Pmode macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsysv4.h73 do { ASM_OUTPUT_ALIGN ((FILE), Pmode == SImode ? 2 : 3); \

Completed in 190 milliseconds

1234567891011