Home
last modified time | relevance | path

Searched refs:VALUE (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.h1026 #define CONST_18UBIT_IMM_P(VALUE) ((VALUE) >= 0 && (VALUE) <= 262140) argument
1027 #define CONST_16BIT_IMM_P(VALUE) ((VALUE) >= -32768 && (VALUE) <= 32767) argument
1028 #define CONST_16UBIT_IMM_P(VALUE) ((VALUE) >= 0 && (VALUE) <= 65535) argument
1029 #define CONST_7BIT_IMM_P(VALUE) ((VALUE) >= -64 && (VALUE) <= 63) argument
1030 #define CONST_7NBIT_IMM_P(VALUE) ((VALUE) >= -64 && (VALUE) <= 0) argument
1031 #define CONST_5UBIT_IMM_P(VALUE) ((VALUE) >= 0 && (VALUE) <= 31) argument
1032 #define CONST_4BIT_IMM_P(VALUE) ((VALUE) >= -8 && (VALUE) <= 7) argument
1033 #define CONST_4UBIT_IMM_P(VALUE) ((VALUE) >= 0 && (VALUE) <= 15) argument
1034 #define CONST_3BIT_IMM_P(VALUE) ((VALUE) >= -4 && (VALUE) <= 3) argument
1035 #define CONST_3UBIT_IMM_P(VALUE) ((VALUE) >= 0 && (VALUE) <= 7) argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991216-1.c1 #define VALUE 0x123456789abcdefLL macro
8 || value != VALUE in test1()
18 || value != VALUE in test2()
29 || value != VALUE in test3()
41 || value != VALUE in test4()
54 || value != VALUE in test5()
68 || value != VALUE in test6()
83 || value != VALUE in test7()
99 || value != VALUE in test8()
107 test1 (1, VALUE, AFTER); in main()
[all …]
H A D991216-3.c3 #define VALUE 0x123456789abcdefLL macro
20 if (va_arg (ap, long long) != VALUE) in test()
32 test (1, VALUE, AFTER); in main()
33 test (2, 2, VALUE, AFTER); in main()
34 test (3, 2, 3, VALUE, AFTER); in main()
35 test (4, 2, 3, 4, VALUE, AFTER); in main()
36 test (5, 2, 3, 4, 5, VALUE, AFTER); in main()
37 test (6, 2, 3, 4, 5, 6, VALUE, AFTER); in main()
38 test (7, 2, 3, 4, 5, 6, 7, VALUE, AFTER); in main()
39 test (8, 2, 3, 4, 5, 6, 7, 8, VALUE, AFTER); in main()
H A D991216-2.c3 #define VALUE 0x123456789abcdefLL macro
19 if (va_arg (ap, long long) != VALUE) in test()
31 test (1, VALUE, AFTER); in main()
32 test (2, 2, VALUE, AFTER); in main()
33 test (3, 2, 3, VALUE, AFTER); in main()
34 test (4, 2, 3, 4, VALUE, AFTER); in main()
35 test (5, 2, 3, 4, 5, VALUE, AFTER); in main()
36 test (6, 2, 3, 4, 5, 6, VALUE, AFTER); in main()
37 test (7, 2, 3, 4, 5, 6, 7, VALUE, AFTER); in main()
38 test (8, 2, 3, 4, 5, 6, 7, 8, VALUE, AFTER); in main()
/openbsd/gnu/gcc/gcc/config/mcore/
H A Dmcore.h455 #define CONST_OK_FOR_I(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 0x7f) argument
456 #define CONST_OK_FOR_J(VALUE) (((int)(VALUE)) > 0 && ((int)(VALUE)) <= 32) argument
457 #define CONST_OK_FOR_L(VALUE) (((int)(VALUE)) < 0 && ((int)(VALUE)) >= -32) argument
458 #define CONST_OK_FOR_K(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 31) argument
459 #define CONST_OK_FOR_M(VALUE) (exact_log2 (VALUE) >= 0) argument
460 #define CONST_OK_FOR_N(VALUE) (((int)(VALUE)) == -1 || exact_log2 ((VALUE) + 1) >= 0) argument
461 #define CONST_OK_FOR_O(VALUE) (CONST_OK_FOR_I(VALUE) || \ argument
467 #define CONST_OK_FOR_P(VALUE) (mcore_const_ok_for_inline (VALUE)) argument
469 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ argument
470 ((C) == 'I' ? CONST_OK_FOR_I (VALUE) \
[all …]
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.h386 #define INT_7_BITS(VALUE) ((unsigned) (VALUE) + 0x40 < 0x80) argument
387 #define INT_8_BITS(VALUE) ((unsigned) (VALUE) + 0x80 < 0x100) argument
389 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0) argument
391 #define CONST_OK_FOR_J(VALUE) ((unsigned) (VALUE) + 0x10 < 0x20) argument
393 #define CONST_OK_FOR_K(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000) argument
395 #define CONST_OK_FOR_L(VALUE) \ argument
399 #define CONST_OK_FOR_M(VALUE) ((unsigned)(VALUE) < 0x10000) argument
401 #define CONST_OK_FOR_N(VALUE) ((unsigned) (VALUE) <= 31) argument
403 #define CONST_OK_FOR_O(VALUE) ((unsigned) (VALUE) + 0x100 < 0x200) argument
425 && (VALUE) == CONST0_RTX (GET_MODE (VALUE))) \
[all …]
/openbsd/gnu/gcc/gcc/config/h8300/
H A Dh8300.h401 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0) argument
402 #define CONST_OK_FOR_J(VALUE) (((VALUE) & 0xff) == 0) argument
403 #define CONST_OK_FOR_L(VALUE) \ argument
405 ? (VALUE) == 1 || (VALUE) == 2 || (VALUE) == 4 \
406 : (VALUE) == 1 || (VALUE) == 2)
408 ((VALUE) == 1 || (VALUE) == 2)
411 ? (VALUE) == -1 || (VALUE) == -2 || (VALUE) == -4 \
412 : (VALUE) == -1 || (VALUE) == -2)
414 ((VALUE) == -1 || (VALUE) == -2)
420 ((VALUE) > 0 && (VALUE) < (1 << (NBITS)))
[all …]
/openbsd/gnu/gcc/gcc/config/mt/
H A Dmt.h379 : (C) == 'J' ? ((VALUE) == 0) \
382 && (((VALUE) & ~2147483647) == 0 \
386 && (((VALUE) & 0x0000ffff) != 0 \
391 : (C) == 'P' ? ((VALUE) != 0 && (((VALUE) & ~0x0000ffff) == 0)) \
689 #define ASM_OUTPUT_CHAR(FILE, VALUE) \ argument
693 output_addr_const (FILE, (VALUE)); \
699 #define ASM_OUTPUT_SHORT(FILE, VALUE) \ argument
703 output_addr_const (FILE, (VALUE)); \
710 #define ASM_OUTPUT_INT(FILE, VALUE) \ argument
723 #define ASM_OUTPUT_BYTE(STREAM, VALUE) \ argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h556 #define CONST_OK_FOR_I(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 0x7f) argument
557 #define CONST_OK_FOR_J(VALUE) (((int)(VALUE)) > 0 && ((int)(VALUE)) <= 32) argument
558 #define CONST_OK_FOR_L(VALUE) (((int)(VALUE)) < 0 && ((int)(VALUE)) >= -32) argument
559 #define CONST_OK_FOR_K(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 31) argument
560 #define CONST_OK_FOR_M(VALUE) (exact_log2 (VALUE) >= 0) argument
561 #define CONST_OK_FOR_N(VALUE) (((int)(VALUE)) == -1 || exact_log2 ((VALUE) + 1) >= 0) argument
562 #define CONST_OK_FOR_O(VALUE) (CONST_OK_FOR_I(VALUE) || \ argument
568 #define CONST_OK_FOR_P(VALUE) (mcore_const_ok_for_inline (VALUE)) argument
570 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ argument
571 ((C) == 'I' ? CONST_OK_FOR_I (VALUE) \
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dsun2o4.h100 #define ASM_OUTPUT_FLOAT_OPERAND(CODE,FILE,VALUE) \ argument
105 REAL_VALUE_TO_TARGET_SINGLE (VALUE, l); \
111 else if (REAL_VALUE_ISINF (VALUE)) \
113 if (REAL_VALUE_NEGATIVE (VALUE)) \
118 else if (REAL_VALUE_MINUS_ZERO (VALUE)) \
124 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 9, 0); \
130 #define ASM_OUTPUT_DOUBLE_OPERAND(FILE,VALUE) \ argument
131 do { if (REAL_VALUE_ISINF (VALUE)) \
133 if (REAL_VALUE_NEGATIVE (VALUE)) \
138 else if (REAL_VALUE_MINUS_ZERO (VALUE)) \
[all …]
H A Dsun3.h187 #define ASM_OUTPUT_FLOAT_OPERAND(CODE,FILE,VALUE) \ argument
192 REAL_VALUE_TO_TARGET_SINGLE (VALUE, l); \
198 else if (REAL_VALUE_ISINF (VALUE)) \
200 if (REAL_VALUE_NEGATIVE (VALUE)) \
205 else if (REAL_VALUE_MINUS_ZERO (VALUE)) \
211 real_to_decimal (dstr, &(VALUE), sizeof (dstr), 9, 0); \
217 #define ASM_OUTPUT_DOUBLE_OPERAND(FILE,VALUE) \ argument
218 do { if (REAL_VALUE_ISINF (VALUE)) \
220 if (REAL_VALUE_NEGATIVE (VALUE)) \
225 else if (REAL_VALUE_MINUS_ZERO (VALUE)) \
[all …]
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv.h1276 #define CONST_OK_FOR_I(VALUE) IN_RANGE_P(VALUE, -32, 31) argument
1278 #define CONST_OK_FOR_J(VALUE) IN_RANGE_P(VALUE, -512, 511) argument
1286 #define CONST_OK_FOR_N(VALUE) IN_RANGE_P(VALUE, -2048, -1) argument
1288 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0) argument
1290 #define CONST_OK_FOR_P(VALUE) IN_RANGE_P(VALUE, 1, 2047) argument
1327 && (VALUE) == CONST0_RTX (GET_MODE (VALUE))))
1353 (got12_operand (VALUE, GET_MODE (VALUE)))
1357 (dbl_memory_one_insn_operand (VALUE, GET_MODE (VALUE)))
1361 (CONSTANT_P (VALUE) && call_operand (VALUE, VOIDmode))
1365 (dbl_memory_two_insn_operand (VALUE, GET_MODE (VALUE)))
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h510 #define INT_7_BITS(VALUE) ((unsigned) (VALUE) + 0x40 < 0x80) argument
511 #define INT_8_BITS(VALUE) ((unsigned) (VALUE) + 0x80 < 0x100) argument
513 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0) argument
515 #define CONST_OK_FOR_J(VALUE) ((unsigned) (VALUE) + 0x10 < 0x20) argument
517 #define CONST_OK_FOR_K(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000) argument
519 #define CONST_OK_FOR_L(VALUE) \ argument
523 #define CONST_OK_FOR_M(VALUE) ((unsigned)(VALUE) < 0x10000) argument
525 #define CONST_OK_FOR_N(VALUE) ((unsigned) (VALUE) <= 31) argument
527 #define CONST_OK_FOR_O(VALUE) ((unsigned) (VALUE) + 0x100 < 0x200) argument
549 && (VALUE) == CONST0_RTX (GET_MODE (VALUE))) \
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.h309 #define INT_8_BITS(VALUE) ((unsigned) (VALUE) + 0x80 < 0x100) argument
310 #define INT_16_BITS(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000) argument
312 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0) argument
313 #define CONST_OK_FOR_J(VALUE) ((VALUE) >= 1 && (VALUE) <= 3) argument
314 #define CONST_OK_FOR_K(VALUE) ((VALUE) >= 1 && (VALUE) <= 4) argument
315 #define CONST_OK_FOR_L(VALUE) ((VALUE) == 15) argument
316 #define CONST_OK_FOR_M(VALUE) ((VALUE) == 255) argument
318 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ argument
319 ((C) == 'I' ? CONST_OK_FOR_I (VALUE) : \
320 (C) == 'J' ? CONST_OK_FOR_J (VALUE) : \
[all …]
/openbsd/gnu/gcc/gcc/config/crx/
H A Dcrx.h244 #define INT_CST4(VALUE) \ argument
245 (((VALUE) >= -1 && (VALUE) <= 4) || (VALUE) == -4 \
246 || (VALUE) == 7 || (VALUE) == 8 || (VALUE) == 16 || (VALUE) == 32 \
247 || (VALUE) == 20 || (VALUE) == 12 || (VALUE) == 48)
249 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ argument
251 ((C) == 'I' ? UNSIGNED_INT_FITS_N_BITS(VALUE, 3) : \
254 (C) == 'L' ? INT_CST4(VALUE) : \
257 #define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C) \ argument
258 ((C) == 'G' ? crx_const_double_ok (VALUE) : \
490 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \ argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h1427 #define CONST_OK_FOR_I(VALUE) IN_RANGE_P(VALUE, -32, 31) argument
1429 #define CONST_OK_FOR_J(VALUE) IN_RANGE_P(VALUE, -512, 511) argument
1435 #define CONST_OK_FOR_M(VALUE) IN_RANGE_P (VALUE, 0, 65535) argument
1437 #define CONST_OK_FOR_N(VALUE) IN_RANGE_P(VALUE, -2048, -1) argument
1439 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0) argument
1441 #define CONST_OK_FOR_P(VALUE) IN_RANGE_P(VALUE, 1, 2047) argument
1478 && (VALUE) == CONST0_RTX (GET_MODE (VALUE))))
1504 (small_data_symbolic_operand (VALUE, GET_MODE (VALUE)))
1508 (dbl_memory_one_insn_operand (VALUE, GET_MODE (VALUE)))
1515 (dbl_memory_two_insn_operand (VALUE, GET_MODE (VALUE)))
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.h928 ((C) == 'I' ? (VALUE) >= -255 && (VALUE) <= -1 : \
929 (C) == 'J' ? (VALUE) >= 0 && (VALUE) <= 7 : \
930 (C) == 'K' ? (VALUE) >= 0 && (VALUE) <= 127 : \
931 (C) == 'L' ? (VALUE) > 0 && (VALUE) < 128: \
932 (C) == 'M' ? (VALUE) == -1: \
933 (C) == 'N' ? (VALUE) == 1: \
934 (C) == 'O' ? (VALUE) == 0: \
935 (C) == 'P' ? (VALUE) >= 0 && (VALUE) <= 255: \
2024 asm_output_char ((FILE), (VALUE))
2253 asm_fprintf ((STREAM), "\tpage\t%L%d\n\tjmp\t%L%d\n", (VALUE), (VALUE))
[all …]
/openbsd/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.h449 #define INT_8_BITS(VALUE) ((unsigned) (VALUE) + 0x80 < 0x100) argument
450 #define INT_16_BITS(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000) argument
452 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0) argument
453 #define CONST_OK_FOR_J(VALUE) ((VALUE) == 1) argument
454 #define CONST_OK_FOR_K(VALUE) ((VALUE) == 2) argument
455 #define CONST_OK_FOR_L(VALUE) ((VALUE) == 4) argument
456 #define CONST_OK_FOR_M(VALUE) ((VALUE) == 3) argument
457 #define CONST_OK_FOR_N(VALUE) ((VALUE) == 255 || (VALUE) == 65535) argument
459 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ argument
460 ((C) == 'I' ? CONST_OK_FOR_I (VALUE) : \
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.h401 #define INT_8_BITS(VALUE) ((unsigned) (VALUE) + 0x80 < 0x100) argument
402 #define INT_16_BITS(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000) argument
404 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0) argument
405 #define CONST_OK_FOR_J(VALUE) ((VALUE) == 1) argument
406 #define CONST_OK_FOR_K(VALUE) ((VALUE) == 2) argument
407 #define CONST_OK_FOR_L(VALUE) ((VALUE) == 4) argument
408 #define CONST_OK_FOR_M(VALUE) ((VALUE) == 3) argument
409 #define CONST_OK_FOR_N(VALUE) ((VALUE) == 255 || (VALUE) == 65535) argument
411 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ argument
412 ((C) == 'I' ? CONST_OK_FOR_I (VALUE) : \
[all …]
/openbsd/gnu/gcc/gcc/config/vax/
H A Dvax.h267 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ argument
268 ( (C) == 'I' ? (VALUE) == 0 \
269 : (C) == 'J' ? 0 <= (VALUE) && (VALUE) < 64 \
270 : (C) == 'O' ? -63 <= (VALUE) && (VALUE) < 0 \
271 : (C) == 'K' ? -128 <= (VALUE) && (VALUE) < 128 \
272 : (C) == 'M' ? 0 <= (VALUE) && (VALUE) < 256 \
273 : (C) == 'L' ? -32768 <= (VALUE) && (VALUE) < 32768 \
274 : (C) == 'N' ? 0 <= (VALUE) && (VALUE) < 65536 \
282 #define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C) \ argument
284 || (VALUE) == CONST0_RTX (SFmode)) \
[all …]
/openbsd/gnu/llvm/llvm/resources/
H A Dwindows_version_resource.rc63 VALUE "CompanyName", RC_COMPANY_NAME
64 VALUE "FileDescription", RC_FILE_DESCRIPTION
65 VALUE "FileVersion", RC_FILE_VERSION
66 VALUE "InternalName", RC_INTERNAL_NAME
67 VALUE "OriginalFilename", RC_ORIGINAL_FILENAME
68 VALUE "ProductName", RC_PRODUCT_NAME
69 VALUE "ProductVersion", RC_PRODUCT_VERSION
73 VALUE "Comments", RC_COMMENTS
77 VALUE "LegalCopyright", RC_COPYRIGHT
87 VALUE "Translation", 0x0409, 0x04B0
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h1034 #define CONST_OK_FOR_I(VALUE) \ argument
1040 #define CONST_OK_FOR_K(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x80 < 0x100) argument
1042 #define CONST_OK_FOR_L(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x7F < 0x100) argument
1044 #define CONST_OK_FOR_M(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) < 0x40) argument
1046 #define CONST_OK_FOR_N(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x100 < 0x200) argument
1048 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0) argument
1050 #define CONST_OK_FOR_P(VALUE) ((VALUE) == 0 || (VALUE) == -1) argument
1068 ((VALUE) == CONST0_RTX (GET_MODE (VALUE)) \
1069 || (VALUE) == CONST1_RTX (GET_MODE (VALUE)))
1080 (memory_operand((VALUE), VOIDmode) && ! MEM_VOLATILE_P (VALUE))
[all …]
/openbsd/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.h317 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ argument
318 ( (C) == 'I' ? (VALUE) >= 0 && (VALUE) <= 3 \
319 : (C) == 'J' ? exact_log2 (VALUE) != -1 \
320 : (C) == 'K' ? exact_log2 (~(VALUE)) != -1 \
321 : (C) == 'L' ? (VALUE) >= 0 && (VALUE) <= 255 \
322 : (C) == 'M' ? (VALUE) >= -255 && (VALUE) <= 0 \
323 : (C) == 'N' ? (VALUE) >= -3 && (VALUE) <= 0 \
324 : (C) == 'O' ? (VALUE) >= 1 && (VALUE) <= 4 \
325 : (C) == 'P' ? (VALUE) >= -4 && (VALUE) <= -1 \
330 #define EXTRA_CONSTRAINT(VALUE, C) \ argument
[all …]
/openbsd/gnu/gcc/gcc/config/m32r/
H A Dm32r.h718 #define IN_RANGE_P(VALUE, LOW, HIGH) \ argument
736 ( (C) == 'I' ? INT8_P (VALUE) \
737 : (C) == 'J' ? INT16_P (VALUE) \
738 : (C) == 'K' ? UINT16_P (VALUE) \
739 : (C) == 'L' ? UPPER16_P (VALUE) \
740 : (C) == 'M' ? UINT24_P (VALUE) \
742 : (C) == 'O' ? UINT5_P (VALUE) \
767 #define EXTRA_CONSTRAINT(VALUE, C) \ argument
774 XEXP (VALUE, 0))) \
776 && memreg_operand (VALUE, GET_MODE (VALUE))) \
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.h463 #define CONST_OK_FOR_I(VALUE) ((VALUE) == 0) argument
464 #define CONST_OK_FOR_J(VALUE) (((VALUE) & 0xff) == 0) argument
465 #define CONST_OK_FOR_L(VALUE) \ argument
467 ? (VALUE) == 1 || (VALUE) == 2 || (VALUE) == 4 \
468 : (VALUE) == 1 || (VALUE) == 2)
469 #define CONST_OK_FOR_N(VALUE) \ argument
471 ? (VALUE) == -1 || (VALUE) == -2 || (VALUE) == -4 \
472 : (VALUE) == -1 || (VALUE) == -2)
474 #define CONST_OK_FOR_LETTER_P(VALUE, C) \ argument
475 ((C) == 'I' ? CONST_OK_FOR_I (VALUE) : \
[all …]

12345678910>>...13