From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YA2QV-0004ml-8s for qemu-devel@nongnu.org; Sat, 10 Jan 2015 15:14:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YA2QQ-0006My-AJ for qemu-devel@nongnu.org; Sat, 10 Jan 2015 15:14:27 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:56920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YA2QQ-0006Mq-2v for qemu-devel@nongnu.org; Sat, 10 Jan 2015 15:14:22 -0500 Message-ID: <54B1965B.6020804@mail.uni-paderborn.de> Date: Sat, 10 Jan 2015 21:15:07 +0000 From: Bastian Koppelmann MIME-Version: 1.0 References: <1420908708-9220-1-git-send-email-kbastian@mail.uni-paderborn.de> <54B17F5D.9030801@twiddle.net> In-Reply-To: <54B17F5D.9030801@twiddle.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: Add documentation for missing tcg-ops List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Sorry ..., I did not use reply all ... On 01/10/2015 07:37 PM, Richard Henderson wrote: > On 01/10/2015 08:51 AM, Bastian Koppelmann wrote: >> The documentation for the tcg-ops subfi, extr_i64_i32 and extr32_i64 was still >> missing. > > No, there are no such tcg ops. > > There are *functions* by these names in tcg-op.h, but no opcodes. > If you want to document this sort of thing, it should go elsewhere. > > > r~ Fair enough. Where would you recommend to put the documentation? Cheers, Bastian