Home
last modified time | relevance | path

Searched refs:plus1 (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-cost.c530 rtx plus0, plus1; in nds32_address_cost_speed_prefer() local
564 plus1 = XEXP (address, 1); in nds32_address_cost_speed_prefer()
566 if (REG_P (plus0) && CONST_INT_P (plus1)) in nds32_address_cost_speed_prefer()
570 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_prefer()
586 rtx plus0, plus1; in nds32_address_cost_speed_fwprop() local
620 plus1 = XEXP (address, 1); in nds32_address_cost_speed_fwprop()
626 if (satisfies_constraint_Iu03 (plus1)) in nds32_address_cost_speed_fwprop()
633 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_fwprop()
649 rtx plus0, plus1; in nds32_address_cost_size_prefer() local
683 plus1 = XEXP (address, 1); in nds32_address_cost_size_prefer()
[all …]
H A Dnds32-cost.cc530 rtx plus0, plus1; in nds32_address_cost_speed_prefer() local
564 plus1 = XEXP (address, 1); in nds32_address_cost_speed_prefer()
566 if (REG_P (plus0) && CONST_INT_P (plus1)) in nds32_address_cost_speed_prefer()
570 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_prefer()
586 rtx plus0, plus1; in nds32_address_cost_speed_fwprop() local
620 plus1 = XEXP (address, 1); in nds32_address_cost_speed_fwprop()
626 if (satisfies_constraint_Iu03 (plus1)) in nds32_address_cost_speed_fwprop()
633 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_fwprop()
649 rtx plus0, plus1; in nds32_address_cost_size_prefer() local
683 plus1 = XEXP (address, 1); in nds32_address_cost_size_prefer()
[all …]
H A Dnds32-md-auxiliary.c434 rtx plus1 = gen_int_mode (INTVAL (operands[2]) + 1, SImode); in nds32_expand_cbranch() local
435 if (satisfies_constraint_Is15 (plus1)) in nds32_expand_cbranch()
437 operands[2] = plus1; in nds32_expand_cbranch()
575 rtx plus1 = gen_int_mode (INTVAL (operands[2]) + 1, SImode); in nds32_expand_cbranch() local
576 if (satisfies_constraint_Is15 (plus1)) in nds32_expand_cbranch()
578 operands[2] = plus1; in nds32_expand_cbranch()
H A Dnds32-md-auxiliary.cc434 rtx plus1 = gen_int_mode (INTVAL (operands[2]) + 1, SImode); in nds32_expand_cbranch() local
435 if (satisfies_constraint_Is15 (plus1)) in nds32_expand_cbranch()
437 operands[2] = plus1; in nds32_expand_cbranch()
575 rtx plus1 = gen_int_mode (INTVAL (operands[2]) + 1, SImode); in nds32_expand_cbranch() local
576 if (satisfies_constraint_Is15 (plus1)) in nds32_expand_cbranch()
578 operands[2] = plus1; in nds32_expand_cbranch()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-cost.c530 rtx plus0, plus1; in nds32_address_cost_speed_prefer() local
564 plus1 = XEXP (address, 1); in nds32_address_cost_speed_prefer()
566 if (REG_P (plus0) && CONST_INT_P (plus1)) in nds32_address_cost_speed_prefer()
570 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_prefer()
586 rtx plus0, plus1; in nds32_address_cost_speed_fwprop() local
620 plus1 = XEXP (address, 1); in nds32_address_cost_speed_fwprop()
626 if (satisfies_constraint_Iu03 (plus1)) in nds32_address_cost_speed_fwprop()
633 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_fwprop()
649 rtx plus0, plus1; in nds32_address_cost_size_prefer() local
683 plus1 = XEXP (address, 1); in nds32_address_cost_size_prefer()
[all …]
H A Dnds32-md-auxiliary.c434 rtx plus1 = gen_int_mode (INTVAL (operands[2]) + 1, SImode); in nds32_expand_cbranch() local
435 if (satisfies_constraint_Is15 (plus1)) in nds32_expand_cbranch()
437 operands[2] = plus1; in nds32_expand_cbranch()
575 rtx plus1 = gen_int_mode (INTVAL (operands[2]) + 1, SImode); in nds32_expand_cbranch() local
576 if (satisfies_constraint_Is15 (plus1)) in nds32_expand_cbranch()
578 operands[2] = plus1; in nds32_expand_cbranch()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Dpredicates.md118 rtx addr, plus0, plus1;
141 plus1 = XEXP (addr, 1);
143 && GET_CODE (plus1) == CONST_INT && SMALL_INT (plus1)
144 && SMALL_INT_UNSIGNED (plus1) /* No negative offsets. */)
147 else if (GET_CODE (plus1) == REG
149 && SMALL_INT_UNSIGNED (plus1) /* No negative offsets. */)
H A Diq2000.c453 rtx addr, plus0, plus1; in iq2000_count_memory_refs() local
479 plus1 = XEXP (addr, 1); in iq2000_count_memory_refs()
481 code1 = GET_CODE (plus1); in iq2000_count_memory_refs()
486 addr = plus1; in iq2000_count_memory_refs()
493 addr = plus1; in iq2000_count_memory_refs()
522 addr = plus1; in iq2000_count_memory_refs()
835 rtx plus1 = XEXP (addr, 1); in iq2000_address_cost() local
837 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG) in iq2000_address_cost()
838 plus0 = XEXP (addr, 1), plus1 = XEXP (addr, 0); in iq2000_address_cost()
843 switch (GET_CODE (plus1)) in iq2000_address_cost()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Dpredicates.md118 rtx addr, plus0, plus1;
141 plus1 = XEXP (addr, 1);
143 && GET_CODE (plus1) == CONST_INT && SMALL_INT (plus1)
144 && SMALL_INT_UNSIGNED (plus1) /* No negative offsets. */)
147 else if (GET_CODE (plus1) == REG
149 && SMALL_INT_UNSIGNED (plus1) /* No negative offsets. */)
H A Diq2000.c453 rtx addr, plus0, plus1; in iq2000_count_memory_refs() local
479 plus1 = XEXP (addr, 1); in iq2000_count_memory_refs()
481 code1 = GET_CODE (plus1); in iq2000_count_memory_refs()
486 addr = plus1; in iq2000_count_memory_refs()
493 addr = plus1; in iq2000_count_memory_refs()
522 addr = plus1; in iq2000_count_memory_refs()
835 rtx plus1 = XEXP (addr, 1); in iq2000_address_cost() local
837 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG) in iq2000_address_cost()
838 plus0 = XEXP (addr, 1), plus1 = XEXP (addr, 0); in iq2000_address_cost()
843 switch (GET_CODE (plus1)) in iq2000_address_cost()
[all …]
H A Diq2000.cc453 rtx addr, plus0, plus1; in iq2000_count_memory_refs() local
479 plus1 = XEXP (addr, 1); in iq2000_count_memory_refs()
481 code1 = GET_CODE (plus1); in iq2000_count_memory_refs()
486 addr = plus1; in iq2000_count_memory_refs()
493 addr = plus1; in iq2000_count_memory_refs()
522 addr = plus1; in iq2000_count_memory_refs()
835 rtx plus1 = XEXP (addr, 1); in iq2000_address_cost() local
837 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG) in iq2000_address_cost()
838 plus0 = XEXP (addr, 1), plus1 = XEXP (addr, 0); in iq2000_address_cost()
843 switch (GET_CODE (plus1)) in iq2000_address_cost()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Dpredicates.md189 rtx addr, plus0, plus1;
220 plus1 = XEXP (addr, 1);
225 && (GET_CODE (plus1) == CONST_INT))
227 off = INTVAL (plus1);
247 && (GET_CODE (plus1) == CONST_INT))
249 off = INTVAL (plus1);
H A Darc.c2492 register rtx plus1 = XEXP (addr, 1); in arc_address_cost() local
2501 switch (GET_CODE (plus1)) in arc_address_cost()
2509 && satisfies_constraint_O (plus1)) in arc_address_cost()
10916 rtx addr, plus0, plus1; in compact_memory_operand_p() local
10951 plus1 = XEXP (addr, 1); in compact_memory_operand_p()
10956 && ((GET_CODE (plus1) == REG) in compact_memory_operand_p()
10958 || COMPACT_GP_REG_P (REGNO (plus1))))) in compact_memory_operand_p()
10967 && (GET_CODE (plus1) == CONST_INT)) in compact_memory_operand_p()
10971 off = INTVAL (plus1); in compact_memory_operand_p()
11028 off = INTVAL (plus1); in compact_memory_operand_p()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/arc/
H A Dpredicates.md189 rtx addr, plus0, plus1;
220 plus1 = XEXP (addr, 1);
225 && (GET_CODE (plus1) == CONST_INT))
227 off = INTVAL (plus1);
247 && (GET_CODE (plus1) == CONST_INT))
249 off = INTVAL (plus1);
H A Darc.c2492 register rtx plus1 = XEXP (addr, 1); in arc_address_cost() local
2501 switch (GET_CODE (plus1)) in arc_address_cost()
2509 && satisfies_constraint_O (plus1)) in arc_address_cost()
10916 rtx addr, plus0, plus1; in compact_memory_operand_p() local
10951 plus1 = XEXP (addr, 1); in compact_memory_operand_p()
10956 && ((GET_CODE (plus1) == REG) in compact_memory_operand_p()
10958 || COMPACT_GP_REG_P (REGNO (plus1))))) in compact_memory_operand_p()
10967 && (GET_CODE (plus1) == CONST_INT)) in compact_memory_operand_p()
10971 off = INTVAL (plus1); in compact_memory_operand_p()
11028 off = INTVAL (plus1); in compact_memory_operand_p()
[all …]
H A Darc.cc2498 rtx plus1 = XEXP (addr, 1); in arc_address_cost() local
2507 switch (GET_CODE (plus1)) in arc_address_cost()
2515 && satisfies_constraint_O (plus1)) in arc_address_cost()
10898 rtx addr, plus0, plus1; in compact_memory_operand_p() local
10933 plus1 = XEXP (addr, 1); in compact_memory_operand_p()
10938 && ((GET_CODE (plus1) == REG) in compact_memory_operand_p()
10940 || COMPACT_GP_REG_P (REGNO (plus1))))) in compact_memory_operand_p()
10949 && (GET_CODE (plus1) == CONST_INT)) in compact_memory_operand_p()
10953 off = INTVAL (plus1); in compact_memory_operand_p()
11010 off = INTVAL (plus1); in compact_memory_operand_p()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.c1969 rtx plus1 = XEXP (x, 1); in xtensa_legitimize_address() local
1971 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG) in xtensa_legitimize_address()
1974 plus1 = XEXP (x, 0); in xtensa_legitimize_address()
1979 && GET_CODE (plus1) == CONST_INT in xtensa_legitimize_address()
1980 && !xtensa_mem_offset (INTVAL (plus1), mode) in xtensa_legitimize_address()
1981 && !xtensa_simm8 (INTVAL (plus1)) in xtensa_legitimize_address()
1982 && xtensa_mem_offset (INTVAL (plus1) & 0xff, mode) in xtensa_legitimize_address()
1983 && xtensa_simm8x256 (INTVAL (plus1) & ~0xff)) in xtensa_legitimize_address()
1986 rtx addmi_offset = GEN_INT (INTVAL (plus1) & ~0xff); in xtensa_legitimize_address()
1989 return gen_rtx_PLUS (Pmode, temp, GEN_INT (INTVAL (plus1) & 0xff)); in xtensa_legitimize_address()
H A Dxtensa.cc1995 rtx plus1 = XEXP (x, 1); in xtensa_legitimize_address() local
1997 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG) in xtensa_legitimize_address()
2000 plus1 = XEXP (x, 0); in xtensa_legitimize_address()
2005 && GET_CODE (plus1) == CONST_INT in xtensa_legitimize_address()
2006 && !xtensa_mem_offset (INTVAL (plus1), mode) in xtensa_legitimize_address()
2007 && !xtensa_simm8 (INTVAL (plus1)) in xtensa_legitimize_address()
2008 && xtensa_mem_offset (INTVAL (plus1) & 0xff, mode) in xtensa_legitimize_address()
2009 && xtensa_simm8x256 (INTVAL (plus1) & ~0xff)) in xtensa_legitimize_address()
2012 rtx addmi_offset = GEN_INT (INTVAL (plus1) & ~0xff); in xtensa_legitimize_address()
2015 return gen_rtx_PLUS (Pmode, temp, GEN_INT (INTVAL (plus1) & 0xff)); in xtensa_legitimize_address()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c1969 rtx plus1 = XEXP (x, 1); in xtensa_legitimize_address() local
1971 if (GET_CODE (plus0) != REG && GET_CODE (plus1) == REG) in xtensa_legitimize_address()
1974 plus1 = XEXP (x, 0); in xtensa_legitimize_address()
1979 && GET_CODE (plus1) == CONST_INT in xtensa_legitimize_address()
1980 && !xtensa_mem_offset (INTVAL (plus1), mode) in xtensa_legitimize_address()
1981 && !xtensa_simm8 (INTVAL (plus1)) in xtensa_legitimize_address()
1982 && xtensa_mem_offset (INTVAL (plus1) & 0xff, mode) in xtensa_legitimize_address()
1983 && xtensa_simm8x256 (INTVAL (plus1) & ~0xff)) in xtensa_legitimize_address()
1986 rtx addmi_offset = GEN_INT (INTVAL (plus1) & ~0xff); in xtensa_legitimize_address()
1989 return gen_rtx_PLUS (Pmode, temp, GEN_INT (INTVAL (plus1) & 0xff)); in xtensa_legitimize_address()
/netbsd/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.c288 rtx addr, plus0, plus1; in simple_memory_operand() local
312 plus1 = XEXP (addr, 1); in simple_memory_operand()
317 if (GET_CODE (plus0) == REG && GET_CODE (plus1) == CONST_INT in simple_memory_operand()
318 && SMALL_INT (plus1)) in simple_memory_operand()
322 else if (GET_CODE (plus1) == REG && GET_CODE (plus0) == CONST_INT) in simple_memory_operand()
326 else if (GET_CODE (plus0) == REG && GET_CODE (plus1) == REG) in simple_memory_operand()
H A Dmicroblaze.cc289 rtx addr, plus0, plus1; in simple_memory_operand() local
313 plus1 = XEXP (addr, 1); in simple_memory_operand()
318 if (GET_CODE (plus0) == REG && GET_CODE (plus1) == CONST_INT in simple_memory_operand()
319 && SMALL_INT (plus1)) in simple_memory_operand()
323 else if (GET_CODE (plus1) == REG && GET_CODE (plus0) == CONST_INT) in simple_memory_operand()
327 else if (GET_CODE (plus0) == REG && GET_CODE (plus1) == REG) in simple_memory_operand()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c288 rtx addr, plus0, plus1; in simple_memory_operand() local
312 plus1 = XEXP (addr, 1); in simple_memory_operand()
317 if (GET_CODE (plus0) == REG && GET_CODE (plus1) == CONST_INT in simple_memory_operand()
318 && SMALL_INT (plus1)) in simple_memory_operand()
322 else if (GET_CODE (plus1) == REG && GET_CODE (plus0) == CONST_INT) in simple_memory_operand()
326 else if (GET_CODE (plus0) == REG && GET_CODE (plus1) == REG) in simple_memory_operand()
/netbsd/external/gpl3/binutils.old/dist/gas/doc/
H A Das.texi5987 @item .macro plus1 p, p1
5988 @itemx .macro plus1 p p1
5989 Either statement begins the definition of a macro called @code{plus1},
/netbsd/external/gpl3/gdb/dist/gas/doc/
H A Das.texi6010 @item .macro plus1 p, p1
6011 @itemx .macro plus1 p p1
6012 Either statement begins the definition of a macro called @code{plus1},
/netbsd/external/gpl3/binutils/dist/gas/doc/
H A Das.texi6085 @item .macro plus1 p, p1
6086 @itemx .macro plus1 p p1
6087 Either statement begins the definition of a macro called @code{plus1},

12