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