HomeSort by: relevance | last modified time | path
    Searched refs:B_DEF (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-builtins.def 304 /* B_DEF defines a standard (not overloaded) builtin
305 B_DEF (<builtin name>, <RTL expander name>, <function attributes>, <builtin flags>, <operand flags, see above>, <fntype>)
316 B_DEF (tbeginc, tbeginc, 0, B_HTM, 0, BT_FN_VOID)
317 B_DEF (tbegin, tbegin, returns_twice_attr, B_HTM, 0, BT_FN_INT_VOIDPTR)
318 B_DEF (tbegin_nofloat, tbegin_nofloat, returns_twice_attr, B_HTM, 0, BT_FN_INT_VOIDPTR)
319 B_DEF (tbegin_retry, tbegin_retry, returns_twice_attr, B_HTM, 0, BT_FN_INT_VOIDPTR_INT)
320 B_DEF (tbegin_retry_nofloat, tbegin_retry_nofloat,returns_twice_attr,B_HTM, 0, BT_FN_INT_VOIDPTR_INT)
321 B_DEF (tend, tend, 0, B_HTM, 0, BT_FN_INT)
322 B_DEF (tabort, tabort, noreturn_attr, B_HTM, 0, BT_FN_VOID_INT)
323 B_DEF (tx_nesting_depth, etnd, 0, B_HTM, 0, (…)
    [all...]
s390-builtins.h 97 #undef B_DEF
100 #define B_DEF(NAME, ...) S390_BUILTIN_##NAME,
112 #undef B_DEF
115 #define B_DEF(...)
125 #undef B_DEF
128 #define B_DEF(...)
s390-c.cc 61 #undef B_DEF
64 #define B_DEF(...)
78 #undef B_DEF
81 #define B_DEF(...)
95 #undef B_DEF
98 #define B_DEF(...)
128 #undef B_DEF
131 #define B_DEF(...)
s390.cc 626 #undef B_DEF
629 #define B_DEF(NAME, PATTERN, ATTRS, BFLAGS, ...) BFLAGS,
638 #undef B_DEF
641 #define B_DEF(NAME, PATTERN, ATTRS, BFLAGS, OPFLAGS, ...) OPFLAGS,
650 #undef B_DEF
653 #define B_DEF(...)
663 #undef B_DEF
666 #define B_DEF(...)
676 #undef B_DEF
679 #define B_DEF(...
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-builtins.def 304 /* B_DEF defines a standard (not overloaded) builtin
305 B_DEF (<builtin name>, <RTL expander name>, <function attributes>, <builtin flags>, <operand flags, see above>, <fntype>)
316 B_DEF (tbeginc, tbeginc, 0, B_HTM, 0, BT_FN_VOID)
317 B_DEF (tbegin, tbegin, returns_twice_attr, B_HTM, 0, BT_FN_INT_VOIDPTR)
318 B_DEF (tbegin_nofloat, tbegin_nofloat, returns_twice_attr, B_HTM, 0, BT_FN_INT_VOIDPTR)
319 B_DEF (tbegin_retry, tbegin_retry, returns_twice_attr, B_HTM, 0, BT_FN_INT_VOIDPTR_INT)
320 B_DEF (tbegin_retry_nofloat, tbegin_retry_nofloat,returns_twice_attr,B_HTM, 0, BT_FN_INT_VOIDPTR_INT)
321 B_DEF (tend, tend, 0, B_HTM, 0, BT_FN_INT)
322 B_DEF (tabort, tabort, noreturn_attr, B_HTM, 0, BT_FN_VOID_INT)
323 B_DEF (tx_nesting_depth, etnd, 0, B_HTM, 0, (…)
    [all...]
s390-builtins.h 97 #undef B_DEF
100 #define B_DEF(NAME, ...) S390_BUILTIN_##NAME,
112 #undef B_DEF
115 #define B_DEF(...)
125 #undef B_DEF
128 #define B_DEF(...)
s390-c.cc 61 #undef B_DEF
64 #define B_DEF(...)
78 #undef B_DEF
81 #define B_DEF(...)
95 #undef B_DEF
98 #define B_DEF(...)
128 #undef B_DEF
131 #define B_DEF(...)
s390.cc 567 #undef B_DEF
570 #define B_DEF(NAME, PATTERN, ATTRS, BFLAGS, ...) BFLAGS,
579 #undef B_DEF
582 #define B_DEF(NAME, PATTERN, ATTRS, BFLAGS, OPFLAGS, ...) OPFLAGS,
591 #undef B_DEF
594 #define B_DEF(...)
604 #undef B_DEF
607 #define B_DEF(...)
617 #undef B_DEF
620 #define B_DEF(...
    [all...]

Completed in 29 milliseconds