Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386-c.c657 cpp_define_formatted (parse_in, "__ATOMIC_HLE_ACQUIRE=%d", IX86_HLE_ACQUIRE); in ix86_target_macros()
H A Di386.h2739 #define IX86_HLE_ACQUIRE (1 << 16) macro
H A Di386.c18433 if (INTVAL (x) & IX86_HLE_ACQUIRE) in ix86_print_operand()
50618 if (val & ~(unsigned HOST_WIDE_INT)(IX86_HLE_ACQUIRE|IX86_HLE_RELEASE in ix86_memmodel_check()
50620 || ((val & IX86_HLE_ACQUIRE) && (val & IX86_HLE_RELEASE))) in ix86_memmodel_check()
50627 if (val & IX86_HLE_ACQUIRE && !(is_mm_acquire (model) || strong)) in ix86_memmodel_check()
50631 return MEMMODEL_SEQ_CST | IX86_HLE_ACQUIRE; in ix86_memmodel_check()