Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtrans-mem.cc2831 tree tm_state_type = TREE_TYPE (tm_state); in expand_transaction() local
2874 tree t = build_int_cst (tm_state_type, flags); in expand_transaction()
2908 tree t1 = create_tmp_reg (tm_state_type); in expand_transaction()
2909 tree t2 = build_int_cst (tm_state_type, A_RESTORELIVEVARIABLES); in expand_transaction()
2914 t2 = build_int_cst (tm_state_type, 0); in expand_transaction()
2944 tree t1 = create_tmp_reg (tm_state_type); in expand_transaction()
2945 tree t2 = build_int_cst (tm_state_type, A_ABORTTRANSACTION); in expand_transaction()
2950 t2 = build_int_cst (tm_state_type, 0); in expand_transaction()
2980 tree t1 = create_tmp_reg (tm_state_type); in expand_transaction()
2981 tree t2 = build_int_cst (tm_state_type, A_RUNUNINSTRUMENTEDCODE); in expand_transaction()
[all …]