Changeset 252273 in webkit for trunk/Source/JavaScriptCore/offlineasm/risc.rb
- Timestamp:
- Nov 8, 2019, 4:11:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/risc.rb
r252229 r252273 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.