public final class OP extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
OP_COND
Operand is variable.
|
static int |
OP_EXT
Operand is variable.
|
static int |
OP_IMM
Operand is immediate.
|
static int |
OP_LABEL
Operand is label.
|
static int |
OP_MEM
Operand is memory.
|
static int |
OP_NONE
Invalid operand
|
static int |
OP_OFFSET
Operand is offset
|
static int |
OP_POSTINDEX
Operand is
|
static int |
OP_PREFOP
Operand is prefetch operation.
|
static int |
OP_PREINDEX
Operand is
|
static int |
OP_PRFOP
Operand is PRFop
|
static int |
OP_PSTATEFIELD
Operand is variable.
|
static int |
OP_REG
Operand is register.
|
static int |
OP_SHIFT
Operand is variable.
|
static int |
OP_SYSREG
Operand is variable.
|
static int |
OP_VAR
Operand is variable.
|
public static final int OP_NONE
public static final int OP_REG
public static final int OP_MEM
public static final int OP_IMM
public static final int OP_LABEL
public static final int OP_EXT
public static final int OP_SHIFT
public static final int OP_COND
public static final int OP_PSTATEFIELD
public static final int OP_SYSREG
public static final int OP_VAR
public static final int OP_PREFOP
public static final int OP_PREINDEX
public static final int OP_POSTINDEX
public static final int OP_OFFSET
public static final int OP_PRFOP
Copyright © 2018. All rights reserved.