Home
last modified time | relevance | path

Searched refs:xed3_operand_set_rexw (Results 1 – 6 of 6) sorted by last modified time

/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-enc-patterns.c123 xed3_operand_set_rexw(xes,*(val+4)); in xed_encode_instruction_fb_pattern_11()
139 xed3_operand_set_rexw(xes,*(val+3)); in xed_encode_instruction_fb_pattern_12()
149 xed3_operand_set_rexw(xes,*(val+1)); in xed_encode_instruction_fb_pattern_13()
168 xed3_operand_set_rexw(xes,*(val+2)); in xed_encode_instruction_fb_pattern_15()
191 xed3_operand_set_rexw(xes,*(val+3)); in xed_encode_instruction_fb_pattern_18()
203 xed3_operand_set_rexw(xes,*(val+1)); in xed_encode_instruction_fb_pattern_19()
216 xed3_operand_set_rexw(xes,*(val+2)); in xed_encode_instruction_fb_pattern_20()
236 xed3_operand_set_rexw(xes,*(val+3)); in xed_encode_instruction_fb_pattern_22()
250 xed3_operand_set_rexw(xes,*(val+2)); in xed_encode_instruction_fb_pattern_23()
274 xed3_operand_set_rexw(xes,*(val+2)); in xed_encode_instruction_fb_pattern_25()
[all …]
H A Dxed-encoder-0.c807 if(lu_table[hidx].rexw >= 0) xed3_operand_set_rexw(xes,lu_table[hidx].rexw); in xed_encode_nonterminal_OSZ_NONTERM_ENC_BIND()
H A Dxed-operand-accessors.h285 static XED_INLINE void xed3_operand_set_rexw(xed_decoded_inst_t* d, xed_bits_t opval);
1043 static XED_INLINE void xed3_operand_set_rexw(xed_decoded_inst_t* d, xed_bits_t opval) in xed3_operand_set_rexw() function
H A Dxed-operand-accessors.c667 xed3_operand_set_rexw(d,(xed_bits_t)val); in xed3_set_generic_operand()
/dports/devel/upp/upp/bazaar/Xed/xed/src/encdec/
H A Dxed-enc-dec.c52 xed3_operand_set_rexw(d,0); in xed_encoder_request_init_from_decode()
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed-ild.c281 xed3_operand_set_rexw(d, (rex>>3) & 1); in prefix_scanner()
424 xed3_operand_set_rexw(d, c4byte2.s.w); in vex_c4_scanner()
617 xed3_operand_set_rexw(d, xop_byte2.s.w); in xop_scanner()
1379 xed3_operand_set_rexw(d, evex2.s.rexw); in evex_scanner()