Home
last modified time | relevance | path

Searched refs:xed3_operand_get_disp_width (Results 1 – 10 of 10) sorted by last modified time

/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-enc-operand-lu.c102 key += (xed3_operand_get_disp_width(xes)) << ((0)); in xed_enc_lu_DISP_WIDTH()
300 key += (xed3_operand_get_disp_width(xes)) << ((0)); in xed_enc_lu_DISP_WIDTH_EASZ()
H A Dxed-encoder-3.c2001 (xed3_operand_get_disp_width(xes) == 8); in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
2024 (xed3_operand_get_disp_width(xes) == 0) && in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
2033 (xed3_operand_get_disp_width(xes) == 0) && in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
2042 (xed3_operand_get_disp_width(xes) == 0) && in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
2051 (xed3_operand_get_disp_width(xes) == 0) && in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
2060 (xed3_operand_get_disp_width(xes) == 0) && in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
2069 (xed3_operand_get_disp_width(xes) == 0) && in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
2078 (xed3_operand_get_disp_width(xes) == 0) && in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
2087 (xed3_operand_get_disp_width(xes) == 0) && in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
2096 (xed3_operand_get_disp_width(xes) == 0) && in xed_encode_nonterminal_VMODRM_MOD_ENCODE_BIND()
[all …]
H A Dxed-encoder-4.c86 (xed3_operand_get_disp_width(xes) == 32); in xed_encode_nonterminal_SIB_REQUIRED_ENCODE_BIND()
95 (xed3_operand_get_disp_width(xes) == 32); in xed_encode_nonterminal_SIB_REQUIRED_ENCODE_BIND()
H A Dxed-operand-accessors.h35 static XED_INLINE xed_uint8_t xed3_operand_get_disp_width(const xed_decoded_inst_t* d);
543 static XED_INLINE xed_uint8_t xed3_operand_get_disp_width(const xed_decoded_inst_t* d) in xed3_operand_get_disp_width() function
H A Dxed-operand-accessors.c56 *((xed_uint8_t*)ret_arg)=xed3_operand_get_disp_width(d); in xed3_get_generic_operand()
/dports/devel/upp/upp/bazaar/Xed/xed/src/encdec/
H A Dxed-patch.c28 xed_uint_t disp_width = xed3_operand_get_disp_width(xedd); in xed_patch_disp()
47 xed_uint_t disp_width = xed3_operand_get_disp_width(xedd); in xed_patch_relbr()
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed-ild.c929 disp_bytes = bits2bytes(xed3_operand_get_disp_width(d)); in disp_scanner()
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-operand-values-interface-repl.c49 return xed3_operand_get_disp_width(p); in xed_operand_values_get_memory_displacement_length_bits()
H A Dxed-operand-values-interface.c231 xed3_operand_get_disp_width(p) && in xed_operand_values_memop_without_modrm()
255 if (xed3_operand_get_disp_width(p)) in xed_operand_values_has_displacement()
267 if (xed3_operand_get_disp_width(p)) in xed_operand_values_has_memory_displacement()
520 unsigned int len = xed3_operand_get_disp_width(p); in xed_operand_values_get_memory_displacement_byte()
/dports/devel/upp/upp/bazaar/Xed/xed/src/enc/
H A Dxed-encode.c553 if (xed3_operand_get_disp_width(r) == 0) { in xed_encode_precondition()
557 else if (xed3_operand_get_disp_width(r) == 8) { in xed_encode_precondition()