public static enum AMD64MacroAssembler.ExtendMode extends Enum<AMD64MacroAssembler.ExtendMode>
| Enum Constant and Description |
|---|
SIGN_EXTEND |
ZERO_EXTEND |
| Modifier and Type | Method and Description |
|---|---|
static AMD64MacroAssembler.ExtendMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMD64MacroAssembler.ExtendMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMD64MacroAssembler.ExtendMode ZERO_EXTEND
public static final AMD64MacroAssembler.ExtendMode SIGN_EXTEND
public static AMD64MacroAssembler.ExtendMode[] values()
public static AMD64MacroAssembler.ExtendMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null