Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/Xed/xed/generated/include-private/
H A Dxed3-nt-capture.h525 xed3_operand_set_outreg(d, XED_REG_K1); in xed3_capture_nt_MASKNOT0()
530 xed3_operand_set_outreg(d, XED_REG_K2); in xed3_capture_nt_MASKNOT0()
535 xed3_operand_set_outreg(d, XED_REG_K3); in xed3_capture_nt_MASKNOT0()
540 xed3_operand_set_outreg(d, XED_REG_K4); in xed3_capture_nt_MASKNOT0()
545 xed3_operand_set_outreg(d, XED_REG_K5); in xed3_capture_nt_MASKNOT0()
550 xed3_operand_set_outreg(d, XED_REG_K6); in xed3_capture_nt_MASKNOT0()
555 xed3_operand_set_outreg(d, XED_REG_K7); in xed3_capture_nt_MASKNOT0()
1064 xed3_operand_set_outreg(d, XED_REG_FS); in xed3_capture_nt_FINAL_DSEG_MODE64()
1070 xed3_operand_set_outreg(d, XED_REG_GS); in xed3_capture_nt_FINAL_DSEG_MODE64()
1093 xed3_operand_set_outreg(d, XED_REG_DX); in xed3_capture_nt_OrDX()
[all …]
/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-encoder-2.c39 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_SrSP()
72 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_VGPR64_N()
107 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_GPR64_B()
142 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_GPR64_X()
177 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_DR_R()
212 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_GPR64_R()
234 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_rFLAGS()
259 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_VGPR32_R_32()
281 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_FINAL_ESEG1()
307 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_XMM_B3_32()
[all …]
H A Dxed-encoder-1.c970 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_MASKNOT0()
1020 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_XMM_R3_64()
1048 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_XMM_B_32()
1071 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_FINAL_DSEG_MODE64()
1095 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_OeAX()
1144 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_YMM_B3_64()
1172 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_VGPR32_N_32()
1198 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_ZMM_B3_32()
1220 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_FINAL_SSEG0()
1242 xed3_operand_set_outreg(xes,arg_reg); in xed_encode_ntluf_FINAL_SSEG1()
[all …]
H A Dxed-operand-accessors.c583 xed3_operand_set_outreg(d,(xed_reg_enum_t)val); in xed3_set_generic_operand()
H A Dxed-operand-accessors.h397 static XED_INLINE void xed3_operand_set_outreg(xed_decoded_inst_t* d, xed_reg_enum_t opval);
1267 static XED_INLINE void xed3_operand_set_outreg(xed_decoded_inst_t* d, xed_reg_enum_t opval) in xed3_operand_set_outreg() function