v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <instructions-arm64.h>
Public Member Functions | |
bool | IsInlineData () const |
uint64_t | InlineData () const |
Public Member Functions inherited from Instruction | |
Instr | InstructionBits () const |
void | SetInstructionBits (Instr value) |
int | Bit (int nr) const |
int | Bits (int hi, int lo) const |
int | BitField (int hi, int lo) const |
Condition | ConditionValue () const |
Condition | ConditionField () const |
DECLARE_STATIC_TYPED_ACCESSOR (Condition, ConditionValue) | |
DECLARE_STATIC_TYPED_ACCESSOR (Condition, ConditionField) | |
int | TypeValue () const |
int | SpecialValue () const |
int | RnValue () const |
DECLARE_STATIC_ACCESSOR (RnValue) | |
int | RdValue () const |
DECLARE_STATIC_ACCESSOR (RdValue) | |
int | CoprocessorValue () const |
int | VnValue () const |
int | VmValue () const |
int | VdValue () const |
int | NValue () const |
int | MValue () const |
int | DValue () const |
int | RtValue () const |
int | PValue () const |
int | UValue () const |
int | Opc1Value () const |
int | Opc2Value () const |
int | Opc3Value () const |
int | SzValue () const |
int | VLValue () const |
int | VCValue () const |
int | VAValue () const |
int | VBValue () const |
int | VFPNRegValue (VFPRegPrecision pre) |
int | VFPMRegValue (VFPRegPrecision pre) |
int | VFPDRegValue (VFPRegPrecision pre) |
int | OpcodeValue () const |
Opcode | OpcodeField () const |
int | SValue () const |
int | RmValue () const |
DECLARE_STATIC_ACCESSOR (RmValue) | |
int | ShiftValue () const |
ShiftOp | ShiftField () const |
int | RegShiftValue () const |
int | RsValue () const |
int | ShiftAmountValue () const |
int | RotateValue () const |
int | Immed8Value () const |
int | Immed4Value () const |
int | ImmedMovwMovtValue () const |
int | PUValue () const |
int | PUField () const |
int | BValue () const |
int | WValue () const |
int | LValue () const |
int | Offset12Value () const |
int | RlistValue () const |
int | SignValue () const |
int | HValue () const |
int | ImmedHValue () const |
int | ImmedLValue () const |
int | LinkValue () const |
int | SImmed24Value () const |
SoftwareInterruptCodes | SvcValue () const |
bool | IsSpecialType0 () const |
bool | IsMiscType0 () const |
bool | IsNopType1 () const |
bool | IsStop () const |
bool | HasS () const |
bool | HasB () const |
bool | HasW () const |
bool | HasL () const |
bool | HasU () const |
bool | HasSign () const |
bool | HasH () const |
bool | HasLink () const |
double | DoubleImmedVmov () const |
V8_INLINE Instr | InstructionBits () const |
V8_INLINE void | SetInstructionBits (Instr new_instr) |
int | Bit (int pos) const |
uint32_t | Bits (int msb, int lsb) const |
int32_t | SignedBits (int msb, int lsb) const |
Instr | Mask (uint32_t mask) const |
V8_INLINE Instruction * | following (int count=1) |
V8_INLINE Instruction * | preceding (int count=1) |
int | ImmPCRel () const |
uint64_t | ImmLogical () |
float | ImmFP32 () |
double | ImmFP64 () |
LSDataSize | SizeLSPair () const |
bool | IsCondBranchImm () const |
bool | IsUncondBranchImm () const |
bool | IsCompareBranch () const |
bool | IsTestBranch () const |
bool | IsLdrLiteral () const |
bool | IsLdrLiteralX () const |
bool | IsPCRelAddressing () const |
bool | IsLogicalImmediate () const |
bool | IsAddSubImmediate () const |
bool | IsAddSubExtended () const |
bool | IsLoadOrStore () const |
bool | IsLoad () const |
bool | IsStore () const |
Reg31Mode | RdMode () const |
Reg31Mode | RnMode () const |
ImmBranchType | BranchType () const |
int | ImmBranch () const |
bool | IsBranchAndLinkToRegister () const |
bool | IsMovz () const |
bool | IsMovk () const |
bool | IsMovn () const |
bool | IsNop (int n) |
ptrdiff_t | ImmPCOffset () |
Instruction * | ImmPCOffsetTarget () |
bool | IsTargetInImmPCOffsetRange (Instruction *target) |
void | SetImmPCOffsetTarget (Instruction *target) |
void | SetImmLLiteral (Instruction *source) |
uint8_t * | LiteralAddress () |
V8_INLINE Instruction * | InstructionAtOffset (int64_t offset, CheckAlignment check=CHECK_ALIGNMENT) |
V8_INLINE ptrdiff_t | DistanceTo (Instruction *target) |
void | SetPCRelImmTarget (Instruction *target) |
void | SetBranchImmTarget (Instruction *target) |
Instr | InstructionBits () const |
void | SetInstructionBits (Instr value) |
int | Bit (int nr) const |
int | Bits (int hi, int lo) const |
Type | InstructionType () const |
Opcode | OpcodeValue () const |
int | RsValue () const |
int | RtValue () const |
int | RdValue () const |
int | SaValue () const |
int | FunctionValue () const |
int | FdValue () const |
int | FsValue () const |
int | FtValue () const |
int | FrValue () const |
int | FCccValue () const |
int | FBccValue () const |
int | FBtrueValue () const |
Opcode | OpcodeFieldRaw () const |
int | RsFieldRaw () const |
int | RsFieldRawNoAssert () const |
int | RtFieldRaw () const |
int | RdFieldRaw () const |
int | SaFieldRaw () const |
int | FunctionFieldRaw () const |
int | SecondaryValue () const |
int32_t | Imm16Value () const |
int32_t | Imm26Value () const |
bool | IsForbiddenInBranchDelay () const |
bool | IsLinkingInstruction () const |
bool | IsTrap () const |
Static Public Member Functions | |
static InstructionSequence * | At (Address address) |
Static Public Member Functions inherited from Instruction | |
static int | Bit (Instr instr, int nr) |
static int | Bits (Instr instr, int hi, int lo) |
static int | BitField (Instr instr, int hi, int lo) |
static Instruction * | At (byte *pc) |
static int | ImmBranchRangeBitwidth (ImmBranchType branch_type) |
static int32_t | ImmBranchRange (ImmBranchType branch_type) |
static bool | IsValidImmPCOffset (ImmBranchType branch_type, int32_t offset) |
template<typename T > | |
static V8_INLINE Instruction * | Cast (T src) |
static Instruction * | At (byte *pc) |
Additional Inherited Members | |
Public Types inherited from Instruction | |
enum | { kInstrSize = 4, kInstrSizeLog2 = 2, kPCReadOffset = 8 } |
enum | CheckAlignment { NO_CHECK, CHECK_ALIGNMENT } |
enum | { kInstrSize = 4, kInstrSizeLog2 = 2, kPCReadOffset = 8 } |
enum | Type { kRegisterType, kImmediateType, kJumpType, kUnsupported = -1 } |
Definition at line 398 of file instructions-arm64.h.
|
inlinestatic |
Definition at line 400 of file instructions-arm64.h.
uint64_t InlineData | ( | ) | const |
bool IsInlineData | ( | ) | const |