87 xed_state_t istate{XED_MACHINE_MODE_LONG_64, XED_ADDRESS_WIDTH_64b};
88 xed_decoded_inst_zero_set_mode(&m_tmp_inst, &istate);
89 xed_decode(&m_tmp_inst, m_type_inst_bytes,
sizeof(m_type_inst_bytes));
98 xed_decoded_inst_t m_tmp_inst;
99 std::uint8_t m_type_inst_bytes[9] = {0x48, 0xC7, 0x44, 0x24, 0x08,
100 0x44, 0x33, 0x22, 0x11};