Searched refs:OPTYPE_none (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_insn.h | 169 #define OPTYPE_none 0xFF000000 /* no valid operand size, INVLPG */ macro
|
D | ia32_operand.c | 366 …case OPTYPE_none: /* handle weird instructions that have no encoding but use a dword datatype, lik… in decode_operand_size()
|
D | ia32_opcode_tables.c | 1439 …{ 0, INS_SYSTEM, 0, ADDRMETH_M | OPTYPE_none | OP_R, ARG_NONE, ARG_NONE, cpu_80486 | is… 1447 …{ 0, INS_SYSTEM, 0, ADDRMETH_M | OPTYPE_none | OP_R, ARG_NONE, ARG_NONE, cpu_80486 | is… 1455 …{ 0, INS_SYSTEM, 0, ADDRMETH_M | OPTYPE_none | OP_R, ARG_NONE, ARG_NONE, cpu_80486 | is…
|