Home | History | Annotate | Download | only in Disassembler

Lines Matching full:opcode

46  * Attributes of an instruction that must be known before the opcode can be
83 ENUM_ENTRY(IC_XD, 2, "may say something about the opcode " \
85 ENUM_ENTRY(IC_XS, 2, "may say something about the opcode " \
101 "opcode") \
228 * Opcode types, which determine which decode table to use, both in the Intel
243 * it), the decoder reads the opcode. Some instructions require specific
258 * MODRM_SPLITRM - If the ModR/M byte is between 0x00 and 0xbf, the opcode
266 corresponds to instructions that use reg field as opcode
299 * given a particular opcode.
306 * ContextDecision - Specifies which opcode->instruction tables to look at given
337 "the opcode byte") \
342 "opcode byte") \
347 "opcode byte") \
459 * Indicates where the opcode modifier (if any) is to be found. Extended
460 * opcodes with AddRegFrm have the opcode modifier in the ModR/M byte.