From: Doug Evans Date: Tue, 27 Jan 1998 02:57:22 +0000 (+0000) Subject: (enum gpuif_reg): Declare. X-Git-Tag: gdb-4_18~3704 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dff6e4a297787c06a08191505ec7bab53268e40a;p=external%2Fbinutils.git (enum gpuif_reg): Declare. --- diff --git a/include/opcode/txvu.h b/include/opcode/txvu.h index 82730c0..4aad459 100644 --- a/include/opcode/txvu.h +++ b/include/opcode/txvu.h @@ -267,6 +267,24 @@ const struct txvu_opcode *dma_opcode_lookup_dis PARAMS ((unsigned int)); /* GPUIF support. */ +typedef enum { + GPUIF_REG_PRIM = 0, + GPUIF_REG_RGBAQ = 1, + GPUIF_REG_ST = 2, + GPUIF_REG_UV = 3, + GPUIF_REG_XYZF2 = 4, + GPUIF_REG_TEXCLUT_1 = 6, + GPUIF_REG_TEXCLUT_2 = 7, + GPUIF_REG_TEX0_1 = 8, + GPUIF_REG_TEX0_2 = 9, + GPUIF_REG_TEX1_1 = 10, + GPUIF_REG_TEX1_2 = 11, + GPUIF_REG_XYZF3 = 12, + GPUIF_REG_PRMODE = 13, + GPUIF_REG_A_D = 14, + GPUIF_REG_NOP = 15 +} gpuif_reg; + extern const struct txvu_operand gpuif_operands[]; extern /*const*/ struct txvu_opcode gpuif_opcodes[]; extern const int gpuif_opcodes_count;