Home
last modified time | relevance | path

Searched refs:xed3_operand_get_imm0signed (Results 1 – 5 of 5) sorted by last modified time

/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-operand-accessors.h211 static XED_INLINE xed_bits_t xed3_operand_get_imm0signed(const xed_decoded_inst_t* d);
895 static XED_INLINE xed_bits_t xed3_operand_get_imm0signed(const xed_decoded_inst_t* d) in xed3_operand_get_imm0signed() function
H A Dxed-operand-accessors.c107 *((xed_bits_t*)ret_arg)=xed3_operand_get_imm0signed(d); in xed3_get_generic_operand()
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed-decoded-inst.c174 return xed3_operand_get_imm0signed(p); in xed_decoded_inst_get_immediate_is_signed()
H A Dxed-disas.c892 if ( xed3_operand_get_imm0signed(pi->p) && in xed_print_operand()
1347 if ( xed3_operand_get_imm0signed(pi->p) && in xed_decoded_inst_dump_att_format_internal()
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-operand-values-interface.c496 return xed3_operand_get_imm0signed(p); in xed_operand_values_get_immediate_is_signed()
908 if (xed3_operand_get_imm0signed(ov)) { in xed_operand_values_dump()