Lines Matching defs:a
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 rcp(operand a) in rcp()
324 rsq(operand a) in rsq()
330 sqrt(operand a) in sqrt()
336 log(operand a) in log()
342 sign(operand a) in sign()
348 subr_to_int(operand a) in subr_to_int()
354 equal(operand a, operand b) in equal()
360 nequal(operand a, operand b) in nequal()
366 less(operand a, operand b) in less()
372 greater(operand a, operand b) in greater()
378 lequal(operand a, operand b) in lequal()
384 gequal(operand a, operand b) in gequal()
390 logic_not(operand a) in logic_not()
396 logic_and(operand a, operand b) in logic_and()
402 logic_or(operand a, operand b) in logic_or()
408 bit_not(operand a) in bit_not()
414 bit_and(operand a, operand b) in bit_and()
420 bit_or(operand a, operand b) in bit_or()
426 bit_xor(operand a, operand b) in bit_xor()
432 lshift(operand a, operand b) in lshift()
438 rshift(operand a, operand b) in rshift()
444 f2i(operand a) in f2i()
450 bitcast_f2i(operand a) in bitcast_f2i()
456 i2f(operand a) in i2f()
462 bitcast_i2f(operand a) in bitcast_i2f()
468 i2u(operand a) in i2u()
474 u2i(operand a) in u2i()
480 f2u(operand a) in f2u()
486 bitcast_f2u(operand a) in bitcast_f2u()
492 u2f(operand a) in u2f()
498 bitcast_u2f(operand a) in bitcast_u2f()
504 i2b(operand a) in i2b()
510 b2i(operand a) in b2i()
516 f2b(operand a) in f2b()
522 b2f(operand a) in b2f()
528 bitcast_d2i64(operand a) in bitcast_d2i64()
534 bitcast_d2u64(operand a) in bitcast_d2u64()
540 bitcast_i642d(operand a) in bitcast_i642d()
546 bitcast_u642d(operand a) in bitcast_u642d()
552 interpolate_at_centroid(operand a) in interpolate_at_centroid()
558 interpolate_at_offset(operand a, operand b) in interpolate_at_offset()
564 interpolate_at_sample(operand a, operand b) in interpolate_at_sample()
570 f2d(operand a) in f2d()
576 i2d(operand a) in i2d()
582 u2d(operand a) in u2d()
588 fma(operand a, operand b, operand c) in fma()
594 lrp(operand x, operand y, operand a) in lrp()
600 csel(operand a, operand b, operand c) in csel()
606 bitfield_extract(operand a, operand b, operand c) in bitfield_extract()
612 bitfield_insert(operand a, operand b, operand c, operand d) in bitfield_insert()