Lines Matching defs:gru_instruction_bits
87 struct gru_instruction_bits { struct
89 unsigned int icmd: 1;
90 unsigned char ima: 3; /* CB_DelRep, unmapped mode */
91 unsigned char reserved0: 4;
92 unsigned int xtype: 3;
93 unsigned int iaa0: 2;
94 unsigned int iaa1: 2;
95 unsigned char reserved1: 1;
96 unsigned char opc: 8; /* opcode */
97 unsigned char exopc: 8; /* extended opcode */
99 unsigned int idef2: 22; /* TRi0 */
100 unsigned char reserved2: 2;
101 unsigned char istatus: 2;
102 unsigned char isubstatus:4;
103 unsigned char reserved3: 1;
104 unsigned char tlb_fault_color: 1;
106 unsigned long idef4; /* 42 bits: TRi1, BufSize */
108 unsigned long idef1; /* BAddr0 */
109 unsigned long idef5; /* Nelem */
110 unsigned long idef6; /* Stride, Operand1 */
111 unsigned long idef3; /* BAddr1, Value, Operand2 */
112 unsigned long reserved4;
114 unsigned long avalue; /* AValue */