Changeset 228402 in webkit for trunk/Source/JavaScriptCore/offlineasm/mips.rb
- Timestamp:
- Feb 12, 2018, 3:43:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/mips.rb
r198173 r228402 1 # Copyright (C) 2012 Apple Inc. All rights reserved.1 # Copyright (C) 2012-2018 Apple Inc. All rights reserved. 2 2 # Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. 3 3 # … … 826 826 class Instruction 827 827 def lowerMIPS 828 $asm.comment codeOriginString829 828 case opcode 830 829 when "addi", "addp", "addis"
Note:
See TracChangeset
for help on using the changeset viewer.