Home
last modified time | relevance | path

Searched refs:IT_GENERIC (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/sandbox/win/src/sidestep/
Dia32_opcode_map.cpp21 …/* 0x0 */ { 0, IT_GENERIC, AM_E | OT_B, AM_G | OT_B, AM_NOT_USED, "add", false, /* F2h */ { 0 }, /…
22 …/* 0x1 */ { 0, IT_GENERIC, AM_E | OT_V, AM_G | OT_V, AM_NOT_USED, "add", false, /* F2h */ { 0 }, /…
23 …/* 0x2 */ { 0, IT_GENERIC, AM_G | OT_B, AM_E | OT_B, AM_NOT_USED, "add", false, /* F2h */ { 0 }, /…
24 …/* 0x3 */ { 0, IT_GENERIC, AM_G | OT_V, AM_E | OT_V, AM_NOT_USED, "add", false, /* F2h */ { 0 }, /…
25 …/* 0x4 */ { 0, IT_GENERIC, AM_REGISTER | OT_B, AM_I | OT_B, AM_NOT_USED, "add", false, /* F2h */ {…
26 …/* 0x5 */ { 0, IT_GENERIC, AM_REGISTER | OT_V, AM_I | OT_V, AM_NOT_USED, "add", false, /* F2h */ {…
27 …/* 0x6 */ { 0, IT_GENERIC, AM_REGISTER | OT_W, AM_NOT_USED, AM_NOT_USED, "push", false, /* F2h */ …
28 …/* 0x7 */ { 0, IT_GENERIC, AM_REGISTER | OT_W, AM_NOT_USED, AM_NOT_USED, "pop", false, /* F2h */ {…
29 …/* 0x8 */ { 0, IT_GENERIC, AM_E | OT_B, AM_G | OT_B, AM_NOT_USED, "or", false, /* F2h */ { 0 }, /*…
30 …/* 0x9 */ { 0, IT_GENERIC, AM_E | OT_V, AM_G | OT_V, AM_NOT_USED, "or", false, /* F2h */ { 0 }, /*…
[all …]
Dmini_disassembler.cpp89 InstructionType instruction_type = IT_GENERIC; in ProcessPrefixes()
181 return IT_GENERIC; in ProcessOpcode()
186 return IT_GENERIC; in ProcessOpcode()
193 return IT_GENERIC; in ProcessOpcode()
196 return IT_GENERIC; in ProcessOpcode()
Dmini_disassembler_types.h32 IT_GENERIC, enumerator
Dpreamble_patcher_with_stub.cpp100 } else if (IT_GENERIC != instruction_type) { in RawPatchWithStub()