Lines Matching refs:exopc
72 int exopc; member
97 unsigned char exopc: 8; /* extended opcode */ member
303 __opdword(unsigned char opcode, unsigned char exopc, unsigned char xtype, in __opdword() argument
315 (exopc << GRU_CB_EXOPC_SHFT); in __opdword()
502 static inline void gru_gamir(void *cb, int exopc, unsigned long src, in gru_gamir() argument
508 gru_start_instruction(ins, __opdword(OP_GAMIR, exopc, xtype, IAA_RAM, 0, in gru_gamir()
512 static inline void gru_gamirr(void *cb, int exopc, unsigned long src, in gru_gamirr() argument
518 gru_start_instruction(ins, __opdword(OP_GAMIRR, exopc, xtype, IAA_RAM, 0, in gru_gamirr()
522 static inline void gru_gamer(void *cb, int exopc, unsigned long src, in gru_gamer() argument
532 gru_start_instruction(ins, __opdword(OP_GAMER, exopc, xtype, IAA_RAM, 0, in gru_gamer()
536 static inline void gru_gamerr(void *cb, int exopc, unsigned long src, in gru_gamerr() argument
545 gru_start_instruction(ins, __opdword(OP_GAMERR, exopc, xtype, IAA_RAM, 0, in gru_gamerr()