Searched defs:gru_instruction_bits (Results 1 – 1 of 1) sorted by relevance
96 struct gru_instruction_bits { struct98 unsigned int icmd: 1;99 unsigned char ima: 3; /* CB_DelRep, unmapped mode */100 unsigned char reserved0: 4;101 unsigned int xtype: 3;102 unsigned int iaa0: 2;103 unsigned int iaa1: 2;104 unsigned char reserved1: 1;105 unsigned char opc: 8; /* opcode */106 unsigned char exopc: 8; /* extended opcode */[all …]