Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/Xed/xed/generated/include-private/
H A Dxed3-nt-capture.h13028 xed3_operand_set_index(d, XED_REG_SI); in xed3_capture_nt_MODRM16()
13038 xed3_operand_set_index(d, XED_REG_SI); in xed3_capture_nt_MODRM16()
13048 xed3_operand_set_index(d, XED_REG_SI); in xed3_capture_nt_MODRM16()
13057 xed3_operand_set_index(d, XED_REG_DI); in xed3_capture_nt_MODRM16()
13067 xed3_operand_set_index(d, XED_REG_DI); in xed3_capture_nt_MODRM16()
13077 xed3_operand_set_index(d, XED_REG_DI); in xed3_capture_nt_MODRM16()
13086 xed3_operand_set_index(d, XED_REG_SI); in xed3_capture_nt_MODRM16()
13096 xed3_operand_set_index(d, XED_REG_SI); in xed3_capture_nt_MODRM16()
13106 xed3_operand_set_index(d, XED_REG_SI); in xed3_capture_nt_MODRM16()
13115 xed3_operand_set_index(d, XED_REG_DI); in xed3_capture_nt_MODRM16()
[all …]
H A Dxed3-op-chain-capture.h2992 xed3_operand_set_index(d, XED_REG_AL); in xed3_capture_chain_ntluf_MEM0_const1_BASE0_ArBX_INDEX_XED_REG_AL_REG0_XED_REG_AL_SEG0_FINAL_DSEG_SCALE_const0x1()
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-operand-values-interface.c738 xed3_operand_set_index(p,new_index); in xed_operand_values_set_index_reg()
768 case XED_OPERAND_INDEX: xed3_operand_set_index(p,reg_name); break; in xed_operand_values_set_operand_reg()
/dports/devel/upp/upp/bazaar/Xed/xed/src/enc/
H A Dxed-encode.c384 xed3_operand_set_index(p,index_reg); in xed_encoder_request_set_index()
/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-operand-accessors.c499 xed3_operand_set_index(d,(xed_reg_enum_t)val); in xed3_set_generic_operand()
H A Dxed-operand-accessors.h117 static XED_INLINE void xed3_operand_set_index(xed_decoded_inst_t* d, xed_reg_enum_t opval);
707 static XED_INLINE void xed3_operand_set_index(xed_decoded_inst_t* d, xed_reg_enum_t opval) in xed3_operand_set_index() function