Ignore:
Timestamp:
Mar 7, 2018, 10:04:30 AM (7 years ago)
Author:
[email protected]
Message:

Add support for ARM64E.
https://bugs.webkit.org/show_bug.cgi?id=183398
<rdar://problem/38212621>

Reviewed by Michael Saboff.

  • assembler/MacroAssembler.h:
  • llint/LLIntOfflineAsmConfig.h:
  • llint/LowLevelInterpreter.asm:
  • llint/LowLevelInterpreter64.asm:
  • offlineasm/backends.rb:
File:
1 edited

Legend:

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

    r228402 r229364  
    3030require "cloop"
    3131
     32begin
     33    require "arm64e"
     34rescue LoadError
     35end
     36
    3237BACKENDS =
    3338    [
     
    4045     "ARMv7_TRADITIONAL",
    4146     "ARM64",
     47     "ARM64E",
    4248     "MIPS",
    4349     "C_LOOP"
     
    5965     "ARMv7_TRADITIONAL",
    6066     "ARM64",
     67     "ARM64E",
    6168     "MIPS",
    6269     "C_LOOP"
Note: See TracChangeset for help on using the changeset viewer.