From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105942 invoked by alias); 1 Jun 2019 07:26:43 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 105934 invoked by uid 89); 1 Jun 2019 07:26:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Received:Sat, HX-Received:Jun, HX-Languages-Length:968, HX-Spam-Relays-External:209.85.215.196 X-HELO: mail-pg1-f196.google.com Received: from mail-pg1-f196.google.com (HELO mail-pg1-f196.google.com) (209.85.215.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Jun 2019 07:26:42 +0000 Received: by mail-pg1-f196.google.com with SMTP id f25so5295061pgv.10 for ; Sat, 01 Jun 2019 00:26:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=xEjESQ4Nmxptm1eKKuUso6+SwNA47Wbs2HC9HNs2LwY=; b=tIdDDM5uxA1OYcG5/j+xaQO+HE1HVtZD13NC/DOE+LMLjpGo/ryPi1TzpyYIlivWie dHkVjkgbEr9oN4NKDbqVXmoVDfDzOJFJL/pZXevz6Qz27Sl/MeHnhY0j5r0D2OEz6kEP ADWIXF8tVyRsWSswekcqiL5jFqkzo9lAJfIYpkQYKJvHrXxYOF+rrXMLYvzN3LiaDgcW xYorR+ONi5jV+OesrAAkAzbQpA8P41VFj9D3o3+YUVD4IE9MIbSBPDC6PDqEJiGYd3GN CTtus/wrNG5F4uC+HgP8KDJ2djfKsoO8zz6/RXulzocZIZadLIEe34LHgEuFmYOfka0E nA3A== Return-Path: Received: from localhost (g30.211-19-85.ppp.wakwak.ne.jp. [211.19.85.30]) by smtp.gmail.com with ESMTPSA id x16sm7826463pff.30.2019.06.01.00.26.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 01 Jun 2019 00:26:39 -0700 (PDT) From: Stafford Horne To: cgen@sourceware.org Cc: Openrisc , Stafford Horne Subject: [PATCH 0/2] CGEN unordered fpu compares + fixes Date: Sat, 01 Jun 2019 07:26:00 -0000 Message-Id: <20190601072629.4070-1-shorne@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2019-q2/txt/msg00013.txt.bz2 Hello, As I am working on openrisc which uses cgen in binutils I have needed to make these changes. The Unordered compares is needed for FPU unordered (NaN detecting) comparisons. These have been implemented and tested in OpenRISC (both simulation and assembler (running on FPGA hardware)). The gen-doc changes come from me noticing the docs [0] on the cgen website are very much out of date. Does anyone know the process to get the regenerated docs posted? I think they are beneficial and with some more updates they could be really good. [0] https://sourceware.org/cgen/gen-doc/ Stafford Horne (2): cgen: Add unordered compare operation gen-doc: Updates for latest cpu definitions gen-all-doc | 46 ++++++++++++++++++++++++++++++++-------------- html.scm | 2 +- rtl-c.scm | 4 ++++ rtx-funcs.scm | 7 +++++++ 4 files changed, 44 insertions(+), 15 deletions(-) mode change 100644 => 100755 gen-all-doc -- 2.21.0