Home | History | Annotate | Download | only in libdisasm

Lines Matching defs:access

238         enum x86_op_access      access;         /* operand access [RWX] */
620 * useful. Note also that by definition Execute Access implies Read
621 * Access and implies Not Write Access.
622 * The "type" (implicit or explicit) and the access method can
626 op_dest = 1, /* operands with Write access */
627 op_src = 2, /* operands with Read access */
628 op_ro = 3, /* operands with Read but not Write access */
629 op_wo = 4, /* operands with Write but not Read access */
630 op_xo = 5, /* operands with Execute access */
631 op_rw = 6, /* operands with Read AND Write access */
678 * Execute Access set. There can be only one branch target per instruction. */
811 enum x86_op_access access; /* operand access [RWX] */