Changeset 165205 in webkit for trunk/Source/JavaScriptCore/offlineasm/arm64.rb
- Timestamp:
- Mar 6, 2014, 12:16:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/arm64.rb
r164673 r165205 1 # Copyright (C) 2011, 2012 Apple Inc. All rights reserved.1 # Copyright (C) 2011, 2012, 2014 Apple Inc. All rights reserved. 2 2 # 3 3 # Redistribution and use in source and binary forms, with or without … … 119 119 when 't6' 120 120 arm64GPRName('x6', kind) 121 when 't7' 122 arm64GPRName('x7', kind) 121 123 when 'cfr' 122 124 arm64GPRName('x29', kind)
Note:
See TracChangeset
for help on using the changeset viewer.