#include <enc_base.h>
Description of an operand in opcode - its kind, size or RegName if operand must be a particular register.
Public Attributes | |
OpndKind | kind |
Location of the operand. | |
OpndSize | size |
Size of the operand. | |
RegName | reg |
Appropriate RegName if operand must reside on a particular register (i.e. |
Location of the operand.
May be a mask, i.e. OpndKind_Imm|OpndKind_Mem.
Size of the operand.
Appropriate RegName if operand must reside on a particular register (i.e.
CWD/CDQ instructions), RegName_Null otherwise.
Genereated on Tue Mar 11 19:25:43 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.