Changeset 294965 in webkit for trunk/Source/JavaScriptCore/offlineasm/instructions.rb
- Timestamp:
- May 27, 2022, 4:09:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/instructions.rb
r294934 r294965 60 60 "subi", 61 61 "xori", 62 "load2ia",63 62 "loadi", 64 63 "loadis", … … 69 68 "loadhsi", 70 69 "loadhsq", 71 "store2ia",72 70 "storei", 73 71 "storeh", … … 380 378 ARM_INSTRUCTIONS = 381 379 [ 382 "adci",383 "bcs",384 380 "clrbp", 385 381 "mvlbl", 386 "globaladdr", 387 "sbci", 388 "moveii", 389 "loadlinkb", 390 "loadlinkh", 391 "loadlinki", 392 "loadlink2i", 393 "storecondb", 394 "storecondh", 395 "storecondi", 396 "storecond2i", 382 "globaladdr" 397 383 ] 398 384 … … 446 432 [ 447 433 "smulli", # Multiply two 32-bit words and produce a 64-bit word 448 "umulli", # Multiply two 32-bit words and produce a 64-bit word449 434 "addis", # Add integers and set a flag. 450 435 "subis", # Same, but for subtraction.
Note:
See TracChangeset
for help on using the changeset viewer.