Changeset 228402 in webkit for trunk/Source/JavaScriptCore/offlineasm/arm.rb
- Timestamp:
- Feb 12, 2018, 3:43:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/arm.rb
r214969 r228402 1 # Copyright (C) 2011 , 2012, 2015-2016Apple Inc. All rights reserved.1 # Copyright (C) 2011-2018 Apple Inc. All rights reserved. 2 2 # Copyright (C) 2013 University of Szeged. All rights reserved. 3 3 # … … 349 349 350 350 def lowerARMCommon 351 $asm.codeOrigin codeOriginString if $enableCodeOriginComments352 $asm.annotation annotation if $enableInstrAnnotations353 $asm.debugAnnotation codeOrigin.debugDirective if $enableDebugAnnotations354 355 351 case opcode 356 352 when "addi", "addp", "addis", "addps"
Note:
See TracChangeset
for help on using the changeset viewer.