Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/openbsd-src/lib/libc/gdtoa/
H A Dgdtoa.h58 #ifndef CONST
60 #define CONST /* blank */ macro
62 #define CONST const macro
112 extern float strtof ANSI((CONST char *, char **));
113 extern double strtod ANSI((CONST char *, char **));
114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
134 extern int __strtoId ANSI((CONST char*, char**, double*, double*));
135 extern int __strtoIdd ANSI((CONST char*, char**, double*, double*));
136 extern int __strtoIf ANSI((CONST char*, char**, float*, float*));
137 extern int __strtoIQ ANSI((CONST char*, char**, void*, void*));
[all …]
H A Dhexnan.c55 CONST char **sp; FPI *fpi; ULong *x0; in hexnan()
57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
61 CONST char *s;
75 while((c = *(CONST unsigned char*)(s+1)) && c <= ' ')
78 && *(CONST unsigned char*)(s+3) > ' ')
80 while((c = *(CONST unsigned char*)++s)) {
95 while(*(CONST unsigned char*)(s+1) <= ' ')
98 && *(CONST unsigned char*)(s+3) > ' ')
H A Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b()
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
126 (CONST char **sp, char *t)
130 CONST char *s = *sp;
H A Dgdtoaimp.h571 extern CONST double bigtens[], tens[], tinytens[];
590 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
592 extern int hexnan ANSI((CONST char**, FPI*, ULong*));
598 extern int match ANSI((CONST char**, char*));
607 extern Bigint *s2b ANSI((CONST char*, int, int, ULong, int));
610 extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*));
H A Dstrtof.c36 strtof(s, sp) CONST char *s; char **sp; in strtof()
38 strtof(CONST char *s, char **sp)
H A Dstrtord.c76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d; in strtord()
78 strtord(CONST char *s, char **sp, int rounding, double *d)
H A Dgethex.c41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign; in gethex()
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
47 CONST unsigned char *decpt, *s0, *s, *s1;
70 s0 = *(CONST unsigned char **)sp + 2;
H A DstrtorQ.c100 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorQ()
102 strtorQ(CONST char *s, char **sp, int rounding, void *L)
H A Dstrtorx.c103 strtorx(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorx()
105 strtorx(CONST char *s, char **sp, int rounding, void *L)
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors2.C11 #define CONST const macro
25 static CONST char *ByteMagic, *WordMagic, *LongMagic,
30 CONST char* Magic;
33 static CONST SigTable sigTable[];
37 CONST char
48 CONST Sig::SigTable Sig::sigTable[] = {
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.h420 GET_CODE (XEXP (X, 0)) == CONST ? BASE_REGS : \
425 GET_CODE (XEXP (XEXP (X, 0), 1)) == CONST ? BASE_REGS : GENERAL_REGS)
866 || GET_CODE (X) == CONST_INT || GET_CODE (X) == CONST \
894 || (GET_CODE (X) == CONST \
1187 case CONST: \
1230 || (GET_CODE (RTX) == CONST \
1236 || GET_CODE (XEXP (RTX, 1)) == CONST)))
1430 else if (GET_CODE (addr) == CONST \
1453 {"constant_pool_address_operand", {SUBREG, CONST}}, \
1454 {"romp_symbolic_operand", {LABEL_REF, SYMBOL_REF, CONST}}, \
[all …]
/openbsd-src/usr.bin/rdist/
H A Dlookup.c38 #define CONST 2 macro
134 if (action != INSERT || s->s_type != CONST) { in lookup()
156 s->s_type = action == INSERT ? VAR : CONST; in lookup()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.h1602 case CONST: \
1974 {"local_symbolic_operand", {SYMBOL_REF, CONST, LABEL_REF}}, \
1975 {"small_symbolic_operand", {SYMBOL_REF, CONST}}, \
1976 {"global_symbolic_operand", {SYMBOL_REF, CONST}}, \
1977 {"dtp16_symbolic_operand", {CONST}}, \
1978 {"dtp32_symbolic_operand", {CONST}}, \
1979 {"gotdtp_symbolic_operand", {CONST}}, \
1980 {"tp16_symbolic_operand", {CONST}}, \
1981 {"tp32_symbolic_operand", {CONST}}, \
1982 {"gottp_symbolic_operand", {CONST}}, \
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h35 CONST = 1, ///< Value is a constant. enumerator
55 assert(kind == CONST); in getConst()
91 case CONST:
119 SDDbgOperand(const Value *C) : kind(CONST) { u.Const = C; } in SDDbgOperand()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.c432 rtx offset = gen_rtx (CONST, Pmode,
474 else if (GET_CODE (orig) == CONST)
522 && GET_CODE (XEXP (orig, 1)) == CONST
609 rtx offset = gen_rtx (CONST, Pmode,
634 gen_rtx (CONST, Pmode, offset))));
637 gen_rtx (CONST, Pmode, offset))));
658 gen_rtx (CONST, Pmode,
677 rtx offset = gen_rtx (CONST, Pmode,
732 gen_rtx (CONST, Pmode,
793 else if (GET_CODE (orig) == CONST)
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.h775 || (GET_CODE (X) == CONST && symbolic_reference_mentioned_p (X)))
779 || (GET_CODE (X) == CONST && tls_symbolic_reference_mentioned_p (X)))
816 case CONST: \
1056 if (GET_CODE (EXP) == CONST \
1085 {"bras_sym_operand",{ SYMBOL_REF, CONST }}, \
1086 {"larl_operand", { SYMBOL_REF, CONST, CONST_INT, CONST_DOUBLE }}, \
1090 {"consttable_operand", { SYMBOL_REF, LABEL_REF, CONST, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.h1282 || GET_CODE (X) == CONST_INT || GET_CODE (X) == CONST)
1291 (! (GET_CODE (X) == CONST \
1441 case CONST : \
1955 CONST_DOUBLE, LABEL_REF, CONST, \
1960 { "symbolic_operand", { SYMBOL_REF, LABEL_REF, CONST }}, \
1961 { "seth_add3_operand", { SYMBOL_REF, LABEL_REF, CONST }}, \
1969 { "call_address_operand", { SYMBOL_REF, LABEL_REF, CONST }}, \
1975 { "seth_add3_operand", { SYMBOL_REF, LABEL_REF, CONST }},
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h2039 || (GET_CODE (X) == CONST && symbolic_reference_mentioned_p (X)))
2631 case CONST: \
3279 SYMBOL_REF, LABEL_REF, CONST}}, \
3281 SYMBOL_REF, LABEL_REF, CONST}}, \
3283 SYMBOL_REF, LABEL_REF, CONST}}, \
3285 SYMBOL_REF, LABEL_REF, CONST}}, \
3287 SYMBOL_REF, LABEL_REF, CONST}}, \
3289 SYMBOL_REF, LABEL_REF, CONST}}, \
3290 {"x86_64_zext_immediate_operand", {CONST_INT, CONST_DOUBLE, CONST, \
3295 {"symbolic_operand", {SYMBOL_REF, LABEL_REF, CONST}}, \
[all …]
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dpredicates.md32 || GET_CODE (XEXP (op, 0)) == CONST))
47 || GET_CODE (XEXP (op, 0)) == CONST))
61 || GET_CODE (XEXP (op, 0)) == CONST))
145 case CONST:
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dansidecl.h183 #define CONST const macro
222 #define CONST macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dh8300.h985 #define EXPAND_UNOP_EXTENDED_B(CODE, NAME, CONST, PREFIX, OP1, OP2, OP3) \ argument
986 …{CODE, AV_H8, 2, NAME, {{CONST, RD8, E}}, {{ …
987 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDIND, E}}, {{ 7, 13, B30 | RDIND, IGN…
988 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDPOSTINC, E}}, {{PREFIX, 4, 6, 12, B30 | RDPOSTINC, B31 | IGN…
989 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDPOSTDEC, E}}, {{PREFIX, 6, 6, 12, B30 | RDPOSTDEC, B31 | IGN…
990 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDPREINC, E}}, {{PREFIX, 5, 6, 12, B30 | RDPREINC, B31 | IGN…
991 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDPREDEC, E}}, {{PREFIX, 7, 6, 12, B30 | RDPREDEC, B31 | IGN…
992 …{CODE, AV_H8SX, 0, NAME, {{CONST, DISP2DST, E}}, {{PREFIX, B30 | B21 | DISP2DST, 6, 8, B30 | DST…
993 …{CODE, AV_H8SX, 0, NAME, {{CONST, DISP16DST, E}}, {{PREFIX, 4, 6, 14, B30 | DSTDISPREG, B31 | IGN…
994 …{CODE, AV_H8SX, 0, NAME, {{CONST, DISP32DST, E}}, {{7, 8, B30 | DSTDISPREG, 4, 6, 10, 2, B31 | IGN…
[all …]
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dh8300.h984 #define EXPAND_UNOP_EXTENDED_B(CODE, NAME, CONST, PREFIX, OP1, OP2, OP3) \ argument
985 …{CODE, AV_H8, 2, NAME, {{CONST, RD8, E}}, {{ …
986 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDIND, E}}, {{ 7, 13, B30 | RDIND, IGN…
987 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDPOSTINC, E}}, {{PREFIX, 4, 6, 12, B30 | RDPOSTINC, B31 | IGN…
988 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDPOSTDEC, E}}, {{PREFIX, 6, 6, 12, B30 | RDPOSTDEC, B31 | IGN…
989 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDPREINC, E}}, {{PREFIX, 5, 6, 12, B30 | RDPREINC, B31 | IGN…
990 …{CODE, AV_H8SX, 0, NAME, {{CONST, RDPREDEC, E}}, {{PREFIX, 7, 6, 12, B30 | RDPREDEC, B31 | IGN…
991 …{CODE, AV_H8SX, 0, NAME, {{CONST, DISP2DST, E}}, {{PREFIX, B30 | B21 | DISP2DST, 6, 8, B30 | DST…
992 …{CODE, AV_H8SX, 0, NAME, {{CONST, DISP16DST, E}}, {{PREFIX, 4, 6, 14, B30 | DSTDISPREG, B31 | IGN…
993 …{CODE, AV_H8SX, 0, NAME, {{CONST, DISP32DST, E}}, {{7, 8, B30 | DSTDISPREG, 4, 6, 10, 2, B31 | IGN…
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.h2121 || (GET_CODE (X) == CONST \
2415 else if (GET_CODE (X) == SYMBOL_REF || GET_CODE (X) == CONST \
2705 case CONST_INT: case HIGH: case CONST: \
2972 || GET_CODE (index) == CONST) \
2995 else if (flag_pic && GET_CODE (addr) == CONST \
2997 && GET_CODE (XEXP (XEXP (addr, 0), 1)) == CONST \
3029 {"call_operand_address", {SYMBOL_REF, LABEL_REF, CONST, CONST_DOUBLE, \
3031 {"symbolic_operand", {SYMBOL_REF, LABEL_REF, CONST}}, \
3034 {"sp64_medium_pic_operand", {CONST}}, \
3035 {"data_segment_operand", {SYMBOL_REF, PLUS, CONST}}, \
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drtlanal.c72 case CONST:
148 case CONST:
241 case CONST:
320 if (GET_CODE (x) == CONST)
340 if (GET_CODE (x) != CONST)
466 if ((GET_CODE (y) == CONST || GET_CODE (y) == LABEL_REF)
529 case CONST:
921 case CONST:
968 case CONST:
1024 case CONST:
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.h2458 case CONST: \
3994 CONST, SYMBOL_REF, \
3997 CONST, SYMBOL_REF, \
4001 CONST, SYMBOL_REF, \
4020 CONST, SYMBOL_REF, \
4023 CONST, SYMBOL_REF, \

12345678910>>...14