Lines Matching defs:ureg_src

45 struct ureg_src
179 struct ureg_src
187 static INLINE struct ureg_src
202 static INLINE struct ureg_src
215 struct ureg_src
219 struct ureg_src
225 struct ureg_src
242 struct ureg_src
247 struct ureg_src
252 struct ureg_src
257 struct ureg_src
268 struct ureg_src
298 struct ureg_src
302 struct ureg_src
312 static INLINE struct ureg_src
325 static INLINE struct ureg_src
337 static INLINE struct ureg_src
347 static INLINE struct ureg_src
356 static INLINE struct ureg_src
369 static INLINE struct ureg_src
381 static INLINE struct ureg_src
391 static INLINE struct ureg_src
398 static INLINE struct ureg_src
411 static INLINE struct ureg_src
423 static INLINE struct ureg_src
433 static INLINE struct ureg_src
473 const struct ureg_src *src,
485 const struct ureg_src *src,
492 const struct ureg_src *src,
539 struct ureg_src src );
566 struct ureg_src src ) \
607 struct ureg_src src, \
652 struct ureg_src src ) \
674 struct ureg_src src0, \
675 struct ureg_src src1 ) \
699 struct ureg_src src0, \
700 struct ureg_src src1 ) \
725 struct ureg_src src0, \
726 struct ureg_src src1, \
727 struct ureg_src src2 ) \
752 struct ureg_src src0, \
753 struct ureg_src src1, \
754 struct ureg_src src2, \
755 struct ureg_src src3 ) \
783 struct ureg_src src0, \
784 struct ureg_src src1, \
785 struct ureg_src src2, \
786 struct ureg_src src3 ) \
812 struct ureg_src src0, \
813 struct ureg_src src1, \
814 struct ureg_src src2, \
815 struct ureg_src src3, \
816 struct ureg_src src4 ) \
849 static INLINE struct ureg_src
850 ureg_negate( struct ureg_src reg )
857 static INLINE struct ureg_src
858 ureg_abs( struct ureg_src reg )
866 static INLINE struct ureg_src
867 ureg_swizzle( struct ureg_src reg,
888 static INLINE struct ureg_src
889 ureg_scalar( struct ureg_src reg, int x )
930 ureg_dst_indirect( struct ureg_dst reg, struct ureg_src addr )
940 static INLINE struct ureg_src
941 ureg_src_indirect( struct ureg_src reg, struct ureg_src addr )
952 static INLINE struct ureg_src
953 ureg_src_dimension( struct ureg_src reg, int index )
963 static INLINE struct ureg_src
964 ureg_src_dimension_indirect( struct ureg_src reg, struct ureg_src addr,
978 ureg_dst( struct ureg_src src )
1001 static INLINE struct ureg_src
1005 struct ureg_src src;
1029 static INLINE struct ureg_src
1030 ureg_src( struct ureg_dst dst )
1032 struct ureg_src src;
1080 static INLINE struct ureg_src
1083 struct ureg_src src;
1108 ureg_src_is_undef( struct ureg_src src )