Lines Matching full:x1ff
171 #define S_SQ_ALU_WORD0_SRC0_SEL(x) (((x) & 0x1FF) << 0)
172 #define G_SQ_ALU_WORD0_SRC0_SEL(x) (((x) >> 0) & 0x1FF)
183 #define S_SQ_ALU_WORD0_SRC1_SEL(x) (((x) & 0x1FF) << 13)
184 #define G_SQ_ALU_WORD0_SRC1_SEL(x) (((x) >> 13) & 0x1FF)
351 #define S_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) & 0x1FF) << 0)
352 #define G_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) >> 0) & 0x1FF)