Home
last modified time | relevance | path

Searched refs:XED_ERROR_INSTR_TOO_LONG (Results 1 – 3 of 3) sorted by relevance

/dports/devel/upp/upp/bazaar/Xed/xed/generated/
H A Dxed-error-enum.h28 XED_ERROR_INSTR_TOO_LONG, ///< Full decode of instruction would exeed 15B. enumerator
H A Dxed-error-enum.c33 {"INSTR_TOO_LONG", XED_ERROR_INSTR_TOO_LONG},
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed-ild.c158 xed3_operand_set_error(d,XED_ERROR_INSTR_TOO_LONG); in too_short()