Home
last modified time | relevance | path

Searched refs:magic (Results 31051 – 31075 of 102104) sorted by last modified time

1...<<1241124212431244124512461247124812491250>>...4085

/dports/lang/gcc11/gcc-11.2.0/gcc/config/rs6000/
H A Dxcoff.h37 #define MY_ISCOFF(magic) \ argument
38 ((magic) == U802WRMAGIC || (magic) == U802ROMAGIC \
39 || (magic) == U802TOCMAGIC || (magic) == 0757 || (magic) == 0767 \
40 || (magic) == 0x2321)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/pa/
H A Dpa.md9689 /* Must import the magic millicode routine(s). */
9703 /* Must import the magic millicode routine(s). */
9741 /* Must import the magic millicode routine. */
9757 /* Must import the magic millicode routine. */
9824 /* Must import the magic millicode routine. */
/dports/lang/gcc11/gcc-11.2.0/gcc/config/pa/
H A Dpa.md9689 /* Must import the magic millicode routine(s). */
9703 /* Must import the magic millicode routine(s). */
9741 /* Must import the magic millicode routine. */
9757 /* Must import the magic millicode routine. */
9824 /* Must import the magic millicode routine. */
/dports/lang/gcc11/gcc-11.2.0/gcc/config/ia64/
H A Dia64.c1827 int magic; in ia64_expand_compare() local
1836 case EQ: magic = QCMP_EQ; ncode = NE; break; in ia64_expand_compare()
1837 case NE: magic = QCMP_EQ; ncode = EQ; break; in ia64_expand_compare()
1839 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()
1840 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break; in ia64_expand_compare()
1843 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1844 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1845 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1846 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1849 case UNLT: magic = QCMP_LT |QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/ia64/
H A Dia64.c1827 int magic; in ia64_expand_compare() local
1836 case EQ: magic = QCMP_EQ; ncode = NE; break; in ia64_expand_compare()
1837 case NE: magic = QCMP_EQ; ncode = EQ; break; in ia64_expand_compare()
1839 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()
1840 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break; in ia64_expand_compare()
1843 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1844 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1845 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1846 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break; in ia64_expand_compare()
1849 case UNLT: magic = QCMP_LT |QCMP_UNORD; ncode = NE; break; in ia64_expand_compare()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/config/cris/
H A Dcris.md1523 canonicalized operands, and I seem to remember magic in reload,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/cris/
H A Dcris.md1523 canonicalized operands, and I seem to remember magic in reload,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dasan.c3611 tree magic = build_int_cst (TREE_TYPE (shadow_ptr_type), val); in asan_store_shadow_bytes() local
3616 gimple *g = gimple_build_assign (dest, magic); in asan_store_shadow_bytes()
H A Dacinclude.m4209 dnl We do special magic for INSTALL instead of AC_SUBST, to get
H A DChangeLog.tree-ssa8883 * tree-alias-common.c (we_created_global_var): A bit of magic to ignore
H A DFSFChangeLog.104187 (ENCODE_SECTION_INFO): If -mcall-{nt,aixdesc} add appropriate magic
7409 Use FATAL_EXIT_CODE instead of magic number.
H A DChangeLog-202021315 declare_variant_alt magic decl itself. Register
22282 when called late. Create a magic declare_variant_alt fndecl and
H A DChangeLog-20189646 ("tx_assist"): Replace magic number with PPA_TX_ABORT.
H A DChangeLog-201913789 macro instead of a magic number for PIC level.
H A DChangeLog-201734976 mode constant instead of magic value.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dasan.c3611 tree magic = build_int_cst (TREE_TYPE (shadow_ptr_type), val); in asan_store_shadow_bytes() local
3616 gimple *g = gimple_build_assign (dest, magic); in asan_store_shadow_bytes()
H A Dacinclude.m4209 dnl We do special magic for INSTALL instead of AC_SUBST, to get
H A DChangeLog.tree-ssa8883 * tree-alias-common.c (we_created_global_var): A bit of magic to ignore
H A DFSFChangeLog.104187 (ENCODE_SECTION_INFO): If -mcall-{nt,aixdesc} add appropriate magic
7409 Use FATAL_EXIT_CODE instead of magic number.
H A DChangeLog-202021315 declare_variant_alt magic decl itself. Register
22282 when called late. Create a magic declare_variant_alt fndecl and
H A DChangeLog-20189646 ("tx_assist"): Replace magic number with PPA_TX_ABORT.
H A DChangeLog-201913789 macro instead of a magic number for PIC level.
H A DChangeLog-201734976 mode constant instead of magic value.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A DChangeLog-20104692 magic constants for task master levels (instead, reference
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A DChangeLog-20104692 magic constants for task master levels (instead, reference

1...<<1241124212431244124512461247124812491250>>...4085