Lines Matching full:x1ff
224 #define S_SQ_ALU_WORD0_SRC0_SEL(x) (((x) & 0x1FF) << 0)
225 #define G_SQ_ALU_WORD0_SRC0_SEL(x) (((x) >> 0) & 0x1FF)
257 #define S_SQ_ALU_WORD0_SRC1_SEL(x) (((x) & 0x1FF) << 13)
258 #define G_SQ_ALU_WORD0_SRC1_SEL(x) (((x) >> 13) & 0x1FF)
323 #define S_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) & 0x1FF) << 0)
324 #define G_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) >> 0) & 0x1FF)