Searched refs:SYMBOLIC_CONST (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.h784 #define LEGITIMATE_PIC_OPERAND_P(X) ! SYMBOLIC_CONST (X) macro
786 #define SYMBOLIC_CONST(X) \
H A Dbfin.c1908 if (GET_CODE (operands[0]) == MEM && SYMBOLIC_CONST (operands[1]))
1925 && SYMBOLIC_CONST (op))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.h784 #define LEGITIMATE_PIC_OPERAND_P(X) ! SYMBOLIC_CONST (X) macro
786 #define SYMBOLIC_CONST(X) \
H A Dbfin.cc1909 if (GET_CODE (operands[0]) == MEM && SYMBOLIC_CONST (operands[1]))
1926 && SYMBOLIC_CONST (op))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h807 #define SYMBOLIC_CONST(X) \ macro
H A Ds390.c4038 if (!SYMBOLIC_CONST (op))
4070 if (!SYMBOLIC_CONST (op))
4618 if (in_p && SYMBOLIC_CONST (x) && flag_pic == 2 && rclass != ADDR_REGS)
5350 if (SYMBOLIC_CONST (x)
5352 && (SYMBOLIC_CONST (XEXP (x, 0))
5353 || SYMBOLIC_CONST (XEXP (x, 1)))))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h829 #define SYMBOLIC_CONST(X) \ macro
H A Ds390.cc4107 if (!SYMBOLIC_CONST (op))
4139 if (!SYMBOLIC_CONST (op))
4699 if (in_p && SYMBOLIC_CONST (x) && flag_pic == 2 && rclass != ADDR_REGS)
5447 if (SYMBOLIC_CONST (x)
5449 && (SYMBOLIC_CONST (XEXP (x, 0))
5450 || SYMBOLIC_CONST (XEXP (x, 1)))))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h1886 #define SYMBOLIC_CONST(X) \
1879 #define SYMBOLIC_CONST macro
H A Di386.c10625 else if (SYMBOLIC_CONST (disp)
11553 if (flag_pic && SYMBOLIC_CONST (x))
11557 if (MACHO_DYNAMIC_NO_PIC_P && SYMBOLIC_CONST (x))
11673 if (flag_pic && SYMBOLIC_CONST (XEXP (x, 1)))
20327 if (ix86_cmodel == CM_LARGE_PIC && SYMBOLIC_CONST (fnaddr))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h1768 #define SYMBOLIC_CONST(X) \
1761 #define SYMBOLIC_CONST macro
H A Di386.cc11086 else if (SYMBOLIC_CONST (disp)
12053 if (flag_pic && SYMBOLIC_CONST (x))
12057 if (MACHO_DYNAMIC_NO_PIC_P && SYMBOLIC_CONST (x))
12173 if (flag_pic && SYMBOLIC_CONST (XEXP (x, 1)))
21397 if (ix86_cmodel == CM_LARGE_PIC && SYMBOLIC_CONST (fnaddr))

Completed in 581 milliseconds