Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed3-static-decode.c31 xed_ild_map_enum_t map = xed3_operand_get_map(d); in xed3_static_decode()
H A Dxed-ild.c910 xed_ild_map_enum_t map = (xed_ild_map_enum_t)xed3_operand_get_map(d); in disp_scanner()
997 xed_ild_map_enum_t map = (xed_ild_map_enum_t)xed3_operand_get_map(d); in set_has_modrm()
1018 xed_ild_map_enum_t map = (xed_ild_map_enum_t)xed3_operand_get_map(d); in set_imm_bytes()
1633 if (xed3_operand_get_map(xedd) == XED_ILD_MAP_INVALID) in xed_ild_decode()
/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-enc-operand-lu.c183 key += (xed3_operand_get_map(xes)) << ((0)); in xed_enc_lu_MAP()
196 key += (xed3_operand_get_map(xes)) << ((0)); in xed_enc_lu_MAP_VEX_C4()
H A Dxed-operand-accessors.c134 *((xed_bits_t*)ret_arg)=xed3_operand_get_map(d); in xed3_get_generic_operand()
H A Dxed-encoder-3.c4121 conditions_satisfied = (xed3_operand_get_map(xes) == 0); in xed_encode_nonterminal_VEX_TYPE_ENC_BIND()
4128 conditions_satisfied = (xed3_operand_get_map(xes) == 2); in xed_encode_nonterminal_VEX_TYPE_ENC_BIND()
4135 conditions_satisfied = (xed3_operand_get_map(xes) == 3); in xed_encode_nonterminal_VEX_TYPE_ENC_BIND()
H A Dxed-operand-accessors.h83 static XED_INLINE xed_bits_t xed3_operand_get_map(const xed_decoded_inst_t* d);
639 static XED_INLINE xed_bits_t xed3_operand_get_map(const xed_decoded_inst_t* d) in xed3_operand_get_map() function