Changeset 252021 in webkit for trunk/Source/JavaScriptCore/offlineasm/risc.rb
- Timestamp:
- Nov 4, 2019, 3:47:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/risc.rb
r252015 r252021 463 463 annotation = node.annotation 464 464 case node.opcode 465 when "addi", "addis", "andi", "lshifti", "muli", "negi", "noti", "ori", "or h", "oris",465 when "addi", "addis", "andi", "lshifti", "muli", "negi", "noti", "ori", "oris", 466 466 "rshifti", "urshifti", "subi", "subis", "xori", /^bi/, /^bti/, /^ci/, /^ti/ 467 467 newList << Instruction.new(node.codeOrigin,
Note:
See TracChangeset
for help on using the changeset viewer.