From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebIBW-0005ys-81 for qemu-devel@nongnu.org; Mon, 15 Jan 2018 22:45:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebIBR-00073w-AQ for qemu-devel@nongnu.org; Mon, 15 Jan 2018 22:45:14 -0500 Received: from mail-pl0-x236.google.com ([2607:f8b0:400e:c01::236]:40937) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebIBR-00073m-5I for qemu-devel@nongnu.org; Mon, 15 Jan 2018 22:45:09 -0500 Received: by mail-pl0-x236.google.com with SMTP id 62so5141477pld.7 for ; Mon, 15 Jan 2018 19:45:09 -0800 (PST) From: Richard Henderson Date: Mon, 15 Jan 2018 19:45:01 -0800 Message-Id: <20180116034503.31926-1-richard.henderson@linaro.org> Subject: [Qemu-devel] [PATCH v2 0/4] tcg/arm fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Changes since v1: Patch 1: * Use rsb/rsc for gt/le. Now we always use "rI" as a constraint, so we never have to load immediates into registers by hand. Patch 2: * We can't use add_ofs in the while condition and cmp_ofs in the reduction and converge; use cmp_ofs always. Fixes the sparc64 regression that Peter noticed. r~ Richard Henderson (4): tcg/arm: Fix double-word comparisons tcg/arm: Support tlb offsets larger than 64k