Home
last modified time | relevance | path

Searched refs:__builtin_tbegin_retry (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-systemz.c33 __builtin_tbegin_retry ((void *)0, 6); in test_htm1()
36 __builtin_tbegin_retry ((void *)0x12345678, 6); in test_htm1()
39 __builtin_tbegin_retry (tdb, 6); in test_htm1()
42 __builtin_tbegin_retry (&global_tdb, 6); in test_htm1()
/external/clang/lib/Headers/
Dhtmintrin.h190 #define __builtin_tbegin_retry(tdb, retry) \ macro