Changeset 159321 in webkit for trunk/Source/JavaScriptCore/offlineasm/cloop.rb
- Timestamp:
- Nov 14, 2013, 4:12:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/cloop.rb
r157937 r159321 69 69 def clDump 70 70 case name 71 when "a0" 72 "a0" 73 when "a1" 74 "a1" 75 when "a2" 76 "a2" 77 when "a3" 78 "a3" 79 when "a4" 80 "a4" 81 when "a5" 82 "a5" 83 when "a6" 84 "a6" 85 when "a6" 86 "a6" 71 87 when "t0" 72 88 "t0" … … 1077 1093 cloopEmitOpAndBranch(operands, "|", :int32, "!= 0") 1078 1094 1095 when "pushCalleeSaves" 1096 when "popCalleeSaves" 1097 1098 1079 1099 # A convenience and compact call to crash because we don't want to use 1080 1100 # the generic llint crash mechanism which relies on the availability
Note:
See TracChangeset
for help on using the changeset viewer.