From patchwork Thu Sep 22 18:36:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?R=C3=A9mi_Denis-Courmont?= X-Patchwork-Id: 38157 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a05:6a20:3b1c:b0:96:9ee8:5cfd with SMTP id c28csp514798pzh; Thu, 22 Sep 2022 11:37:44 -0700 (PDT) X-Google-Smtp-Source: AMsMyM4vrFGqQj1Z82Tjhg28mi8howbWYwcykxiPDUGbS6OgFqb+9cJ2mc7BEUxJKewAgmw7CQlQ X-Received: by 2002:a17:907:75d4:b0:77a:fcb7:a2cc with SMTP id jl20-20020a17090775d400b0077afcb7a2ccmr4008589ejc.480.1663871864374; Thu, 22 Sep 2022 11:37:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1663871864; cv=none; d=google.com; s=arc-20160816; b=Yia17aUa9rwm6vbiEQiW3WyRyXMFyANUb7WOJ8uwmam5wtSdZTDizZ5GjNl97ZFJ/c 3oPyD4ySk4SmnxekWy5mIiotyO1eDYORndV6ZV9JKXfN6UYhx3KeFhpq6cInOMZLjkir VZz7tmj6Vs/8v9BkTuuE0Qhc98vazcvmOGU5ORpvSlxpt0W/uTLHiY95r9LAl+Lgtyti YKzL6rPAUFNtreWB5EjyqLVXAbTBZP8yftlxWEqf6GSyll5ulTOLSNPCWO6oYqI88miA 1wCUaxbRcFx0iR8tchQuePDSgjqOpBl2NecGeuPBPQ1WkXfoIiyadyXNV5C/iTrZDqrn 1BDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:reply-to:list-subscribe :list-help:list-post:list-archive:list-unsubscribe:list-id :precedence:subject:mime-version:references:in-reply-to:message-id :date:to:from:delivered-to; bh=O+HgSwCNmXwf3ppSUZbEowfy1qCjm51aUTfBxBrqgAo=; b=QQGLKejpQKbg5bdijObDDTiiI7bIJ9ROSk9Yc/gsmSfFdiHb+WuQ8GWnEzWZgqUTss 9AzIVhwSA4RH5Ttumg+DRQysmziBXPRMHfJoZ0snFNmZ2wuIXTtXqk92kUTZsNpMBfRo umzww/h4KTumGg91LPNkgwMcQoefn4fstuIYdrXoN1V9wUNqz3ZfY929+52QjktI5soc Jsb3JjIJlATGAMSZI/v5t4VtdrSaCuU0bBzolWmhoeOI7vxXI9HU4V20KK50hBFMUm9j sOBadc4wuSswlQx4pSQ3arrWxNNvFVlUF/diVyf90KWVIOXzqnwOi+ci6K70epj1l510 JNfA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id rh28-20020a17090720fc00b00740110c599bsi4526069ejb.146.2022.09.22.11.37.43; Thu, 22 Sep 2022 11:37:44 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 18DD968BBD3; Thu, 22 Sep 2022 21:37:34 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from ursule.remlab.net (vps-a2bccee9.vps.ovh.net [51.75.19.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B7DAA68B89E for ; Thu, 22 Sep 2022 21:37:26 +0300 (EEST) Received: from basile.remlab.net (localhost [IPv6:::1]) by ursule.remlab.net (Postfix) with ESMTP id 70C39C007A for ; Thu, 22 Sep 2022 21:37:26 +0300 (EEST) From: remi@remlab.net To: ffmpeg-devel@ffmpeg.org Date: Thu, 22 Sep 2022 21:36:59 +0300 Message-Id: <20220922183726.38624-2-remi@remlab.net> X-Mailer: git-send-email 2.37.2 In-Reply-To: <12078904.O9o76ZdvQC@basile.remlab.net> References: <12078904.O9o76ZdvQC@basile.remlab.net> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 02/29] lavu/riscv: initial common header for assembler macros X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: 3KFAUdAm+d7B From: Rémi Denis-Courmont --- libavutil/riscv/asm.S | 77 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 libavutil/riscv/asm.S diff --git a/libavutil/riscv/asm.S b/libavutil/riscv/asm.S new file mode 100644 index 0000000000..dbd97f40a4 --- /dev/null +++ b/libavutil/riscv/asm.S @@ -0,0 +1,77 @@ +/* + * Copyright © 2022 Rémi Denis-Courmont. + * Loosely based on earlier work copyrighted by Måns Rullgård, 2008. + * + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * FFmpeg is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#include "config.h" + +#if defined (__riscv_float_abi_soft) +#define NOHWF +#define NOHWD +#define HWF # +#define HWD # +#elif defined (__riscv_float_abi_single) +#define NOHWF # +#define NOHWD +#define HWF +#define HWD # +#else +#define NOHWF # +#define NOHWD # +#define HWF +#define HWD +#endif + + .macro func sym, ext= + .text + .align 2 + + .option push + .ifnb \ext + .option arch, +\ext + .endif + + .global \sym + .hidden \sym + .type \sym, %function + \sym: + + .macro endfunc + .size \sym, . - \sym + .option pop + .previous + .purgem endfunc + .endm + .endm + + .macro const sym, align=3, relocate=0 + .if \relocate + .pushsection .data.rel.ro + .else + .pushsection .rodata + .endif + .align \align + \sym: + + .macro endconst + .size \sym, . - \sym + .popsection + .purgem endconst + .endm + .endm