Searched defs:gru_instruction_bits (Results 1 – 1 of 1) sorted by relevance
97 struct gru_instruction_bits { struct99 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 */[all …]