From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YA1qP-0002Nj-OK for qemu-devel@nongnu.org; Sat, 10 Jan 2015 14:37:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YA1qM-0002VV-EZ for qemu-devel@nongnu.org; Sat, 10 Jan 2015 14:37:09 -0500 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:47478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YA1qM-0002VP-7S for qemu-devel@nongnu.org; Sat, 10 Jan 2015 14:37:06 -0500 Received: by mail-pa0-f53.google.com with SMTP id kq14so24717586pab.12 for ; Sat, 10 Jan 2015 11:37:05 -0800 (PST) Sender: Richard Henderson Message-ID: <54B17F5D.9030801@twiddle.net> Date: Sat, 10 Jan 2015 11:37:01 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1420908708-9220-1-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1420908708-9220-1-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 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: Bastian Koppelmann , qemu-devel@nongnu.org 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~