• jgruber's avatar
    [builtins] Introduce new TFC macro and auto-generate TFS descriptors · 9ddfeafe
    jgruber authored
    Split TFS builtins into
    
    * TFC: TF builtins with stub linkage that use a custom interface descriptor
           (e.g. because of a non-standard return size or untagged arguments)
    * TFS: the rest.
    
    Automatically generate interface descriptors for TFS builtins to reduce
    boilerplate involved in setting up stub calls. These are now as simple as
    creating the TFS stub and using CSA::CallBuiltin, no extra work required.
    
    BUG=v8:6116
    
    Review-Url: https://codereview.chromium.org/2777203007
    Cr-Commit-Position: refs/heads/master@{#44490}
    9ddfeafe
interface-descriptors-mips64.cc 13 KB