Searched refs:tbl_prefix (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_insn.h193 tbl_prefix, /* Prefix Override, e.g. 66/F2/F3 */ enumerator in enum:ia32_tbl_type_id
209 * to the Intel ISA. Another note: tbl_prefix is used as an override, so an
213 * tbl_prefix uses current byte but does not consume it
H A Dia32_opcode_tables.c2812 { tbl_66, tbl_prefix, 0x00, 0xFF, 0x0F, 0x0F },
2813 { tbl_F2, tbl_prefix, 0x00, 0xFF, 0x0F, 0x0F },
2814 { tbl_F3, tbl_prefix, 0x00, 0xFF, 0x0F, 0x90 },
2817 { tbl_660F, tbl_prefix, 0x00, 0xFF, 0x10, 0xFF },
2818 { tbl_F20F, tbl_prefix, 0x00, 0xFF, 0x10, 0xFF },
2819 { tbl_F30F, tbl_prefix, 0x00, 0xFF, 0x10, 0xFF },

Completed in 63 milliseconds