D | gru_instructions.h | 102 unsigned int xtype: 3; member 313 __opdword(unsigned char opcode, unsigned char exopc, unsigned char xtype, in __opdword() argument 323 (xtype << GRU_CB_XTYPE_SHFT) | in __opdword() 384 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vload() argument 392 gru_start_instruction(ins, __opdword(OP_VLOAD, 0, xtype, IAA_RAM, 0, in gru_vload() 397 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vstore() argument 405 gru_start_instruction(ins, __opdword(OP_VSTORE, 0, xtype, IAA_RAM, 0, in gru_vstore() 410 unsigned int tri0, unsigned int tri1, unsigned char xtype, in gru_ivload() argument 418 gru_start_instruction(ins, __opdword(OP_IVLOAD, 0, xtype, IAA_RAM, 0, in gru_ivload() 424 unsigned char xtype, unsigned long nelem, unsigned long hints) in gru_ivstore() argument [all …]
|