Lines Matching defs:gru_instruction_bits
97 struct gru_instruction_bits { struct
99 unsigned int icmd: 1;
100 unsigned char ima: 3; /* CB_DelRep, unmapped mode */
101 unsigned char reserved0: 4;
102 unsigned int xtype: 3;
103 unsigned int iaa0: 2;
104 unsigned int iaa1: 2;
105 unsigned char reserved1: 1;
106 unsigned char opc: 8; /* opcode */
107 unsigned char exopc: 8; /* extended opcode */
109 unsigned int idef2: 22; /* TRi0 */
110 unsigned char reserved2: 2;
111 unsigned char istatus: 2;
112 unsigned char isubstatus:4;
113 unsigned char reserved3: 1;
114 unsigned char tlb_fault_color: 1;
116 unsigned long idef4; /* 42 bits: TRi1, BufSize */
118 unsigned long idef1; /* BAddr0 */
119 unsigned long idef5; /* Nelem */
120 unsigned long idef6; /* Stride, Operand1 */
121 unsigned long idef3; /* BAddr1, Value, Operand2 */
122 unsigned long reserved4;
124 unsigned long avalue; /* AValue */