Searched refs:AM_C (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/sandbox/win/src/sidestep/ |
D | mini_disassembler_types.h | 64 AM_C = 0x00020000, // C addressing type enumerator
|
D | mini_disassembler.cpp | 220 case AM_C: // reg field of ModR/M selects a control register in ProcessOperand()
|
D | ia32_opcode_map.cpp | 342 …/* 0x20 */ { 0, IT_GENERIC, AM_R | OT_D, AM_C | OT_D, AM_NOT_USED, "mov", false, /* F2h */ { 0 }, … 344 …/* 0x22 */ { 0, IT_GENERIC, AM_C | OT_D, AM_R | OT_D, AM_NOT_USED, "mov", false, /* F2h */ { 0 }, …
|