OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INS_OTHER
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/third_party/libdisasm/
ia32_insn.h
282
#define
INS_OTHER
0xF000
407
/*
INS_OTHER
*/
408
#define INS_NOP (
INS_OTHER
| 0x01)
409
#define INS_BCDCONV (
INS_OTHER
| 0x02) /* convert to/from BCD */
410
#define INS_SZCONV (
INS_OTHER
| 0x03) /* convert size of operand */
411
#define INS_SALC (
INS_OTHER
| 0x04) /* set %al on carry */
412
#define INS_UNKNOWN (
INS_OTHER
| 0x05)
ia32_opcode_tables.c
[
all
...]
Completed in 39 milliseconds