diff options
author | Doug Evans <dje@google.com> | 1998-01-14 20:08:46 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-14 20:08:46 +0000 |
commit | 3b542e9430ab99c612032f02908326eeab336f52 (patch) | |
tree | 26ad0bbe4ed621bb02b375535ea6e5bef082bc12 /include | |
parent | 82cb1a1f7cfca7972a96c17616f4db1a0fe9d450 (diff) | |
download | gdb-3b542e9430ab99c612032f02908326eeab336f52.zip gdb-3b542e9430ab99c612032f02908326eeab336f52.tar.gz gdb-3b542e9430ab99c612032f02908326eeab336f52.tar.bz2 |
snapshot
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/txvu.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |