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