From patchwork Thu Dec 17 20:00:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 558601 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id DA443140328 for ; Fri, 18 Dec 2015 07:03:17 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=l7xVOIeb; dkim-atps=neutral Received: from localhost ([::1]:56792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9elf-0002mx-Ce for incoming@patchwork.ozlabs.org; Thu, 17 Dec 2015 15:03:15 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9eiq-0006NV-Si for qemu-devel@nongnu.org; Thu, 17 Dec 2015 15:00:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9eiq-0000Ex-2U for qemu-devel@nongnu.org; Thu, 17 Dec 2015 15:00:20 -0500 Received: from mail-oi0-x229.google.com ([2607:f8b0:4003:c06::229]:32813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9eip-0000Et-V0 for qemu-devel@nongnu.org; Thu, 17 Dec 2015 15:00:20 -0500 Received: by mail-oi0-x229.google.com with SMTP id y66so48825260oig.0 for ; Thu, 17 Dec 2015 12:00:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=pmVc0ucITZcL280uleoCvxNB5L/rzG4AlRuRDS5kIw8=; b=l7xVOIebSLtA/JTkCWRl/IsKy1Db9+2O/PY5PKHvG0PKwHCxGvMlmpuAiywpnXFsvm tdjuIqwK8PSTbfpIOKzGjGFGy8U1acR10sxxqw8yDxv6QyLtTuMPEQNfqJJpjYUkjbck VgUiIaqe2OBqrkwFi7ojFiSVLWUb7wAlgnjXoLFOui5Dwki2Yexu3xhi5fAhe+0Ttv6b 3Jou3BpJ0W7lfUnZRjQ8NJjKk9RQUwKjW5Hnd5pM8SWn8o9gOPXF0m2T3muMHzSTXOzr 0SC64Of7U+I3xbNs/m+yx2eIxWBMxZc7SPRqr86+BW47ycZKaLIMDzP8ZG5MeJnrMgl6 x0dA== X-Received: by 10.202.172.80 with SMTP id v77mr18668129oie.18.1450382419378; Thu, 17 Dec 2015 12:00:19 -0800 (PST) Received: from bigtime.twiddle.net (200-56-192-86-cable.cybercable.net.mx. [200.56.192.86]) by smtp.gmail.com with ESMTPSA id jb7sm3118227obb.12.2015.12.17.12.00.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Dec 2015 12:00:18 -0800 (PST) From: Richard Henderson To: qemu-devel@nongnu.org Date: Thu, 17 Dec 2015 12:00:17 -0800 Message-Id: <1450382417-5744-1-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1450382320-5383-1-git-send-email-rth@twiddle.net> References: <1450382320-5383-1-git-send-email-rth@twiddle.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:4003:c06::229 Cc: mark.cave-ayland@ilande.co.uk, aurelien@aurel32.net Subject: [Qemu-devel] [PATCH v2 05/14] tcg: Remove tcg_get_arg_str_i32/64 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Richard Henderson Reviewed-by: Aurelien Jarno --- tcg/tcg.c | 10 ---------- tcg/tcg.h | 5 ----- 2 files changed, 15 deletions(-) diff --git a/tcg/tcg.c b/tcg/tcg.c index 06d71d7..b6cd85c 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -926,16 +926,6 @@ static char *tcg_get_arg_str_idx(TCGContext *s, char *buf, int buf_size, return buf; } -char *tcg_get_arg_str_i32(TCGContext *s, char *buf, int buf_size, TCGv_i32 arg) -{ - return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I32(arg)); -} - -char *tcg_get_arg_str_i64(TCGContext *s, char *buf, int buf_size, TCGv_i64 arg) -{ - return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I64(arg)); -} - /* Find helper name. */ static inline const char *tcg_find_helper(TCGContext *s, uintptr_t val) { diff --git a/tcg/tcg.h b/tcg/tcg.h index 3674739..223d9c6 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -641,11 +641,6 @@ TCGv_i64 tcg_temp_new_internal_i64(int temp_local); void tcg_temp_free_i32(TCGv_i32 arg); void tcg_temp_free_i64(TCGv_i64 arg); -char *tcg_get_arg_str_i32(TCGContext *s, char *buf, - int buf_size, TCGv_i32 arg); -char *tcg_get_arg_str_i64(TCGContext *s, char *buf, - int buf_size, TCGv_i64 arg); - static inline TCGv_i32 tcg_global_mem_new_i32(TCGv_ptr reg, intptr_t offset, const char *name) {