Home
last modified time | relevance | path

Searched refs:xed3_operand_get_uimm1 (Results 1 – 6 of 6) sorted by relevance

/dports/devel/upp/upp/bazaar/Xed/xed/include/public/xed/
H A Dxed-decoded-inst-api.h510 return xed3_operand_get_uimm1(p); in xed_decoded_inst_get_second_immediate()
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed-disas.c930 xed_uint64_t imm = xed3_operand_get_uimm1(pi->p); in xed_print_operand()
1378 xed_uint64_t imm = xed3_operand_get_uimm1(pi->p); in xed_decoded_inst_dump_att_format_internal()
/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-operand-accessors.c347 *((xed_uint8_t*)ret_arg)=xed3_operand_get_uimm1(d); in xed3_get_generic_operand()
H A Dxed-operand-accessors.h59 static XED_INLINE xed_uint8_t xed3_operand_get_uimm1(const xed_decoded_inst_t* d);
591 static XED_INLINE xed_uint8_t xed3_operand_get_uimm1(const xed_decoded_inst_t* d) in xed3_operand_get_uimm1() function
H A Dxed-encoder-4.c1074 xed_encoder_request_encode_emit(xes,8,(xed3_operand_get_uimm1(xes))); in xed_encode_nonterminal_UIMM8_1_EMIT()
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-operand-values-interface.c513 return xed3_operand_get_uimm1(p); in xed_operand_values_get_second_immediate()