Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/Xed/xed/src/enc/
H A Dxed-encode.c230 xed_uint16_t request_width_bytes = xed3_operand_get_mem_width(p); in xed_encoder_request__memop_compatible()
/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-operand-accessors.c149 *((xed_uint16_t*)ret_arg)=xed3_operand_get_mem_width(d); in xed3_get_generic_operand()
H A Dxed-operand-accessors.h339 static XED_INLINE xed_uint16_t xed3_operand_get_mem_width(const xed_decoded_inst_t* d);
1151 static XED_INLINE xed_uint16_t xed3_operand_get_mem_width(const xed_decoded_inst_t* d) in xed3_operand_get_mem_width() function
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-operand-values-interface.c615 return xed3_operand_get_mem_width(p); in xed_operand_values_get_memory_operand_length()