Lines Matching refs:EVERGREEN
355 #define CM_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MUL_INT24 0x0000005B /* not on evergreen*/
356 #define CM_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MULHI_INT24 0x0000005C /* not on evergreen*/
357 #define CM_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_TRUNC 0x0000005D /* not on evergreen*/
454 #define CM_V_SQ_ALU_WORD1_OP3_SQ_OP3_INST_MULADD_INT24 0x00000008 /* not on evergreen*/
506 #define BC_INST(bc, x) ((bc)->chip_class >= EVERGREEN ? EG_##x : x)
508 #define CTX_INST(x) (ctx->bc->chip_class >= EVERGREEN ? EG_##x : x)