projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82cb1a1
)
snapshot
author
Doug Evans
<dje@google.com>
Wed, 14 Jan 1998 20:08:46 +0000
(20:08 +0000)
committer
Doug Evans
<dje@google.com>
Wed, 14 Jan 1998 20:08:46 +0000
(20:08 +0000)
include/opcode/txvu.h
patch
|
blob
|
history
diff --git
a/include/opcode/txvu.h
b/include/opcode/txvu.h
index c26decc3471a35cf8b33eb258166683c6f9420e4..c4924ba5a565ed4afe186f9220c6ca15616edcaa 100644
(file)
--- 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;