Lines Matching refs:i915_fs_arith
392 #define i915_fs_arith(op, dest_reg, operand0, operand1, operand2) \ macro
504 i915_fs_arith(MOV, dest_reg, \
517 i915_fs_arith (FRC, dest_reg, \
524 i915_fs_arith (ADD, dest_reg, \
530 i915_fs_arith (MUL, dest_reg, \
543 i915_fs_arith (RSQ, dest_reg, \
552 i915_fs_arith (MIN, dest_reg, \
558 i915_fs_arith (MAX, dest_reg, \
563 i915_fs_arith (CMP, dest_reg, operand0, operand1, operand2)
571 i915_fs_arith (MAD, dest_reg, op0, op1, op2); \
580 i915_fs_arith (DP2ADD, dest_reg, op0, op1, op2); \
595 i915_fs_arith (DP3, dest_reg, op0, op1,\