From: Doug Evans Date: Wed, 14 Jan 1998 20:08:46 +0000 (+0000) Subject: snapshot X-Git-Tag: gdb-4_18~3871 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b542e9430ab99c612032f02908326eeab336f52;p=external%2Fbinutils.git snapshot --- diff --git a/include/opcode/txvu.h b/include/opcode/txvu.h index c26decc..c4924ba 100644 --- a/include/opcode/txvu.h +++ b/include/opcode/txvu.h @@ -201,6 +201,10 @@ struct txvu_operand { #define TXVU_DEST_Y 4 #define TXVU_DEST_Z 2 #define TXVU_DEST_W 1 +#define TXVU_BC_X 0 +#define TXVU_BC_Y 1 +#define TXVU_BC_Z 2 +#define TXVU_BC_W 3 extern const struct txvu_operand txvu_operands[]; extern const int txvu_operand_count;