Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-enc-operand-lu.c307 key += (xed3_operand_get_imm_width(xes)) << ((0)); in xed_enc_lu_IMM_WIDTH()
319 key += (xed3_operand_get_imm_width(xes)) << ((0)); in xed_enc_lu_IMM_WIDTH_MODE_UIMM0_1()
328 key += (xed3_operand_get_imm_width(xes)) << ((2)); in xed_enc_lu_EOSZ_IMM_WIDTH()
H A Dxed-operand-accessors.c116 *((xed_uint8_t*)ret_arg)=xed3_operand_get_imm_width(d); in xed3_get_generic_operand()
H A Dxed-operand-accessors.h195 static XED_INLINE xed_uint8_t xed3_operand_get_imm_width(const xed_decoded_inst_t* d);
863 static XED_INLINE xed_uint8_t xed3_operand_get_imm_width(const xed_decoded_inst_t* d) in xed3_operand_get_imm_width() function
/dports/devel/upp/upp/bazaar/Xed/xed/src/encdec/
H A Dxed-patch.c65 xed_uint_t imm_width = xed3_operand_get_imm_width(xedd); in xed_patch_imm0()
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-operand-values-interface.c246 if (xed3_operand_get_imm_width(p)) in xed_operand_values_has_immediate()
475 xed_uint8_t len = xed3_operand_get_imm_width(p); in xed_operand_values_get_immediate_int64()
502 unsigned int len = xed3_operand_get_imm_width(p); in xed_operand_values_get_immediate_byte()
904 xed_uint_t bits = xed3_operand_get_imm_width(ov); in xed_operand_values_dump()
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed-decoded-inst.c164 return xed3_operand_get_imm_width(p)/8; in xed_decoded_inst_get_immediate_width()
168 return xed3_operand_get_imm_width(p); in xed_decoded_inst_get_immediate_width_bits()
678 xed_assert(xed3_operand_get_imm_width(p) == 8); in xed_decoded_inst__compute_masked_immediate()
H A Dxed-ild.c1020 xed_uint8_t imm_bits = xed3_operand_get_imm_width(d); in set_imm_bytes()
1071 imm_bytes = bits2bytes(xed3_operand_get_imm_width(d)); in imm_scanner()
1481 imm_bytes = bits2bytes(xed3_operand_get_imm_width(d)); in evex_imm_scanner()