Home
last modified time | relevance | path

Searched refs:XED_REG_ES (Results 1 – 8 of 8) sorted by relevance

/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-init-reg-class.c104 xed_reg_class_array[XED_REG_ES]= XED_REG_CLASS_SR; in xed_init_reg_mappings()
456 xed_largest_enclosing_register_array[XED_REG_ES]= XED_REG_ES; in xed_init_reg_mappings()
457 xed_largest_enclosing_register_array_32[XED_REG_ES]= XED_REG_ES; in xed_init_reg_mappings()
1072 xed_reg_width_bits[XED_REG_ES][0] = 16; in xed_init_reg_mappings()
1073 xed_reg_width_bits[XED_REG_ES][1] = 16; in xed_init_reg_mappings()
H A Dxed-reg-enum.h159 XED_REG_ES, enumerator
H A Dxed-reg-enum.c164 {"ES", XED_REG_ES},
H A Dxed-init-operand-data.c474 …PERAND_ACTION_R,XED_OPERAND_WIDTH_W,XED_OPERAND_TYPE_REG,XED_OPERAND_XTYPE_INVALID,0,XED_REG_ES,0),
662 …PERAND_ACTION_W,XED_OPERAND_WIDTH_W,XED_OPERAND_TYPE_REG,XED_OPERAND_XTYPE_INVALID,0,XED_REG_ES,0),
705 …PERAND_ACTION_W,XED_OPERAND_WIDTH_W,XED_OPERAND_TYPE_REG,XED_OPERAND_XTYPE_INVALID,0,XED_REG_ES,0),
H A Dxed-enc-groups.c27029 (xed3_operand_get_reg0(xes) == XED_REG_ES); in xed_encode_group_289()
34237 (xed3_operand_get_reg0(xes) == XED_REG_ES); in xed_encode_group_373()
/dports/devel/upp/upp/bazaar/Xed/xed/generated/include-private/
H A Dxed3-nt-capture.h4736 xed3_operand_set_outreg(d, XED_REG_ES); in xed3_capture_nt_FINAL_SSEG_NOT64()
8516 xed3_operand_set_outreg(d, XED_REG_ES); in xed3_capture_nt_FINAL_ESEG1()
8522 xed3_operand_set_outreg(d, XED_REG_ES); in xed3_capture_nt_FINAL_ESEG1()
8768 xed3_operand_set_outreg(d, XED_REG_ES); in xed3_capture_nt_SEG()
9898 xed3_operand_set_outreg(d, XED_REG_ES); in xed3_capture_nt_FINAL_DSEG_NOT64()
10545 xed3_operand_set_outreg(d, XED_REG_ES); in xed3_capture_nt_FINAL_ESEG()
10551 xed3_operand_set_outreg(d, XED_REG_ES); in xed3_capture_nt_FINAL_ESEG()
12870 xed3_operand_set_outreg(d, XED_REG_ES); in xed3_capture_nt_FINAL_DSEG1_NOT64()
13783 xed3_operand_set_outreg(d, XED_REG_ES); in xed3_capture_nt_SEG_MOV()
H A Dxed3-op-chain-capture.h1850 xed3_operand_set_reg1(d, XED_REG_ES); in xed3_capture_chain_ntluf_REG0_GPRz_R_MEM0_const1_REG1_XED_REG_ES()
6212 xed3_operand_set_reg0(d, XED_REG_ES); in xed3_capture_chain_ntluf_REG0_XED_REG_ES_REG1_XED_REG_STACKPUSH_MEM0_const1_BASE0_SrSP_SEG0_FINAL_SSEG0()
9535 xed3_operand_set_seg1(d, XED_REG_ES); in xed3_capture_chain_ntluf_REG0_A_GPR_R_MEM0_const1_MEM1_const1_BASE1_A_GPR_R_SEG1_XED_REG_ES()
12073 xed3_operand_set_reg0(d, XED_REG_ES); in xed3_capture_chain_ntluf_REG0_XED_REG_ES_REG1_XED_REG_STACKPOP_MEM0_const1_BASE0_SrSP_SEG0_FINAL_SSEG0()
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-operand-values-interface.c183 case 3: return XED_REG_ES; in xed_operand_values_segment_prefix()