Home
last modified time | relevance | path

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

/dports/devel/distorm/distorm-20121220-r230/src/
H A Dprefix.h35 typedef enum {PFXIDX_NONE = -1, PFXIDX_REX, PFXIDX_LOREP, PFXIDX_SEG, PFXIDX_OP_SIZE, PFXIDX_ADRS, … enumerator
H A Dprefix.c120 if (unusedPrefixesDiff & INST_PRE_OP_SIZE) prefixes_ignore(ps, PFXIDX_OP_SIZE); in prefixes_set_unused_mask()
261 prefixes_track_unused(ps, index, PFXIDX_OP_SIZE); in prefixes_decode()
H A Ddecoder.c136 prefixes_ignore(ps, PFXIDX_OP_SIZE); in decode_inst()