Changeset 228932 in webkit for trunk/Source/JavaScriptCore/assembler/ARM64Assembler.h
- Timestamp:
- Feb 22, 2018, 1:53:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/ARM64Assembler.h
r224258 r228932 1 1 /* 2 * Copyright (C) 2012-201 7Apple Inc. All rights reserved.2 * Copyright (C) 2012-2018 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 309 309 } 310 310 311 pr ivate:311 protected: 312 312 static constexpr bool isSp(RegisterID reg) { return ARM64Registers::isSp(reg); } 313 313 static constexpr bool isZr(RegisterID reg) { return ARM64Registers::isZr(reg); } … … 516 516 } 517 517 518 pr ivate:518 protected: 519 519 int encodeFPImm(double d) 520 520 { … … 2990 2990 } 2991 2991 2992 pr ivate:2992 protected: 2993 2993 template<Datasize size> 2994 2994 static bool checkMovk(int insn, int _hw, RegisterID _rd) … … 3755 3755 int m_indexOfLastWatchpoint; 3756 3756 int m_indexOfTailOfLastWatchpoint; 3757 3758 public: 3759 static constexpr ptrdiff_t MAX_POINTER_BITS = 48; 3757 3760 }; 3758 3761
Note:
See TracChangeset
for help on using the changeset viewer.