Home
last modified time | relevance | path

Searched refs:x86ops (Results 1 – 2 of 2) sorted by relevance

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Ddisasm.c633 static const struct OPCODES x86ops[2][256] = {{ variable
1265 #define GETSIZE(X) (x86ops[table][s->table_op].X != SIZE_WD ? x86ops[table][s->table_op].X : ((s->o…
1279 s->real_op = x86ops[table][s->table_op].op; in disasm_x86()
1294 …assert(x86ops[table][s->table_op].dmethod >= ADDR_REG_ES && x86ops[table][s->table_op].dmethod <= … in disasm_x86()
1397 switch (x86ops[table][s->table_op].dmethod) { in disasm_x86()
1410 …assert(x86ops[table][s->table_op].dsize != SIZE_BYTE && x86ops[table][s->table_op].dsize != SIZE_B… in disasm_x86()
1595 …if (x86ops[table][s->table_op].dmethod == ADDR_MRM_EXTRA_1A || x86ops[table][s->table_op].dmethod … in disasm_x86()
1615 …assert((x86ops[table][s->table_op].dsize == SIZE_BYTE || x86ops[table][s->table_op].dsize == SIZE_… in disasm_x86()
1638 switch (x86ops[table][s->table_op].smethod) { in disasm_x86()
1646 …assert((x86ops[table][s->table_op].ssize == SIZE_WD || x86ops[table][s->table_op].ssize == SIZE_BY… in disasm_x86()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Ddisasm.c633 static const struct OPCODES x86ops[2][256] = {{ variable
1265 #define GETSIZE(X) (x86ops[table][s->table_op].X != SIZE_WD ? x86ops[table][s->table_op].X : ((s->o…
1279 s->real_op = x86ops[table][s->table_op].op; in disasm_x86()
1294 …assert(x86ops[table][s->table_op].dmethod >= ADDR_REG_ES && x86ops[table][s->table_op].dmethod <= … in disasm_x86()
1397 switch (x86ops[table][s->table_op].dmethod) { in disasm_x86()
1410 …assert(x86ops[table][s->table_op].dsize != SIZE_BYTE && x86ops[table][s->table_op].dsize != SIZE_B… in disasm_x86()
1595 …if (x86ops[table][s->table_op].dmethod == ADDR_MRM_EXTRA_1A || x86ops[table][s->table_op].dmethod … in disasm_x86()
1615 …assert((x86ops[table][s->table_op].dsize == SIZE_BYTE || x86ops[table][s->table_op].dsize == SIZE_… in disasm_x86()
1638 switch (x86ops[table][s->table_op].smethod) { in disasm_x86()
1646 …assert((x86ops[table][s->table_op].ssize == SIZE_WD || x86ops[table][s->table_op].ssize == SIZE_BY… in disasm_x86()
[all …]