Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-systemz.c46 __builtin_tbegin_retry_nofloat ((void *)0, 6); in test_htm1()
49 __builtin_tbegin_retry_nofloat ((void *)0x12345678, 6); in test_htm1()
52 __builtin_tbegin_retry_nofloat (tdb, 6); in test_htm1()
55 __builtin_tbegin_retry_nofloat (&global_tdb, 6); in test_htm1()
/external/clang/lib/Headers/
Dhtmintrin.h219 #define __builtin_tbegin_retry_nofloat(tdb, retry) \ macro