Home | History | Annotate | Download | only in r600

Lines Matching full:special

178  * 244  ALU_SRC_1_DBL_L: special constant 1.0 double-float, LSW. (RV670+)
179 * 245 ALU_SRC_1_DBL_M: special constant 1.0 double-float, MSW. (RV670+)
180 * 246 ALU_SRC_0_5_DBL_L: special constant 0.5 double-float, LSW. (RV670+)
181 * 247 ALU_SRC_0_5_DBL_M: special constant 0.5 double-float, MSW. (RV670+)
182 * 248 SQ_ALU_SRC_0: special constant 0.0.
183 * 249 SQ_ALU_SRC_1: special constant 1.0 float.
184 * 250 SQ_ALU_SRC_1_INT: special constant 1 integer.
185 * 251 SQ_ALU_SRC_M_1_INT: special constant -1 integer.
186 * 252 SQ_ALU_SRC_0_5: special constant 0.5 float.