Home
last modified time | relevance | path

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

/external/libchrome/sandbox/win/src/sidestep/
Dmini_disassembler_types.h72 AM_O = 0x000A0000, // O addressing type enumerator
Dmini_disassembler.cpp249 case AM_O: // Operand is at offset. in ProcessOperand()
Dia32_opcode_map.cpp181 …/* 0xA0 */ { 0, IT_GENERIC, AM_REGISTER | OT_B, AM_O | OT_B, AM_NOT_USED, "mov", false, /* F2h */ …
182 …/* 0xA1 */ { 0, IT_GENERIC, AM_REGISTER | OT_V, AM_O | OT_V, AM_NOT_USED, "mov", false, /* F2h */ …
183 …/* 0xA2 */ { 0, IT_GENERIC, AM_O | OT_B, AM_REGISTER | OT_B, AM_NOT_USED, "mov", false, /* F2h */ …
184 …/* 0xA3 */ { 0, IT_GENERIC, AM_O | OT_V, AM_REGISTER | OT_V, AM_NOT_USED, "mov", false, /* F2h */ …