Lines Matching refs:exopc
82 int exopc;
107 unsigned char exopc: 8; /* extended opcode */
188 /* Extended opcodes values (exopc field) */
313 __opdword(unsigned char opcode, unsigned char exopc, unsigned char xtype,
325 (exopc << GRU_CB_EXOPC_SHFT);
512 static inline void gru_gamir(void *cb, int exopc, unsigned long src,
518 gru_start_instruction(ins, __opdword(OP_GAMIR, exopc, xtype, IAA_RAM, 0,
522 static inline void gru_gamirr(void *cb, int exopc, unsigned long src,
528 gru_start_instruction(ins, __opdword(OP_GAMIRR, exopc, xtype, IAA_RAM, 0,
532 static inline void gru_gamer(void *cb, int exopc, unsigned long src,
542 gru_start_instruction(ins, __opdword(OP_GAMER, exopc, xtype, IAA_RAM, 0,
546 static inline void gru_gamerr(void *cb, int exopc, unsigned long src,
555 gru_start_instruction(ins, __opdword(OP_GAMERR, exopc, xtype, IAA_RAM, 0,