Home
last modified time | relevance | path

Searched refs:xed3_operand_get_outreg (Results 1 – 5 of 5) sorted by relevance

/dports/devel/upp/upp/bazaar/Xed/xed/generated/include-private/
H A Dxed3-op-chain-capture.h1329 xed3_operand_set_reg0(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_REG0_YMM_R3_REG1_MASK_B_BCAST_const0xe()
1335 xed3_operand_set_reg1(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_REG0_YMM_R3_REG1_MASK_B_BCAST_const0xe()
1346 xed3_operand_set_reg0(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_REG0_GPRv_B_REG1_GPRv_R_REG2_rFLAGS()
1352 xed3_operand_set_reg1(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_REG0_GPRv_B_REG1_GPRv_R_REG2_rFLAGS()
1358 xed3_operand_set_reg2(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_REG0_GPRv_B_REG1_GPRv_R_REG2_rFLAGS()
1368 xed3_operand_set_reg0(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_REG0_XMM_R_REG1_XMM_N_REG2_XMM_SE_MEM0_const1()
1374 xed3_operand_set_reg1(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_REG0_XMM_R_REG1_XMM_N_REG2_XMM_SE_MEM0_const1()
1380 xed3_operand_set_reg2(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_REG0_XMM_R_REG1_XMM_N_REG2_XMM_SE_MEM0_const1()
1392 xed3_operand_set_reg0(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_MEM0_const1_REG0_XMM_R()
1402 xed3_operand_set_reg0(d, xed3_operand_get_outreg(d)); in xed3_capture_chain_ntluf_REG0_ZMM_R3_REG1_ZMM_N3_MEM0_const1()
[all …]
H A Dxed3-nt-capture.h778 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
789 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
800 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
811 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
822 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
833 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
844 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
855 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
866 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
877 xed3_operand_set_seg0(d, xed3_operand_get_outreg(d)); in xed3_capture_nt_SIB_BASE0()
[all …]
/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-enc-operand-lu.c341 key += (xed3_operand_get_outreg(xes)) << ((0)); in xed_enc_lu_OUTREG()
348 key += (xed3_operand_get_outreg(xes)) << ((2)); in xed_enc_lu_EOSZ_OUTREG()
355 key += (xed3_operand_get_outreg(xes)) << ((2)); in xed_enc_lu_MODE_OUTREG()
368 key += (xed3_operand_get_outreg(xes)) << ((2)); in xed_enc_lu_EASZ_OUTREG()
374 key += (xed3_operand_get_outreg(xes)) << ((0)); in xed_enc_lu_OUTREG_SMODE()
H A Dxed-operand-accessors.c203 *((xed_reg_enum_t*)ret_arg)=xed3_operand_get_outreg(d); in xed3_get_generic_operand()
H A Dxed-operand-accessors.h395 static XED_INLINE xed_reg_enum_t xed3_operand_get_outreg(const xed_decoded_inst_t* d);
1263 static XED_INLINE xed_reg_enum_t xed3_operand_get_outreg(const xed_decoded_inst_t* d) in xed3_operand_get_outreg() function