Searched refs:tdb (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A Dhtm-builtins-compile-3.c16 void * const tdb = tdb_struct; local
21 result = __TM_begin (tdb);
26 result = __TM_nesting_depth (tdb);
28 result = __TM_is_user_abort (tdb);
29 result = __TM_is_named_user_abort (tdb, &code);
30 result = __TM_is_illegal (tdb);
31 result = __TM_is_footprint_exceeded (tdb);
32 result = __TM_is_nested_too_deep (tdb);
33 result = __TM_is_conflict (tdb);
35 result = __TM_failure_address (tdb);
[all...]
H A Dhtm-builtins-2.c103 static void dump_tdb(struct __htm_tdb *tdb) argument
109 p = (unsigned char *)tdb;
131 static void make_fake_tdb(struct __htm_tdb *tdb) argument
133 memset(tdb, 0, sizeof(*tdb));
134 tdb->format = 1;
135 tdb->nesting_depth = 1;
136 tdb->atia = DEFAULT_ABORT_ADDRESS;
137 tdb->abort_code = 11;
142 static int check_abort_code_in_tdb(struct __htm_tdb *tdb, uint64_ argument
[all...]
H A Dhtm-builtins-compile-1.c15 foo (struct __htm_tdb* tdb, int reg, int *mem, uint64_t *mem64) argument
28 cc = __builtin_tbegin (tdb);
37 cc = __builtin_tbegin_nofloat (tdb);
49 cc = __builtin_tbegin_retry (tdb, 42);
64 cc = __builtin_tbegin_retry_nofloat (tdb, 42);
157 /* Make sure the tdb NULL argument ends up as immediate value in the
H A Dhtm-builtins-1.c62 static void dump_tdb (struct __htm_tdb *tdb) argument
72 p = (unsigned char *)tdb;
/haiku-buildtools/gcc/gcc/config/s390/
H A Dhtmxlintrin.h50 __TM_begin (void* const tdb) argument
52 return __builtin_tbegin_nofloat (tdb);
83 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
88 if (tdb->format != 1)
90 return tdb->nesting_depth;
98 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
100 if (tdb->format != 1)
103 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
109 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
111 if (tdb
125 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
135 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
145 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
153 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
169 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
180 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
[all...]
H A Ds390.c11800 s390_expand_tbegin (rtx dest, rtx tdb, rtx retry, bool clobber_fprs_p)
11816 emit_insn (gen_tbegin_1 (gen_rtx_CONST_INT (VOIDmode, TBEGIN_MASK), tdb));
11819 tdb));
11799 s390_expand_tbegin(rtx dest, rtx tdb, rtx retry, bool clobber_fprs_p) argument
/haiku-buildtools/gcc/gcc/
H A DMakefile.in3846 ${QMTEST} -D ${QMTEST_DIR} create-tdb \

Completed in 182 milliseconds