From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 430 invoked by alias); 11 Aug 2011 14:04:06 -0000 Received: (qmail 419 invoked by uid 22791); 11 Aug 2011 14:04:05 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ey0-f171.google.com (HELO mail-ey0-f171.google.com) (209.85.215.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Aug 2011 14:03:51 +0000 Received: by eyg24 with SMTP id 24so1555396eyg.2 for ; Thu, 11 Aug 2011 07:03:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.95.75 with SMTP id o51mr2715521eef.114.1313071429702; Thu, 11 Aug 2011 07:03:49 -0700 (PDT) Received: by 10.14.48.75 with HTTP; Thu, 11 Aug 2011 07:03:49 -0700 (PDT) Date: Thu, 11 Aug 2011 14:04:00 -0000 Message-ID: Subject: expanding 1 insn into 2 From: Aurelien Buhrig To: cgen@sources.redhat.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 X-SW-Source: 2011-q3/txt/msg00004.txt.bz2 Hi, I would like to define a pseudo instruction such as the mips "la" instruction to load a 32-bit =A0address using =A02 16-bit move instructions with different operands to differentiate bfd howtos... How to handle this using cgen ? Thanks, Aur=E9lien