Lines Matching refs:operand
49 assign(deref lhs, operand rhs, operand condition, int writemask) in assign()
62 assign(deref lhs, operand rhs) in assign()
68 assign(deref lhs, operand rhs, int writemask) in assign()
74 assign(deref lhs, operand rhs, operand condition) in assign()
80 ret(operand retval) in ret()
87 swizzle(operand a, int swizzle, int components) in swizzle()
100 swizzle_for_size(operand a, unsigned components) in swizzle_for_size()
115 swizzle_xxxx(operand a) in swizzle_xxxx()
121 swizzle_yyyy(operand a) in swizzle_yyyy()
127 swizzle_zzzz(operand a) in swizzle_zzzz()
133 swizzle_wwww(operand a) in swizzle_wwww()
139 swizzle_x(operand a) in swizzle_x()
145 swizzle_y(operand a) in swizzle_y()
151 swizzle_z(operand a) in swizzle_z()
157 swizzle_w(operand a) in swizzle_w()
163 swizzle_xy(operand a) in swizzle_xy()
169 swizzle_xyz(operand a) in swizzle_xyz()
175 swizzle_xyzw(operand a) in swizzle_xyzw()
181 expr(ir_expression_operation op, operand a) in expr()
189 expr(ir_expression_operation op, operand a, operand b) in expr()
197 expr(ir_expression_operation op, operand a, operand b, operand c) in expr()
204 ir_expression *add(operand a, operand b) in add()
209 ir_expression *sub(operand a, operand b) in sub()
214 ir_expression *min2(operand a, operand b) in min2()
219 ir_expression *max2(operand a, operand b) in max2()
224 ir_expression *mul(operand a, operand b) in mul()
229 ir_expression *imul_high(operand a, operand b) in imul_high()
234 ir_expression *div(operand a, operand b) in div()
239 ir_expression *carry(operand a, operand b) in carry()
244 ir_expression *borrow(operand a, operand b) in borrow()
249 ir_expression *trunc(operand a) in trunc()
254 ir_expression *round_even(operand a) in round_even()
259 ir_expression *fract(operand a) in fract()
265 ir_expression *dot(operand a, operand b) in dot()
276 clamp(operand a, operand b, operand c) in clamp()
282 saturate(operand a) in saturate()
288 abs(operand a) in abs()
294 neg(operand a) in neg()
300 sin(operand a) in sin()
306 cos(operand a) in cos()
312 exp(operand a) in exp()
318 rsq(operand a) in rsq()
324 sqrt(operand a) in sqrt()
330 log(operand a) in log()
336 sign(operand a) in sign()
342 subr_to_int(operand a) in subr_to_int()
348 equal(operand a, operand b) in equal()
354 nequal(operand a, operand b) in nequal()
360 less(operand a, operand b) in less()
366 greater(operand a, operand b) in greater()
372 lequal(operand a, operand b) in lequal()
378 gequal(operand a, operand b) in gequal()
384 logic_not(operand a) in logic_not()
390 logic_and(operand a, operand b) in logic_and()
396 logic_or(operand a, operand b) in logic_or()
402 bit_not(operand a) in bit_not()
408 bit_and(operand a, operand b) in bit_and()
414 bit_or(operand a, operand b) in bit_or()
420 bit_xor(operand a, operand b) in bit_xor()
426 lshift(operand a, operand b) in lshift()
432 rshift(operand a, operand b) in rshift()
438 f2i(operand a) in f2i()
444 bitcast_f2i(operand a) in bitcast_f2i()
450 i2f(operand a) in i2f()
456 bitcast_i2f(operand a) in bitcast_i2f()
462 i2u(operand a) in i2u()
468 u2i(operand a) in u2i()
474 f2u(operand a) in f2u()
480 bitcast_f2u(operand a) in bitcast_f2u()
486 u2f(operand a) in u2f()
492 bitcast_u2f(operand a) in bitcast_u2f()
498 i2b(operand a) in i2b()
504 b2i(operand a) in b2i()
510 f2b(operand a) in f2b()
516 b2f(operand a) in b2f()
522 interpolate_at_centroid(operand a) in interpolate_at_centroid()
528 interpolate_at_offset(operand a, operand b) in interpolate_at_offset()
534 interpolate_at_sample(operand a, operand b) in interpolate_at_sample()
540 f2d(operand a) in f2d()
546 i2d(operand a) in i2d()
552 u2d(operand a) in u2d()
558 fma(operand a, operand b, operand c) in fma()
564 lrp(operand x, operand y, operand a) in lrp()
570 csel(operand a, operand b, operand c) in csel()
576 bitfield_extract(operand a, operand b, operand c) in bitfield_extract()
582 bitfield_insert(operand a, operand b, operand c, operand d) in bitfield_insert()
590 if_tree(operand condition, in if_tree()
603 if_tree(operand condition, in if_tree()