snapshot
authorDoug Evans <dje@google.com>
Wed, 14 Jan 1998 20:08:46 +0000 (20:08 +0000)
committerDoug Evans <dje@google.com>
Wed, 14 Jan 1998 20:08:46 +0000 (20:08 +0000)
include/opcode/txvu.h

index c26decc..c4924ba 100644 (file)
@@ -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;