Ignore:
Timestamp:
May 27, 2022, 4:09:30 PM (3 years ago)
Author:
[email protected]
Message:

Revert "Enable WasmLLInt on ARMv7"

Unreviewed.

This reverts commit 2a12d06fc13f7c3bbcf8d204d6f760ab222d75d9.

2a12d06fc13f7c3bbcf8d204d6f760ab222d75d9 breaks WASM on 64-bit platforms.

Canonical link: https://commits.webkit.org/251068@main

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/instructions.rb

    r294934 r294965  
    6060     "subi",
    6161     "xori",
    62      "load2ia",
    6362     "loadi",
    6463     "loadis",
     
    6968     "loadhsi",
    7069     "loadhsq",
    71      "store2ia",
    7270     "storei",
    7371     "storeh",
     
    380378ARM_INSTRUCTIONS =
    381379    [
    382      "adci",
    383      "bcs",
    384380     "clrbp",
    385381     "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"
    397383    ]
    398384
     
    446432    [
    447433     "smulli",  # Multiply two 32-bit words and produce a 64-bit word
    448      "umulli",  # Multiply two 32-bit words and produce a 64-bit word
    449434     "addis",   # Add integers and set a flag.
    450435     "subis",   # Same, but for subtraction.
Note: See TracChangeset for help on using the changeset viewer.