Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-attributes-init.c64 /* 36 */ { (((xed_uint64_t)1)<<XED_ATTRIBUTE_BYTEOP)|(((xed_uint64_t)1)<<XED_ATTRIBUTE_LOCKABLE)…
66 /* 38 */ { (((xed_uint64_t)1)<<XED_ATTRIBUTE_LOCKABLE),(((xed_uint64_t)1)<<(XED_ATTRIBUTE_SCALAB…
125 /* 97 */ { (((xed_uint64_t)1)<<XED_ATTRIBUTE_LOCKABLE),(((xed_uint64_t)1)<<(XED_ATTRIBUTE_REQUIR…
138 /* 110 */ { (((xed_uint64_t)1)<<XED_ATTRIBUTE_LOCKABLE),0 },
H A Dxed-attributes-list.c72 XED_ATTRIBUTE_LOCKABLE,
H A Dxed-attribute-enum.h58 XED_ATTRIBUTE_LOCKABLE, enumerator
H A Dxed-attribute-enum.c63 {"LOCKABLE", XED_ATTRIBUTE_LOCKABLE},
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-operand-values-interface.c205 if (xed_decoded_inst_get_attribute(p,XED_ATTRIBUTE_LOCKABLE)) in xed_operand_values_lockable()