Home
last modified time | relevance | path

Searched refs:xed_error_enum_t (Results 1 – 21 of 21) sorted by relevance

/dports/devel/upp/upp/bazaar/Xed/xed/generated/include-private/
H A Dxed3-chain-capture.h29 static XED_INLINE xed_error_enum_t xed3_capture_chain_VMODRM_YMM(xed_decoded_inst_t* d);
33 static XED_INLINE xed_error_enum_t xed3_capture_chain_REFINING66(xed_decoded_inst_t* d);
69 static XED_INLINE xed_error_enum_t xed3_capture_chain_DF64(xed_decoded_inst_t* d);
81 static XED_INLINE xed_error_enum_t xed3_capture_chain_UIMM32(xed_decoded_inst_t* d);
125 static XED_INLINE xed_error_enum_t xed3_capture_chain_UIMM16(xed_decoded_inst_t* d);
135 static XED_INLINE xed_error_enum_t xed3_capture_nt_nop(xed_decoded_inst_t* d);
137 static XED_INLINE xed_error_enum_t xed3_capture_chain_MODRM(xed_decoded_inst_t* d);
145 static XED_INLINE xed_error_enum_t xed3_capture_chain_ONE(xed_decoded_inst_t* d);
621 static XED_INLINE xed_error_enum_t xed3_capture_chain_DF64(xed_decoded_inst_t* d) in xed3_capture_chain_DF64()
1089 static XED_INLINE xed_error_enum_t xed3_capture_nt_nop(xed_decoded_inst_t* d) in xed3_capture_nt_nop()
[all …]
H A Dxed3-op-chain-capture.h219 static XED_INLINE xed_error_enum_t xed3_capture_nt_nop_ntluf(xed_decoded_inst_t* d);
309 static XED_INLINE xed_error_enum_t xed3_capture_chain_ntluf_REG0_GPR8_B(xed_decoded_inst_t* d);
333 static XED_INLINE xed_error_enum_t xed3_capture_chain_ntluf_MEM0_const1(xed_decoded_inst_t* d);
681 static XED_INLINE xed_error_enum_t xed3_capture_chain_ntluf_REG0_rIP(xed_decoded_inst_t* d);
699 static XED_INLINE xed_error_enum_t xed3_capture_chain_ntluf_REG0_OrAX(xed_decoded_inst_t* d);
951 static XED_INLINE xed_error_enum_t xed3_capture_chain_ntluf_REG0_GPRv_B(xed_decoded_inst_t* d);
1165 static XED_INLINE xed_error_enum_t xed3_capture_chain_ntluf_REG0_rFLAGS(xed_decoded_inst_t* d);
1223 static XED_INLINE xed_error_enum_t xed3_capture_chain_ntluf_REG0_GPRy_B(xed_decoded_inst_t* d);
3003 static XED_INLINE xed_error_enum_t xed3_capture_nt_nop_ntluf(xed_decoded_inst_t* d) in xed3_capture_nt_nop_ntluf()
7270 static XED_INLINE xed_error_enum_t xed3_capture_chain_ntluf_REG0_rIP(xed_decoded_inst_t* d) in xed3_capture_chain_ntluf_REG0_rIP()
[all …]
H A Dxed3-dynamic-part1-capture.h27 static XED_INLINE xed_error_enum_t xed3_dynamic_decode_part1(xed_decoded_inst_t* d);
29 static XED_INLINE xed_error_enum_t xed3_dynamic_decode_part1(xed_decoded_inst_t* d) in xed3_dynamic_decode_part1()
H A Dxed3-chain-capture-lu.h27 typedef xed_error_enum_t(*xed3_chain_function_t)(xed_decoded_inst_t*);
H A Dxed3-op-chain-capture-lu.h27 typedef xed_error_enum_t(*xed3_op_chain_function_t)(xed_decoded_inst_t*);
/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-error-enum.c12 xed_error_enum_t value;
41 xed_error_enum_t str2xed_error_enum_t(const char* s) in str2xed_error_enum_t()
56 const char* xed_error_enum_t2str(const xed_error_enum_t p) in xed_error_enum_t2str()
58 xed_error_enum_t type_idx = p; in xed_error_enum_t2str()
63 xed_error_enum_t xed_error_enum_t_last(void) { in xed_error_enum_t_last()
H A Dxed-error-enum.h32 } xed_error_enum_t; typedef
38 XED_DLL_EXPORT xed_error_enum_t str2xed_error_enum_t(const char* s);
43 XED_DLL_EXPORT const char* xed_error_enum_t2str(const xed_error_enum_t p);
48 XED_DLL_EXPORT xed_error_enum_t xed_error_enum_t_last(void);
H A Dxed-operand-accessors.c74 *((xed_error_enum_t*)ret_arg)=xed3_operand_get_error(d); in xed3_get_generic_operand()
454 xed3_operand_set_error(d,(xed_error_enum_t)val); in xed3_set_generic_operand()
H A Dxed-operand-accessors.h203 static XED_INLINE xed_error_enum_t xed3_operand_get_error(const xed_decoded_inst_t* d);
205 static XED_INLINE void xed3_operand_set_error(xed_decoded_inst_t* d, xed_error_enum_t opval);
879 static XED_INLINE xed_error_enum_t xed3_operand_get_error(const xed_decoded_inst_t* d) in xed3_operand_get_error()
881 return (xed_error_enum_t)d->_operands.error; in xed3_operand_get_error()
883 static XED_INLINE void xed3_operand_set_error(xed_decoded_inst_t* d, xed_error_enum_t opval) in xed3_operand_set_error()
/dports/devel/upp/upp/bazaar/Xed/xed/include/private/
H A Dxed3-dynamic-decode.h36 xed_error_enum_t xed3_decode_operands(xed_decoded_inst_t* d);
43 xed_error_enum_t
H A Dxed-decoded-inst-private.h29 static XED_INLINE xed_error_enum_t
/dports/devel/upp/upp/bazaar/Xed/xed/include/public/xed/
H A Dxed-decode.h51 XED_DLL_EXPORT xed_error_enum_t
61 XED_DLL_EXPORT xed_error_enum_t
H A Dxed-encode.h269 XED_DLL_EXPORT xed_error_enum_t
282 XED_DLL_EXPORT xed_error_enum_t
H A Dxed-ild.h54 XED_DLL_EXPORT xed_error_enum_t
H A Dxed-agen.h60 XED_DLL_EXPORT xed_error_enum_t xed_agen(xed_decoded_inst_t* xedd,
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed3-dynamic-decode.c30 XED_DLL_EXPORT xed_error_enum_t
45 xed_error_enum_t xed3_decode_operands(xed_decoded_inst_t* d) in xed3_decode_operands()
H A Dxed-decode.c139 xed_error_enum_t
145 xed_error_enum_t error; in xed_decode_with_features()
206 xed_error_enum_t
H A Dxed-agen.c31 xed_error_enum_t xed_agen(xed_decoded_inst_t* xedd, in xed_agen()
H A Dxed-ild.c1613 XED_DLL_EXPORT xed_error_enum_t
/dports/devel/upp/upp/bazaar/Xed/xed/src/enc/
H A Dxed-encode.c473 XED_DLL_EXPORT xed_error_enum_t
571 XED_DLL_EXPORT xed_error_enum_t xed_encode(xed_encoder_request_t* r, in xed_encode()
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-operand-values-interface.c993 xed_error_enum_t b = xed3_operand_get_error(ov); in xed_operand_values_dump()